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

understand how to map latest specific version to "latest" in docker run/pull #14

Open
aspyker opened this issue Oct 24, 2014 · 4 comments

Comments

@aspyker
Copy link
Contributor

aspyker commented Oct 24, 2014

No description provided.

@aspyker
Copy link
Contributor Author

aspyker commented Nov 11, 2014

Discovered that in Dockerhub, you can change your automated build to build twice from the same path and then with two tags (the version and latest). Solved.

@aspyker aspyker closed this as completed Nov 11, 2014
@aspyker
Copy link
Contributor Author

aspyker commented Nov 11, 2014

After doing two tags per automated build, realized that images are actually different. Contacted Docker and they confirmed there is no way to do this in Dockerhub automated builds today. Will keep open until Dockerhub allows a single build to be tagged with version and latest.

@aspyker aspyker reopened this Nov 11, 2014
@jmcgarr
Copy link

jmcgarr commented May 9, 2015

Assume this is why there is no netflixoss/asgard [latest], correct? DockerHub requires manual intervention to label a build latest?

@cgswong
Copy link

cgswong commented Jul 16, 2015

For automated builds this is still a problem. Would need to switch to manual builds which IMHO is fine. The build -> push process would be part of your CI/CD workflow so it's automated.

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

3 participants