Skip to content

Commit

Permalink
tests: conformance: change base image to distroless/base
Browse files Browse the repository at this point in the history
Current base image is Fedora 31 which is EOL since 2020-11-24.
Let's move the base image to a base image that we use and update more
often across components.

See: kubevirt#9229
Signed-off-by: Victor Toso <[email protected]>
  • Loading branch information
victortoso committed Mar 8, 2023
1 parent 464f6ad commit 9fcfc7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ container_image(
"@io_bazel_rules_go//go/platform:linux_arm64": "arm64",
"//conditions:default": "amd64",
}),
base = select({
"@io_bazel_rules_go//go/platform:linux_arm64": "@fedora_aarch64//image",
"//conditions:default": "@fedora//image",
}),
base = "//:passwd-image",
directory = "/",
files = [
":conformance-config.json",
Expand Down

0 comments on commit 9fcfc7a

Please sign in to comment.