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

Docker "latest" tag is not found #90

Closed
SteMak opened this issue Sep 1, 2022 · 3 comments
Closed

Docker "latest" tag is not found #90

SteMak opened this issue Sep 1, 2022 · 3 comments

Comments

@SteMak
Copy link

SteMak commented Sep 1, 2022

Overview

Docker tag latest is useful as it is possible for scripts using the docker image to be always up-to-date.

Problem

No latest tag found:

docker: Error response from daemon: manifest for \
cosmwasm/rust-optimizer:latest not found: manifest unknown: manifest unknown.

Note

If it may happen that latest tag may be unstable, provide additional stable tag for marking container version tested by time.

@webmaster128
Copy link
Member

What's the use case for that? The builder version should be fixed. Otherwise your builds are not reproducible.

@SteMak
Copy link
Author

SteMak commented Sep 5, 2022

The main use case is developing.
Of course, for production all unstable versions should be locked, but for developing it is better to upgrade dependencies automatically to use the latest version with the newest features.

One more point: template projects, documentation, etc. should not be modified any time new version is released.
Example: CosmWasm Docs contains outdated rust-optimizer version and may be easy fixed by using latest tag.

@webmaster128
Copy link
Member

webmaster128 commented Nov 6, 2023

I see your point. However, we should discourage any sort of usage of this project without version pinning as this creates builds that are not reproducible. We should clarify this as part of #101.

@webmaster128 webmaster128 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2023
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