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

Move "latest" tag on quay.io #1498

Open
theBNT opened this issue Nov 25, 2024 · 3 comments
Open

Move "latest" tag on quay.io #1498

theBNT opened this issue Nov 25, 2024 · 3 comments

Comments

@theBNT
Copy link
Contributor

theBNT commented Nov 25, 2024

Hi there,

currently it seems that the latest tag on https://quay.io/repository/giantswarm/kubectl-gs?tab=tags is almost a month old and when pulling

it seems that its still referring to 4.3.1-dev

> docker run -it quay.io/giantswarm/kubectl-gs:latest --version
kubectl-gs version 4.3.1-dev
> docker inspect quay.io/giantswarm/kubectl-gs:latest
[
    {
        "Id": "sha256:89996201c880b983d3955d1ce39372f756bf3fe8dfaca8a295fd3cfef5e63ea5",
        "RepoTags": [
            "quay.io/giantswarm/kubectl-gs:latest"
        ],
        "RepoDigests": [
            "quay.io/giantswarm/kubectl-gs@sha256:89996201c880b983d3955d1ce39372f756bf3fe8dfaca8a295fd3cfef5e63ea5"
        ],
        "Parent": "",
        "Comment": "buildkit.dockerfile.v0",
        "Created": "2024-10-28T09:59:24.613166137Z",
        "DockerVersion": "27.3.1",
        "Author": "",
        "Config": {
            "Hostname": "",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
            ],
            "Cmd": null,
            "Image": "",
            "Volumes": null,
            "WorkingDir": "",
            "Entrypoint": [
                "kubectl-gs"
            ],
            "OnBuild": null,
            "Labels": null
        },
        "Architecture": "amd64",
        "Os": "linux",
        "Size": 41185710,
        "GraphDriver": {
            "Data": null,
            "Name": "overlayfs"
        },
        "RootFS": {
            "Type": "layers",
            "Layers": [
                "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
                "sha256:04a52df7fd60439a912544ee3394c231872efe7c71a6181f4b30b2b05a4323d3",
                "sha256:55519c0c69172be5b007c34f43f0e219ab45829a76dc4264b016258ad2bd9653",
                "sha256:71c6390709ee1b55c121bbef37b9b57d06958d31e7f4f47a776d3f7f40402c24"
            ]
        },
        "Metadata": {
            "LastTagTime": "2024-11-25T10:12:30.140873306Z"
        }
    }
]

When is the latest tag normally dragged along?

Maybe this is related to pipeline changes for #1419?

Thanks!

@marians
Copy link
Member

marians commented Nov 26, 2024

@theBNT Thanks for reporting this! We are investigating. I'll keep you posted here.

@theBNT
Copy link
Contributor Author

theBNT commented Dec 2, 2024

ok thanks, just fyi, now it seems the latest tag is just gone :>

@marians
Copy link
Member

marians commented Dec 2, 2024

Right. I deleted it since it isn't moved any more.

We haven't decided yet whether we can bring back the latest tagging. It's something we have removed from our general build automation. We still have to discuss whether we want to bring this back just for this use case.

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