From 4d5d57a63c3a1788122251207d666f447d8daa05 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Wed, 19 May 2021 16:37:42 +0200 Subject: [PATCH] Build base and latex image with bullseye as well --- .gitlab-ci.yml | 11 +++++++++++ fsmpi-base/bullseye.list | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 fsmpi-base/bullseye.list diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1d892d..b307483 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,11 @@ before_script: variables: DEBIAN_RELEASE: buster +.build-bullseye: + extends: .build + variables: + DEBIAN_RELEASE: bullseye + base-stretch: extends: .build-stretch stage: base @@ -43,6 +48,12 @@ latex-buster: variables: IMAGE_NAME: fsmpi-latex +latex-bullseye: + extends: .build-bullseye + stage: first + variables: + IMAGE_NAME: fsmpi-latex + packages-stretch: extends: .build-stretch stage: first diff --git a/fsmpi-base/bullseye.list b/fsmpi-base/bullseye.list new file mode 100644 index 0000000..0c64abc --- /dev/null +++ b/fsmpi-base/bullseye.list @@ -0,0 +1,3 @@ +deb http://ftp.halifax.rwth-aachen.de/debian bullseye main +deb http://security.debian.org/debian-security bullseye-security main +deb http://ftp.halifax.rwth-aachen.de/debian bullseye-updates main -- GitLab