build: Upgrade base image to deployment dockerfile#49593
Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom Jun 1, 2020
bobvawter:base-image
Merged
build: Upgrade base image to deployment dockerfile#49593craig[bot] merged 1 commit intocockroachdb:masterfrom bobvawter:base-image
craig[bot] merged 1 commit intocockroachdb:masterfrom
bobvawter:base-image
Conversation
This change updates the deployment base image from Debian 9.8 to 9.12. Fixes: #41390 Release note (build change): Release Docker images are now built on Debian 9.12.
Member
Contributor
Author
|
@bdarnell I've smoke-tested the resulting image build; are there any other specific tests I should run before committing this? |
Contributor
|
For 20.2, we don't want to just upgrade to a newer debian, we want to use redhat's UBI as the base image. (although if you're thinking about backporting to current releases a newer debian would be the way to go). For updating to a newer version of debian, basic smoke testing is probably fine. For the switch to redhat the things to check are:
|
Contributor
Author
|
I've filed #49643 about adding a UBI-based image in addition to our Debian base. What I'd like to do is to go ahead and commit this, then backport to 20.1, 19.2, and 19.1 branches so that operators will at least get refreshed images. |
bdarnell
approved these changes
May 28, 2020
Contributor
Author
|
bors r+ |
Contributor
Build failed (retrying...) |
Contributor
Build failed |
Contributor
Author
|
bors retry |
Contributor
Build succeeded |
This was referenced Jun 22, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change updates the deployment base image from Debian 9.8 to 9.12.
Fixes: #41390
Release note (build change): Release Docker images are now built on
Debian 9.12.