We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f0e2c commit 10360e7Copy full SHA for 10360e7
WORKSPACE
@@ -77,7 +77,8 @@ container_pull(
77
78
container_pull(
79
name = "go-runner",
80
- digest = "sha256:07ae0b21ca58c7f11c80f3b25398a24be1cb5e691d934b6b8d934ff4ba5a65dd",
+ # this digest is actually go-runner-amd64
81
+ digest = "sha256:ff9d9b20255f11611cdcaf3ccd6f395ce2fa02a78c546ec93b4e06eb77359d46",
82
registry = "registry.k8s.io",
83
repository = "build-image/go-runner",
84
# 'tag' is also supported, but digest is encouraged for reproducibility.
0 commit comments