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

Missing Docker image with latest tag #13

Open
erasmus opened this issue Dec 16, 2024 · 1 comment
Open

Missing Docker image with latest tag #13

erasmus opened this issue Dec 16, 2024 · 1 comment
Labels
[Type] Change Request Some visible functionality should be change.

Comments

@erasmus
Copy link

erasmus commented Dec 16, 2024

Description

Running docker pull concordium/verifiable-sc to install the image as per the Docker page returns:

Using default tag: latest

What's next:
    View a summary of image vulnerabilities and recommendations → docker scout quickview concordium/verifiable-sc
Error response from daemon: manifest for concordium/verifiable-sc:latest not found: manifest unknown: manifest unknown

It fails due to missing latest tag, which is a bit confusing. The correct installation command was docker pull concordium/verifiable-sc:1.74.1, which was the newest image found on the tags page.

Suggested fix

Add latest tag to the latest version for easier install. (This is just a nice-to-have)

@erasmus erasmus added the [Type] Change Request Some visible functionality should be change. label Dec 16, 2024
@lassemand
Copy link
Collaborator

lassemand commented Dec 16, 2024

Right now, we don't universally apply latest tags. We want to be consistent across an organisation level, but yes it would make a lot of sense to make this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Change Request Some visible functionality should be change.
Projects
None yet
Development

No branches or pull requests

2 participants