Skip to content

Commit

Permalink
WIP: Pull git-base-arm64 image
Browse files Browse the repository at this point in the history
Uses a custom arm64 rebuild of the git image
TODO(lorbus): Use image build from #22450

Requires: #22450
  • Loading branch information
LorbusChris committed Jun 10, 2021
1 parent be50d69 commit b054bd5
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:35588d5abeb3443ec11803a09d9d549e57be70fbfe2c328318c2f7e1de775aa8",
registry = "quay.io",
repository = "multi-arch/test-infra",
# tag = "git-aarch64",
)

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

0 comments on commit b054bd5

Please sign in to comment.