Closed Joseph-Goergen closed 1 year ago
I think the docker build
command is missing a --platform
, so the image gets the wrong info...
The actual contents seem OK though, being cross-compiled using the GOARCH
cross-compilation.
https://github.com/kubernetes-sigs/dashboard-metrics-scraper/blob/master/hack/deploy.sh
Main difference between the images seem to be the use of BuildKit ? (Says docker history
anyway)
@afbjorklund Is it possible to get a new release of the docker images to have the correct architecture labels? Since #56 has been merged.
@maciaszczykm Is there a plan for a new release or can the get new images published with the architecture fix in?
New images are there, but it will take few more weeks to release them with chart etc.
@maciaszczykm where do we find the images? https://hub.docker.com/r/kubernetesui/metrics-scraper/tags show v1.0.8 as the latest release.
New scraper image was just released.
The metrics scraper v1.0.8 does not support s390x. v1.0.7 does appear to support it
If you run a
skopeo inspect
on the image, it says it supports the other architecturesBut
docker inspect
says otherwiseWe are asking for a new patch release that re-supports the other architectures.