summaryrefslogtreecommitdiff
path: root/Utilities/Release/linux
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-06-03 10:19:25 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2020-06-03 12:50:15 -0400
commitc5b072800df29f4250e69002c880693b46000c7a (patch)
tree67bf0f45ae38ebf6da6493550e9056c1623b8db0 /Utilities/Release/linux
parent45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0 (diff)
downloadcmake-c5b072800df29f4250e69002c880693b46000c7a.tar.gz
gitlab-ci: add jobs for reproducing the release binaries
Diffstat (limited to 'Utilities/Release/linux')
-rw-r--r--Utilities/Release/linux/x86_64/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Release/linux/x86_64/Dockerfile b/Utilities/Release/linux/x86_64/Dockerfile
index 539954a71e..972913e3cc 100644
--- a/Utilities/Release/linux/x86_64/Dockerfile
+++ b/Utilities/Release/linux/x86_64/Dockerfile
@@ -5,6 +5,7 @@
# Build using the CMake source directory as the build context.
# The resulting image will have an '/out' directory containing the package.
+# Keep this in sync with the `.gitlab-ci.yml` `release_linux` image.
ARG FROM_IMAGE_NAME=kitware/cmake:build-linux-x86_64-deps-2020-04-02
ARG FROM_IMAGE_DIGEST=@sha256:77e9ab183f34680990db9da5945473e288f0d6556bce79ecc1589670d656e157
ARG FROM_IMAGE=$FROM_IMAGE_NAME$FROM_IMAGE_DIGEST