-
Notifications
You must be signed in to change notification settings - Fork 502
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
images: Default to bullesye
variants and cleanup EOL components
#2323
Conversation
Signed-off-by: Stephen Augustus <[email protected]>
Drops variants that: - have outdated versions of golang - are building for EOL release branches Signed-off-by: Stephen Augustus <[email protected]>
go1.15-buster: | ||
CONFIG: 'go1.15-buster' | ||
GO_VERSION: '1.15.15' | ||
OS_CODENAME: 'buster' | ||
REVISION: '0' |
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.
Isn't 1.15 still used by 1.20? Is it safe to remove this?
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.
cross1.15: | ||
CONFIG: 'cross1.15' | ||
KUBE_CROSS_VERSION: 'v1.15.15-1' | ||
cross1.15-legacy: | ||
CONFIG: 'cross1.15-legacy' | ||
KUBE_CROSS_VERSION: 'v1.15.15-legacy-1' |
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.
Similar to the other comment, since 1.20 is still not EOL, should we keep it around until 1.20 is not EOL?
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.
@xmudrii -- For both instances, they are images that are based on EOL versions of Golang. |
(I expect several of the jobs to get stuck due to GCB quota, so let's be sure to give them a few minutes and then retest in batches.) |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus, xmudrii 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 |
/test pull-release-image-kube-cross |
/test pull-release-image-setcap |
/test pull-release-image-go-runner |
/test pull-release-image-debian-base |
/test pull-release-image-k8s-cloud-builder |
/check-cla |
What type of PR is this?
/kind cleanup
/area dependency
What this PR does / why we need it:
debian: Default to
bullseye
variantsimages: Stop attempting to build outdated variants
Drops variants that:
Signed-off-by: Stephen Augustus [email protected]
/assign @Verolop @xmudrii
cc: @kubernetes/release-engineering
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?