Closed junaruga closed 5 years ago
1 note: I changed the logic about repo
from getting from repo
file to from getting from argument.
That was to align to other compatible images' implementations.
Could you review this PR? Are you fine for the PR?
Thanks for the reviewing. I merged.
@moul did set DOCKER_PASSWORD
for this repository's Travis CI.
Now armhfp container image is available. :)
$ uname -m
x86_64
$ docker run --rm --privileged multiarch/qemu-user-static:register --reset
$ docker run --rm -t multiarch/centos:armhfp-iso uname -m
armv7l
$ docker run --rm -t multiarch/centos:armhfp-clean uname -m
armv7l
I implemented a pipeline to the Docker Hub https://hub.docker.com/r/multiarch/centos/tags/ .
I tested it at my docker container repository, changing the setting in
.traivs.yml
like this.Here is the result. You can see the uploaded container images on the website. https://quay.io/repository/junaruga/multiarch-centos?tab=tags
Below is also test for the images. An error for 7-armhfp-iso-slim is expected. That's okay.
Like "multiarch/fedora", we need to set
DOCKER_USERNAME
andDOCKER_PASSWORD
at this repository's Travis CI settings. https://travis-ci.org/multiarch/centos/settingsI have a permission to edit the Settings. But I do not know the password. So, @moul can you set it?
It's okay to merge this PR before setting it.