From 19cb2fe7e5af703553c0476975b97066d7d4a7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 13 Jan 2025 11:23:21 +0100 Subject: [PATCH] Remove Leap 15.5 from the container builds --- .github/workflows/container.yml | 5 ----- Containerfile.leap | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index ad547b9..e7bfaa6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -17,11 +17,6 @@ jobs: fail-fast: false matrix: include: - - distri: leap-15.5 - build_args: | - "SERVER_VERSION=0.0.1" - "LEAP_VERSION=15.5" - suffix: leap - distri: leap-15.6 build_args: | "SERVER_VERSION=0.0.1" diff --git a/Containerfile.leap b/Containerfile.leap index 7c38dda..3b2a1b7 100644 --- a/Containerfile.leap +++ b/Containerfile.leap @@ -1,7 +1,7 @@ -ARG LEAP_VERSION=15.5 +ARG LEAP_VERSION=15.6 FROM registry.opensuse.org/opensuse/leap-dnf:${LEAP_VERSION} AS macros-installer -ARG LEAP_VERSION=15.5 +ARG LEAP_VERSION=15.6 ENV LEAP_VERSION=${LEAP_VERSION} RUN set -euo pipefail; \ @@ -32,7 +32,7 @@ RUN set -euo pipefail; \ # FIXME: tests don't work from poetry # poetry run pytest -vv -ARG LEAP_VERSION=15.5 +ARG LEAP_VERSION=15.6 FROM registry.opensuse.org/opensuse/leap-dnf:${LEAP_VERSION} ARG SERVER_VERSION=0.0.1