diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index 4731d6b8d9..a30f7801dd 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,9 +5,9 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2025-04-05.0' + FEDORA_TAG: '2025-04-12.0' - DEBIAN_TAG: '2025-04-05.0' + DEBIAN_TAG: '2025-04-12.0' CHECKS_TAG: '2025-02-04.0' diff --git a/ci/scripts/install-rust.sh b/ci/scripts/install-rust.sh index 5604d03f42..ee55c807e8 100644 --- a/ci/scripts/install-rust.sh +++ b/ci/scripts/install-rust.sh @@ -22,6 +22,9 @@ rm rustup-init; chmod -R a+w $RUSTUP_HOME $CARGO_HOME cargo install --locked cargo-c --version 0.10.12+cargo-0.87.0 +# We don't need them in the build image and they occupy +# 600mb of html files (athough they compress extremely well) +rustup component remove rust-docs rustup --version cargo --version