-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐳 Docker multiarch support #465
Conversation
Nmap is necessary for some module
* FIX typo in Dockerfile.arm32v7 * FIX missing `&&` in layer * Build script creation for multiarch images ( with manifest ) * Removed useless comment in Dockerfiles and improve readability
Travis build fail, @Pierre-Gilles are you using email adress as username for docker login ? https://travis-ci.org/GladysProject/Gladys/jobs/467539858#L575 |
@VonOx I don't think so, in Travis I have 2 variables: DOCKER_USERNAME and DOCKER_PASSWORD. I can't read the value, but I'm pretty sure it's my username and not the email. I restarted the build to be sure :) |
Ok failed... trying again and changing the username to be sure |
Oh i understand! Travis env variables are not available for pull requests! :p Otherwise you would be able to get my password by console.log my passwords ^^ |
Yeah that explain why build fail. Work on my side 😉 |
Great! Amazing work btw! :) I just merged, should work on master. It's gonna help a lot for the work on Gladys 4! |
* Update Dockerfile Nmap is necessary for some module * * Switch to LTS base image * FIX typo in Dockerfile.arm32v7 * FIX missing `&&` in layer * Build script creation for multiarch images ( with manifest ) * Removed useless comment in Dockerfiles and improve readability
Description of change
&&
in layerWarning
Travis build is ok
Intel image works fine, but arm base image need to be tested in proper hardware before merging.