Hi,
I using the Gitlab runner in k8s. With previous versions all was fine but wiht the 3 last i have problems.
I have one runner with Docker compose and all works as expected but the same Docker image not is possible run it in k8s.
I have this error… ImagePullBackOff (Back-off pulling image “gitlab/gitlab-runner:alpine-v16.0.0”)
I checked that i can pull this image in my computer with docker pull but checking the manifest i have this error (tested in 2 different pc’s)
docker manifest inspect gitlab/gitlab-runner:alpine-v16.0.0
no such manifest: docker.io/gitlab/gitlab-runner:alpine-v16.0.0
And the same error for the 16.0.1…
Is possible that the image uploaded contains some errors?
I have this response for the 15.10.1
docker manifest inspect gitlab/gitlab-runner:alpine-v15.10.1
{
“schemaVersion”: 2,
“mediaType”: “application/vnd.docker.distribution.manifest.list.v2+json”,
“manifests”: [
{
“mediaType”: “application/vnd.docker.distribution.manifest.v2+json”,
“size”: 896,
“digest”: “sha256:b6c61ec57d0157425cc095a87362f2704df8a9bb93f3c7695232ad39466657b5”,
“platform”: {
“architecture”: “amd64”,
“os”: “linux”
}
},
{
“mediaType”: “application/vnd.docker.distribution.manifest.v2+json”,
“size”: 896,
“digest”: “sha256:3e6adb9c3735cbc89394b609f0d9668b025950ec5dc394c59ac80710ae4dd972”,
“platform”: {
“architecture”: “arm64”,
“os”: “linux”
}
},
{
“mediaType”: “application/vnd.docker.distribution.manifest.v2+json”,
“size”: 896,
“digest”: “sha256:9a472e3d75b3f605fe859983c38dd050b408da3890fbcb9634b3eb75efaa2134”,
“platform”: {
“architecture”: “ppc64le”,
“os”: “linux”
}
},
{
“mediaType”: “application/vnd.docker.distribution.manifest.v2+json”,
“size”: 896,
“digest”: “sha256:b3fa959c625efd7562326f588c1f35cc51912ef76134ac6718946e5b36fc87a1”,
“platform”: {
“architecture”: “s390x”,
“os”: “linux”
}
}
]
}