-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[container image] use focal (ubuntu 20.04) base image for our docker builds #8631
[container image] use focal (ubuntu 20.04) base image for our docker builds #8631
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cristicalin, floryut The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
During the debug of build failures of ansible 5 PRs it became apparent that the failure is due to the CI process using an old Ubuntu base image. This PR upgrades the Ubuntu base to a modern focal (20.04) release which includes a modern python (3.8.2) which can be used with ansible 5 that deprecated and removed support for older python versions.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
We need to back-port this PR to
release-2.18
and tag 2.18.1 to get a new image out we can use as our new build base.Does this PR introduce a user-facing change?: