mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 10:03:56 +01:00
add buster
This commit is contained in:
@ -18,6 +18,8 @@ stages:
|
||||
|
||||
.image-buster:
|
||||
IMAGE_NAME: pkg_build-exim-encrypt-dlfunc/buster
|
||||
BUILD_FILE: Dockerfile.buster
|
||||
TARGET_REPOSITORY: "buster"
|
||||
|
||||
.image-bullseye:
|
||||
IMAGE_NAME: pkg_build-exim-encrypt-dlfunc/bullseye
|
||||
@ -27,6 +29,16 @@ stages:
|
||||
IMAGE_NAME: pkg_build-exim-encrypt-dlfunc/jammy
|
||||
BUILD_FILE: Dockerfile.jammy
|
||||
|
||||
build_pkg_image_buster:
|
||||
extends:
|
||||
- .image-buster
|
||||
- build_pkg_image
|
||||
|
||||
pkg_buster:
|
||||
extends:
|
||||
- .image-buster
|
||||
- python_pkg
|
||||
|
||||
build_pkg_image_jammy:
|
||||
extends:
|
||||
- .image-jammy
|
||||
|
||||
Reference in New Issue
Block a user