-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.0.2
and v0.0.3
image tags only have arm64 arch.
#35
Comments
👋 Welcome to Kuberhealthy Storage Check. Thanks for opening your first issue. |
Thank you for bringing this to my attention. This should now be fixed and I'll be bringing in a more proper pipeline to ensure this doesn't happen in the future. |
The images now only have the |
Hi @LS80 I've pushed 0.0.2 and 0.0.3 with the amd64 and arm64 images. Please let me know if this works for you. |
The manifest looks strange. There are two extra images that have unknown architecture. It does appear to work though.
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.index.v1+json",
"manifests": [
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 861,
"digest": "sha256:82eb0c2487ba450bbccb57b0358581d296c8c812c69d2bfb536f27450ff992bd",
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 861,
"digest": "sha256:9656453f07ccdf74742848b6ad183b871212a03708e7ceb513955911dafe04a6",
"platform": {
"architecture": "arm64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 566,
"digest": "sha256:8b04a1da4e21292d07f3a14c9741634a42d8da7c30da8a80d5d386985acb065a",
"platform": {
"architecture": "unknown",
"os": "unknown"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 566,
"digest": "sha256:db3b29b3fd4c13a887ebafabb3d2e73f03cbfd692b51ff3897b9d5fb7d7474af",
"platform": {
"architecture": "unknown",
"os": "unknown"
}
}
]
} |
It looks like the
v0.0.2
image tag was re-published but only forarm64
. There is no support for theamd64
arch. This results inexec /app/storage-check: exec format error
if the checker pod is scheduled to anamd64
node.The text was updated successfully, but these errors were encountered: