summaryrefslogtreecommitdiff
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2023-02-01 02:43:25 +0400
committerBrad King <brad.king@kitware.com>2023-02-06 10:13:06 -0500
commit354fdf2116e286947fc2c645827d530f5112aea4 (patch)
treef4d905319e289b896ab1ff6f7e0f31b6195dfdf9 /.gitlab/os-linux.yml
parent2a0c105cf08190284b288057c693eeddef5066fc (diff)
downloadcmake-354fdf2116e286947fc2c645827d530f5112aea4.tar.gz
ci: Reduce intermediate docker layers and final image size
Instead of `COPY` to get tar files, execute `RUN` w/ `--mount`. Note that this requires the docker "buildkit" feature to be enabled.
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index c00c4aaab3..9d7be0e0a9 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -45,7 +45,7 @@
### Debian
.debian10:
- image: "kitware/cmake:ci-debian10-x86_64-2023-01-26"
+ image: "kitware/cmake:ci-debian10-x86_64-2023-02-06"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
@@ -69,7 +69,7 @@
### Fedora
.fedora37:
- image: "kitware/cmake:ci-fedora37-x86_64-2023-01-26"
+ image: "kitware/cmake:ci-fedora37-x86_64-2023-02-06"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"