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

Define 'latest' tag for docker images #65

Open
fangohr opened this issue Nov 3, 2016 · 2 comments
Open

Define 'latest' tag for docker images #65

fangohr opened this issue Nov 3, 2016 · 2 comments

Comments

@fangohr
Copy link
Member

fangohr commented Nov 3, 2016

This doesn't work:

docker run -ti virtualmicromagnetics/lite /bin/bash -l
fangohr$ docker run -ti virtualmicromagnetics/lite /bin/bash -l

Unable to find image 'virtualmicromagnetics/lite:latest' locally
Pulling repository docker.io/virtualmicromagnetics/lite
docker: Tag latest not found in repository docker.io/virtualmicromagnetics/lite.

On the other hand, this is okay:

docker run -ti virtualmicromagnetics/lite:1.1.0 /bin/bash -l
@mvousden
Copy link
Member

mvousden commented Nov 4, 2016

Should "latest" point to the most recent release, to the most recent development build, or to the most recent feature build? I would prefer to change the name of the default container pulled by docker, as "latest" is ambiguous in its functionality.

@fangohr
Copy link
Member Author

fangohr commented Nov 7, 2016

Maybe the most recent release?

But in any case it seems to be important that there is some image defined with the tag 'latest' if this is the tag that docker searchers for automatically if the user doesn't specify a particular tag (see error above).

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

No branches or pull requests

2 participants