Closed Celedhrim closed 2 years ago
OK ! seems to be a docker hub issue
A sha is available but image download give another :
time="2022-03-21T22:10:23.149321213+01:00" level=info msg="PullImage \"nextcloud\""
time="2022-03-21T22:10:28.610574475+01:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/library/nextcloud:latest,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
time="2022-03-21T22:10:29.757823153+01:00" level=info msg="ImageUpdate event &ImageUpdate{Name:sha256:54e161b9e9ea0d7dc842ed150cc9ce7950bf7ff73be741e2d50b0dbc28a0f110,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
time="2022-03-21T22:10:30.195642385+01:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/library/nextcloud:latest,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
time="2022-03-21T22:10:30.662434862+01:00" level=info msg="ImageUpdate event &ImageUpdate{Name:docker.io/library/nextcloud@sha256:6bf15beecaeaca23442375182e9cde1c34830cf661fc017b7aba978cdeaa5ca2,Labels:map[string]string{io.cri-containerd.image: managed,},XXX_unrecognized:[],}"
time="2022-03-21T22:10:30.666956780+01:00" level=info msg="PullImage \"nextcloud\" returns image reference \"sha256:54e161b9e9ea0d7dc842ed150cc9ce7950bf7ff73be741e2d50b0dbc28a0f110\""
Hi, thanks for debugging this. Do you use other architecture than x86_64 ?
Since sha256 checksums are architecture dependent, I think running imago on a machine with an architecture which is different than k8s nodes is not supported yet.
imago and k3s run on the same machine ,
Problem is ONLY with docker image from docker.io/library/
ps: Thx for your great tool ! :)
Hello ,
Maybe it's docker hub , but here is my deployment:
Imago say :
kubectl event on deployement restart said :
And describing the pods said :
So the issue is taht imago see an update hash , but k3s / crictl said that we are already at the last hash of this tag
Have you any idea ?