diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-03 14:19:25 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-03 16:50:15 (GMT) |
commit | c5b072800df29f4250e69002c880693b46000c7a (patch) | |
tree | 67bf0f45ae38ebf6da6493550e9056c1623b8db0 /Utilities/Release | |
parent | 45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0 (diff) | |
download | CMake-c5b072800df29f4250e69002c880693b46000c7a.zip CMake-c5b072800df29f4250e69002c880693b46000c7a.tar.gz CMake-c5b072800df29f4250e69002c880693b46000c7a.tar.bz2 |
gitlab-ci: add jobs for reproducing the release binaries
Diffstat (limited to 'Utilities/Release')
-rw-r--r-- | Utilities/Release/linux/x86_64/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Release/linux/x86_64/Dockerfile b/Utilities/Release/linux/x86_64/Dockerfile index 539954a..972913e 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 |