abahmed / kwatch

:eyes: monitor & detect crashes in your Kubernetes(K8s) cluster instantly
https://kwatch.dev
MIT License
963 stars 75 forks source link

Can't pull image `docker pull ghcr.io/abahmed/kwatch:v0.8.2` #208

Closed tdslot closed 1 year ago

tdslot commented 1 year ago

Describe the bug Try pull image docker pull ghcr.io/abahmed/kwatch:v0.8.2 and geting

$ docker pull ghcr.io/abahmed/kwatch:v0.8.2
Pulling repository ghcr.io/abahmed/kwatch
Error: image abahmed/kwatch:v0.8.2 not found
$ docker pull ghcr.io/abahmed/kwatch:v0.8.2
Pulling repository ghcr.io/abahmed/kwatch
Error: image abahmed/kwatch:v0.8.2 not found
$ docker pull ghcr.io/abahmed/kwatch:v0.8.2
Pulling repository ghcr.io/abahmed/kwatch
Error: image abahmed/kwatch:v0.8.2 not found
$ docker version
Client:
 Version:      17.03.2-ce
 API version:  1.27
 Go version:   go1.7.5
 Git commit:   f5ec1e2
 Built:        Tue Jun 27 02:21:36 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.03.2-ce
 API version:  1.27 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   f5ec1e2
 Built:        Tue Jun 27 02:21:36 2017
 OS/Arch:      linux/amd64
 Experimental: false
$ docker pull ghcr.io/abahmed/kwatch:v0.8.1
Pulling repository ghcr.io/abahmed/kwatch
Error: image abahmed/kwatch:v0.8.1 not found
$ docker pull ghcr.io/abahmed/kwatch:v0.8.0
v0.8.0: Pulling from abahmed/kwatch
63b65145d645: Pull complete
cad907e166ea: Pull complete
39f7eda4549b: Pull complete
Digest: sha256:9d99fd87088899477688b90b237c05e53fa19eb3665a4fe4c06593b85366d86b
Status: Downloaded newer image for ghcr.io/abahmed/kwatch:v0.8.0

So v0.8.0 I'm able to pull but v0.8.1 and v0.8.2 not. Maybe from v0.8.1 version is changed image format that is not compatible with docker 17.03.2-ce ?

Version/Commit kwatch v0.8.0

tdslot commented 1 year ago

Seems docker version 17.03.2-ce not support multi-arch on 18.06.2-ce version works fine.