Skip to content

Commit d71d5f3

Browse files
authored
update base debug docker image reference (istio#133)
1 parent 3d402e6 commit d71d5f3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

WORKSPACE

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,13 @@ docker_build(
8686
url = "https://codeload.github.com/tianon/docker-brew-ubuntu-core/zip/e406914e5f648003dfe8329b512c30c9ad0d2f9c",
8787
)
8888

89+
90+
DEBUG_BASE_IMAGE_SHA="3f57ae2aceef79e4000fb07ec850bbf4bce811e6f81dc8cfd970e16cdf33e622"
91+
8992
# See github.com/istio/manager/blob/master/docker/debug/build-and-publish-debug-image.sh
9093
# for instructions on how to re-build and publish this base image layer.
9194
http_file(
9295
name = "ubuntu_xenial_debug",
93-
url = "https://storage.googleapis.com/istio-build/manager/ubuntu_xenial_debug.tar.gz",
94-
sha256 = "02f0ea4b04012562dec4b75ee4337ac77a0003418d02a91bde1b4b4d162a41e4",
96+
url = "https://storage.googleapis.com/istio-build/manager/ubuntu_xenial_debug-" + DEBUG_BASE_IMAGE_SHA + ".tar.gz",
97+
sha256 = DEBUG_BASE_IMAGE_SHA,
9598
)

0 commit comments

Comments
 (0)