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

Tag docker images #4587

Open
frafra opened this issue Dec 12, 2018 · 2 comments
Open

Tag docker images #4587

frafra opened this issue Dec 12, 2018 · 2 comments
Assignees

Comments

@frafra
Copy link
Contributor

frafra commented Dec 12, 2018

https://hub.docker.com/r/ckan/ckan/tags shows two tags:

  • latest
  • dev-v2.6

It would be very nice to have a tag for every release, instead of having to use latest, because this has a negative impact on Docker images and system which depends on a specific version of CKAN.

@frafra
Copy link
Contributor Author

frafra commented Dec 13, 2018

latest image contains the code in master. That means that is not possible to use the image on dockerhub for production, while for development if is common to build images locally. This makes the image on dockerhub not very useful.

@frafra
Copy link
Contributor Author

frafra commented Dec 13, 2018

I am mirroring ckan/ckan to GitLab and using its auto devops feature to build the image and publish it to GitLab Docker Registry.

Images are generated for master and 2.8 branch: every image is tagged with the commit is built upon.

https://gitlab.com/nina-data/ckan/container_registry

@wardi wardi self-assigned this Dec 13, 2018
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

2 participants