Use Debian Stretch as base image instead of Jessie
Debian Wheezy/Jessie backport repos have been removed from Debian archive, and they affect the docker images. Switching to stretch is the better way forward, for now.
Merge request reports
Activity
changed milestone to %11.10
added backstage [DEPRECATED] label
added 1 commit
- 229ab5da - Stop building Debian Wheezy and Jessie images
mentioned in merge request omnibus-gitlab!3150 (merged)
@rmarshall Could you take a look? The commit messages may also have some info.
assigned to @rmarshall
This looks good to me.
I'm waiting on the outcome of a pipeline that tests this against omnibus-gitlab!3150 (merged) which updates GitLab Omnibus to use the new images.
If this passes fine, I will pass along to @ibaum for final review/merge.
@balasankarc - it's not in the code, but up above in the message
repos has been removed
should berepos have been removed
.added priority2 label
The build trigger for
ruby docker
fails on prod because we don't pass triggered variables down.I do not see
gitlab-omnibus-builder
on the dev systems.SLES_12sp2
will only build on the dev system.Trying to run a pipeline on dev to get triggered variables to pass down into
ruby-docker
fails as see in this pipeline on dev because there is nosles
image.Will try combining omnibus-gitlab!3152 (merged) and the test new images branch together and test a mega-branch.
cc @twk3
For reference, pipeline is running with variables:
BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/staging" PUBLIC_BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/staging" BUILDER_IMAGE_REVISION: "drop-wheezy-jessie"
The pipeline passed - all seems in order to me.
We should do a fast follow merge on omnibus-gitlab!3150 (merged) to get omnibus to use this fix.
assigned to @twk3
mentioned in commit 080fc5cf
added devopssystems groupdistribution labels
mentioned in issue #35 (closed)
mentioned in issue #36 (closed)
mentioned in merge request !174 (merged)