giantswarm / kubectl-gs

kubectl plugin helping with custom resources by Giant Swarm
https://docs.giantswarm.io/vintage/use-the-api/kubectl-gs/update-cluster/
Apache License 2.0
47 stars 7 forks source link

Move "latest" tag on quay.io #1498

Open theBNT opened 6 days ago

theBNT commented 6 days ago

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 https://github.com/giantswarm/kubectl-gs/issues/1419?

Thanks!

marians commented 5 days ago

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