Problem: Pulling docker BUILDER_IMAGE_REVISION
Hi,
if I understood the preparation guide correctly I should use e.g. centos7-0.0.6 or jessie-0.0.6 to pull build images form your private registry but that doesn't work or have I missed something? Pulling from the "old" registry path works, still, but I am not sure if these build containers are appropriate any more considering the change to from omnibus-gitlab to gitlab-omnibus-builder.
Ref. https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/build/prepare-build-environment.md
docker pull registry.gitlab.com/gitlab-org/omnibus-gitlab:centos7
centos7: Pulling from gitlab-org/omnibus-gitlab
Digest: sha256:000000000000000000000000000000000000000000000000000000000fake
Status: Image is up to date for registry.gitlab.com/gitlab-org/omnibus-gitlab:centos7
docker pull registry.gitlab.com/gitlab-org/gitlab-omnibus-builder:centos7-0.0.6
Pulling repository registry.gitlab.com/gitlab-org/gitlab-omnibus-builder
Error: image gitlab-org/gitlab-omnibus-builder:centos7-0.0.6 not found
docker pull registry.gitlab.com/gitlab-org/gitlab-omnibus-builder:jessie-0.0.6
Pulling repository registry.gitlab.com/gitlab-org/gitlab-omnibus-builder
Error: image gitlab-org/gitlab-omnibus-builder:jessie-0.0.6 not found
Br, Lennart