refactor: containerfile setups
Some checks failed
ci/crow/cron/images/6 Pipeline failed
ci/crow/cron/images/5 Pipeline failed
ci/crow/cron/images/3 Pipeline failed
ci/crow/cron/images/4 Pipeline failed
ci/crow/cron/images/2 Pipeline failed
ci/crow/cron/images/1 Pipeline failed

This commit is contained in:
Patrick Schratz 2025-06-03 22:04:09 +02:00
commit 1d06a52221
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -4,27 +4,23 @@ when:
matrix:
include:
# - PLATFORM: redhat-9
# ARCH: arm64
# - PLATFORM: redhat-9
# ARCH: amd64
# - PLATFORM: redhat-8
# ARCH: arm64
# - PLATFORM: redhat-8
# ARCH: amd64
# - PLATFORM: ubuntu-2404
# ARCH: arm64
# - PLATFORM: ubuntu-2404
# ARCH: amd64
# - PLATFORM: ubuntu-2204
# ARCH: arm64
# - PLATFORM: ubuntu-2204
# ARCH: amd64
# - PLATFORM: alpine-321
# ARCH: arm64
# - PLATFORM: alpine-321
# ARCH: amd64
- PLATFORM: alpine-322
- OS: redhat
OS_VERSION: 8
R_VERSION: 4.4.3
- OS: redhat
OS_VERSION: 9
R_VERSION: 4.4.3
- OS: ubuntu
OS_VERSION: jammy
R_VERSION: 4.4.3
- OS: ubuntu
OS_VERSION: noble
R_VERSION: 4.4.3
- OS: alpine
OS_VERSION: 3.21
R_VERSION: 4.4.3
- OS: alpine
OS_VERSION: 3.22
R_VERSION: 4.5.0
steps:
@ -33,9 +29,9 @@ steps:
settings:
mtu: 1350
platforms: linux/amd64,linux/arm64
Dockerfile: docker/Containerfile-${PLATFORM}
repo: devxygmbh/rpkgs-build-env-${PLATFORM}
tags: ${R_VERSION}
Dockerfile: docker/Containerfile-${OS}
repo: devxygmbh/rpkgs-build-env-${OS}
tags: ${OS_VERSION}-${R_VERSION}
username: devxygmbh
password:
from_secret: dockerhub_token_devxygmbh
@ -45,7 +41,8 @@ steps:
GITHUB_PAT:
from_secret: GITHUB_PAT
build_args_from_env:
- ARCH
- OS
- OS_VERSION
- R_VERSION
backend_options:
kubernetes: