Skip to content
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

Makes an automated docker build possible #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Makes an automated docker build possible #61

wants to merge 1 commit into from

Conversation

ghostsquad
Copy link

  • Updates the Dockerfile to use a multi-stage build
  • Allows the image to be built without requiring Go to be installed or requiring any prerequisite steps

Resolves #60

* Updates the Dockerfile to use a multi-stage build
* Allows the image to be built without requiring Go to be installed or requiring any prerequisite steps

Resolves #60
@stevesloka
Copy link
Member

It seems I can't convert a dockerhub repo to an automated build repo: docker/hub-feedback#794

I may have to do this in travis ci which runs now, but doesn't push builds.

@ghostsquad
Copy link
Author

Ugh. that's unfortunate. At least maybe you can fill out the Page and provide a link to github and the travis build and all that.

@stevesloka
Copy link
Member

stevesloka commented Feb 12, 2018

Travis builds on each merge, so I can have it push to the registry when a new release is cut. Also, I can add the git hash of the build, which you could match up to public repo and verify.

@nvanheuverzwijn
Copy link

@stevesloka I think you can now use docker-cloud automated build with the new docker-cloud url see https://blog.docker.com/2018/12/the-new-docker-hub/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automated Docker Build for Transparency
3 participants