Skip to content

Commit

Permalink
winrmcli: 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 9fcfc7a commit b5f047c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions images/winrmcli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,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 = "//images:kubevirt-testing-base",
directory = "/usr/bin",
files = [
"@com_github_masterzen_winrmcli//:winrm-cli",
Expand Down

0 comments on commit b5f047c

Please sign in to comment.