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

Create 'official' Docker image on Docker Hub #30

Open
pataquets opened this issue Aug 2, 2017 · 1 comment
Open

Create 'official' Docker image on Docker Hub #30

pataquets opened this issue Aug 2, 2017 · 1 comment

Comments

@pataquets
Copy link
Contributor

pataquets commented Aug 2, 2017

Docker Hub allows you to create Automated Builds from source: https://docs.docker.com/docker-hub/builds/
It would add another packaging/distribution/installation method, whose buildings would be triggered automatically on each commit. It also allows to create different image tags from git tags & branches.
Also, documentation could easily include a canonical docker run statement to quickly spin up a phpmongodb instance with just a single command.

By making the image build via an AB, you give the resulting image verifiability and auditability. Also, the build is fully automatic. You can have the latest image tag build from HEAD and individual image tags from git's release tags.
Some people avoid non-verifiable (manually uploaded) images due to security & traceability reasons.

Docker search command clearly displays AB when listing images (mine is shown):

$ docker search phpmongodb
NAME                      DESCRIPTION     STARS     OFFICIAL   AUTOMATED
pataquets/phpmongodb                    0                    [OK]

Just a free Docker Hub account and a quick setup would do. Ping me if you need help.

(see also #5)

@pataquets
Copy link
Contributor Author

@phpmongodb : Ping (updated OP description).

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

No branches or pull requests

1 participant