Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
env:
GO_TOOLCHAIN: "golang"
# TODO: match BASEIMAGE with Makefile default (nonroot variant)
BASEIMAGE: "gcr.io/distroless/static-debian11"
BASEIMAGE: "gcr.io/distroless/static-debian12"
Copy link
Contributor Author

@liangyuanpeng liangyuanpeng Jul 31, 2025

Choose a reason for hiding this comment

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

To match Makefile

BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot

KIND_CLUSTER_NAME: "kind"
KIND_VERSION: "v0.27.0"
KIND_VERSION: "v0.29.0"

jobs:
build:
Expand Down