Skip to content
Snippets Groups Projects
Commit 4d5d57a6 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Build base and latex image with bullseye as well

parent 8209f02b
No related branches found
No related tags found
No related merge requests found
Pipeline #3060 canceled
...@@ -25,6 +25,11 @@ before_script: ...@@ -25,6 +25,11 @@ before_script:
variables: variables:
DEBIAN_RELEASE: buster DEBIAN_RELEASE: buster
.build-bullseye:
extends: .build
variables:
DEBIAN_RELEASE: bullseye
base-stretch: base-stretch:
extends: .build-stretch extends: .build-stretch
stage: base stage: base
...@@ -43,6 +48,12 @@ latex-buster: ...@@ -43,6 +48,12 @@ latex-buster:
variables: variables:
IMAGE_NAME: fsmpi-latex IMAGE_NAME: fsmpi-latex
latex-bullseye:
extends: .build-bullseye
stage: first
variables:
IMAGE_NAME: fsmpi-latex
packages-stretch: packages-stretch:
extends: .build-stretch extends: .build-stretch
stage: first stage: first
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment