Skip to content

Commit

Permalink
The distroless nossl images are no longer in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Dec 20, 2022
1 parent 86bcd3b commit b899a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ load(
container_pull(
name = "cgo_amd64_base",
registry = "gcr.io",
repository = "distroless/preview/base-nossl-debian11",
repository = "distroless/base-nossl-debian11",
# See https://github.com/buchgr/bazel-remote/issues/605 and https://github.com/GoogleContainerTools/distroless/issues/1098
# TODO: specify this by digest instead? Where can I find that?
tag = "nonroot-amd64",
Expand All @@ -84,7 +84,7 @@ container_pull(
container_pull(
name = "cgo_arm64_base",
registry = "gcr.io",
repository = "distroless/preview/base-nossl-debian11",
repository = "distroless/base-nossl-debian11",
tag = "nonroot-arm64",
)

Expand Down

0 comments on commit b899a9d

Please sign in to comment.