Skip to content
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

build go1.21 images with base debian bookworm #3212

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Aug 18, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

  • golang: Build 1.21 images

/hold
/assign @saschagrunert @ameukam @Verolop @palnabarun
cc @kubernetes/release-managers @liggitt

Which issue(s) this PR fixes:

Related to #3076

Special notes for your reviewer:

Does this PR introduce a user-facing change?

- golang: Build 1.21 images

@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Aug 18, 2023
@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 18, 2023
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority labels Aug 18, 2023
@k8s-ci-robot k8s-ci-robot added area/release-eng Issues or PRs related to the Release Engineering subproject approved Indicates a PR has been approved by an approver from all required OWNERS files. sig/release Categorizes an issue or PR as relevant to SIG Release. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 18, 2023
Signed-off-by: cpanato <ctadeu@gmail.com>
@cpanato
Copy link
Member Author

cpanato commented Aug 18, 2023

/test pull-release-image-kubepkg

@cpanato
Copy link
Member Author

cpanato commented Aug 18, 2023

/test pull-release-image-releng-ci

@cpanato
Copy link
Member Author

cpanato commented Aug 18, 2023

/test pull-release-image-go-runner

@cpanato
Copy link
Member Author

cpanato commented Aug 18, 2023

/test pull-release-image-k8s-ci-builder

@cpanato
Copy link
Member Author

cpanato commented Aug 18, 2023

/test pull-release-image-kube-cross

Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thank you!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 21, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cpanato, saschagrunert

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:
  • OWNERS [cpanato,saschagrunert]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cpanato
Copy link
Member Author

cpanato commented Aug 21, 2023

/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 21, 2023
@saschagrunert
Copy link
Member

/test pull-release-image-kubepkg

@cpanato
Copy link
Member Author

cpanato commented Aug 22, 2023

/test pull-release-image-kubepkg

@cpanato
Copy link
Member Author

cpanato commented Aug 22, 2023

/test pull-release-image-go-runner

@cpanato
Copy link
Member Author

cpanato commented Aug 22, 2023

/test pull-release-image-k8s-ci-builder
/test pull-release-integration-test

@cpanato
Copy link
Member Author

cpanato commented Aug 22, 2023

/test pull-release-image-releng-ci

@cpanato
Copy link
Member Author

cpanato commented Aug 22, 2023

/test pull-release-image-kube-cross

1 similar comment
@cpanato
Copy link
Member Author

cpanato commented Aug 22, 2023

/test pull-release-image-kube-cross

@k8s-ci-robot k8s-ci-robot merged commit 29bb779 into kubernetes:master Aug 22, 2023
17 checks passed
@cpanato cpanato deleted the golang121 branch August 22, 2023 13:30
@cpanato cpanato mentioned this pull request Aug 23, 2023
36 tasks
akhilerm added a commit to akhilerm/publishing-bot that referenced this pull request Aug 31, 2023
set CGO_ENABLED=0, so that static binaries are generated for the various
publishing-bot components. This is needed because, when the build image
`gcr.io/k8s-staging-releng/k8s-ci-builder:latest-default` was upgraded
from bullseye to bookworm (kubernetes/release#3212), glibc version
incompatibility occurred between the build machine and the prod cluster,
preventing the bot from starting up.

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
akhilerm added a commit to akhilerm/publishing-bot that referenced this pull request Aug 31, 2023
- set CGO_ENABLED=0, so that static binaries are generated for the
various publishing-bot components. This is needed because, when the
build image `gcr.io/k8s-staging-releng/k8s-ci-builder:latest-default`
was upgraded from bullseye to bookworm (kubernetes/release#3212), glibc
version incompatibility occurred between the build machine and the prod
cluster, preventing the bot from starting up.
- remove GO111MODULE=on, since in the latest versions of go that is used
for building the bot, go modules are used by default.

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/release Categorizes an issue or PR as relevant to SIG Release. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants