mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 10:03:56 +01:00
Add focal
This commit is contained in:
@ -4,6 +4,10 @@ include:
|
||||
- remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/build_image.yml'
|
||||
- remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/gbp-pkg.yml'
|
||||
|
||||
stages:
|
||||
- build_image
|
||||
- build_pkg
|
||||
|
||||
variables:
|
||||
BUILD_CONTEXT: ci_container
|
||||
BUILD_FILE: Dockerfile
|
||||
@ -11,39 +15,53 @@ variables:
|
||||
TARGET_REPOSITORY: "bullseye"
|
||||
|
||||
|
||||
stages:
|
||||
- build_image
|
||||
- build_pkg
|
||||
- debian-package
|
||||
|
||||
.image-buster:
|
||||
variables:
|
||||
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
|
||||
|
||||
.image-jammy:
|
||||
variables:
|
||||
IMAGE_NAME: pkg_build-exim-encrypt-dlfunc/jammy
|
||||
TARGET_REPOSITORY: "jammy"
|
||||
BUILD_FILE: Dockerfile.jammy
|
||||
|
||||
.image-focal:
|
||||
variables:
|
||||
IMAGE_NAME: pkg_build-exim-encrypt-dlfunc/focal
|
||||
TARGET_REPOSITORY: "focal"
|
||||
BUILD_FILE: Dockerfile.focal
|
||||
|
||||
build_pkg_image_buster:
|
||||
extends:
|
||||
- .image-buster
|
||||
- build_pkg_image
|
||||
|
||||
build_pkg_image_jammy:
|
||||
extends:
|
||||
- .image-jammy
|
||||
- build_pkg_image
|
||||
|
||||
build_pkg_image_focal:
|
||||
extends:
|
||||
- .image-focal
|
||||
- build_pkg_image
|
||||
|
||||
pkg_buster:
|
||||
extends:
|
||||
- .image-buster
|
||||
- gbp_pkg
|
||||
|
||||
build_pkg_image_jammy:
|
||||
pkg_focal:
|
||||
extends:
|
||||
- .image-focal
|
||||
- gbp_pkg
|
||||
|
||||
pkg_jammy:
|
||||
extends:
|
||||
- .image-jammy
|
||||
- build_pkg_image
|
||||
- gbp_pkg
|
||||
|
||||
#.code-coverage:
|
||||
# stage: build
|
||||
|
||||
Reference in New Issue
Block a user