File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,13 @@ docker_build(
86
86
url = "https://codeload.github.com/tianon/docker-brew-ubuntu-core/zip/e406914e5f648003dfe8329b512c30c9ad0d2f9c" ,
87
87
)
88
88
89
+
90
+ DEBUG_BASE_IMAGE_SHA = "3f57ae2aceef79e4000fb07ec850bbf4bce811e6f81dc8cfd970e16cdf33e622"
91
+
89
92
# See github.com/istio/manager/blob/master/docker/debug/build-and-publish-debug-image.sh
90
93
# for instructions on how to re-build and publish this base image layer.
91
94
http_file (
92
95
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 ,
95
98
)
You can’t perform that action at this time.
0 commit comments