diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index bde808d..9aa02b1 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -9,6 +9,10 @@ pipeline { name 'ARCH' values 'amd64', 'arm64' } + axis { + name 'FEDORA' + values '38', '39' + } } stages { @@ -19,6 +23,10 @@ pipeline { yamlMergeStrategy merge() defaultContainer 'fedora' nodeSelector "kubernetes.io/arch=${ARCH}" + containerTemplate { + name 'fedora' + image "registry.fedoraproject.org/fedora:${FEDORA}" + } } } environment { diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 1c4502e..f8e190b 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -1,7 +1,6 @@ spec: containers: - name: fedora - image: registry.fedoraproject.org/fedora:38 command: - cat stdin: true