Skip to content

build-gdk-image job failure, cannot find the pinned base image, in 16-3-stable-ee

!134196 (comment 1605944847):

https://gitlab.com/gitlab-org/gitlab/-/jobs/5292326680

$ scripts/build_gdk_image
** Building GDK image with GDK sha: '' **
#0 building with "strange_sammet" instance using docker-container driver
#1 [internal] booting buildkit
#1 pulling image moby/buildkit:buildx-stable-1
#1 pulling image moby/buildkit:buildx-stable-1 2.1s done
#1 creating container buildx_buildkit_strange_sammet0
#1 creating container buildx_buildkit_strange_sammet0 1.8s done
#1 DONE 3.9s
#2 [internal] load build definition from Dockerfile.gdk
#2 transferring dockerfile: 3.69kB done
#2 DONE 0.0s
#3 [auth] gitlab-org/gitlab-development-kit/asdf-bootstrapped-verify:pull token for registry.gitlab.com
#3 DONE 0.0s
#4 [internal] load metadata for registry.gitlab.com/gitlab-org/gitlab-development-kit/asdf-bootstrapped-verify:main@sha256:14fa752a80df21f840fc48f4be8561bee21b78886ac718652582fdd788d34c32
#4 ERROR: registry.gitlab.com/gitlab-org/gitlab-development-kit/asdf-bootstrapped-verify:main@sha256:14fa752a80df21f840fc48f4be8561bee21b78886ac718652582fdd788d34c32: not found
------
 > [internal] load metadata for registry.gitlab.com/gitlab-org/gitlab-development-kit/asdf-bootstrapped-verify:main@sha256:14fa752a80df21f840fc48f4be8561bee21b78886ac718652582fdd788d34c32:
------
Dockerfile.gdk:1
--------------------
   1 | >>> FROM registry.gitlab.com/gitlab-org/gitlab-development-kit/asdf-bootstrapped-verify:main@sha256:14fa752a80df21f840fc48f4be8561bee21b78886ac718652582fdd788d34c32
   2 |     
   3 |     ENV GITLAB_LICENSE_MODE=test \
--------------------
ERROR: failed to solve: registry.gitlab.com/gitlab-org/gitlab-development-kit/asdf-bootstrapped-verify:main@sha256:14fa752a80df21f840fc48f4be8561bee21b78886ac718652582fdd788d34c32: registry.gitlab.com/gitlab-org/gitlab-development-kit/asdf-bootstrapped-verify:main@sha256:14fa752a80df21f840fc48f4be8561bee21b78886ac718652582fdd788d34c32: not found
Cleaning up project directory and file based variables 00:01
ERROR: Job failed: exit code 1

I see that that image still does not exist https://gitlab.com/gitlab-org/gitlab-development-kit/container_registry/1919992?orderBy=NAME&sort=asc&search[]=14fa752a80df21f840fc48f4be8561bee21b78886ac718652582fdd788d34c32&search[]=

Current status

build-gdk-image and e2e:test-on-gdk jobs are not really necessary for old stable branches. So !134718 (closed) stops running those jobs.

There is another failure. In deploying review app. Can we just ignore that one too?

See thread below

Edited by Michael Kozono