k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.54k stars 231 forks source link

Bug: Image manifest not pushed since v0.9.8 #199

Closed tamalsaha closed 1 year ago

tamalsaha commented 1 year ago

https://hub.docker.com/r/rancher/kine/tags

Since v0.9.8, the image manifest is not pushed. I am guessing this is not intentional. Can you push the missing manifests:

brandond commented 1 year ago

No, we can't, but we can fix CI and tag a new release.

brandond commented 1 year ago

Broken by drone dropping support for 32bit arm: https://drone-publish.k3s.io/k3s-io/kine/68/3/3

tamalsaha commented 1 year ago

I don't have any context here. If 32bit arm is not building, may be drop that one and cut a new release?That will be much appreciated! Last manifest release was 8 months ago.

brandond commented 1 year ago

You can still use the arch-specific tags, it's just that the manifest list for the base tag isn't pushed unless all of the architectures successfully push their tags.

rancher/kine:v0.10.1-amd64 for example.

brandond commented 1 year ago

Latest tag (v0.10.2) should be set.