Skip to content

Commit

Permalink
WIP: Pull git-base-arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
LorbusChris committed Jun 10, 2021
1 parent e36bbbc commit ebce45d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions containers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ def repositories():
# tag = "v20200713-e9b3d9d",
)

container_pull(
name = "git-base-arm64",
digest = "sha256:TODO(lorbus)",
registry = "gcr.io",
repository = "k8s-prow/git",
# tag = "TODO(lorbus)",
)

container_pull(
name = "gcloud-go",
digest = "sha256:ca9873d744f19e77ceafb499846248a82cde74ab5a613dd394348e7904d08d71",
Expand Down

0 comments on commit ebce45d

Please sign in to comment.