From ff9d5123b44cee87da9e4e71b7f3e00f46c664e8 Mon Sep 17 00:00:00 2001 From: Louis Lotter Date: Mon, 17 Aug 2026 11:06:42 +0200 Subject: [PATCH] Refresh Contrib StackPacks BCI minimal image --- .github/workflows/stackpacks-ci.yml | 6 ++++-- docker/Dockerfile | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stackpacks-ci.yml b/.github/workflows/stackpacks-ci.yml index 6071ca6..9d8ab31 100644 --- a/.github/workflows/stackpacks-ci.yml +++ b/.github/workflows/stackpacks-ci.yml @@ -183,7 +183,9 @@ jobs: sudo apt-get install -y --no-install-recommends yq - name: Compare versions - run: ./scripts/ci/verify_versions_bumped.sh ${{ matrix.stackpack }} + env: + STACKPACK: ${{ matrix.stackpack }} + run: ./scripts/ci/verify_versions_bumped.sh "${STACKPACK}" build-and-push-docker-image: name: Docker image build, scan, and push @@ -285,7 +287,7 @@ jobs: description: Community stackpacks distribution bundle component: contrib-stackpacks dockerfile: docker/Dockerfile - base-name: registry.suse.com/bci/bci-minimal:15.7-26.22 + base-name: registry.suse.com/bci/bci-minimal:15.7-26.34 - name: Push single-arch image (amd64) uses: StackVista/image-pipeline/.github/actions/push-single-arch@f7e766e074b516bb754891a240e6ab2df1e60e4c diff --git a/docker/Dockerfile b/docker/Dockerfile index 6bc1b32..0586cf0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.suse.com/bci/bci-minimal:15.7-26.22 +FROM registry.suse.com/bci/bci-minimal:15.7-26.34 COPY rootfs/stackpacks /stackpacks