Skip to content

Commit

Permalink
Remove Leap 15.5 from the container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Jan 13, 2025
1 parent 485bdcc commit 19cb2fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions Containerfile.leap
Original file line number Diff line number Diff line change
@@ -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; \
Expand Down Expand Up @@ -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

Check warning on line 35 in Containerfile.leap

View workflow job for this annotation

GitHub Actions / Build and publish the container with docker (leap-15.6, "SERVER_VERSION=0.0.1" "LEAP_VERSION=15.6...

Empty continuation lines will become errors in a future release

Empty continuation line found in: RUN set -euo pipefail; poetry install --only-root; poetry build; # ARG LEAP_VERSION=15.6 More info: https://github.com/moby/moby/pull/33719
FROM registry.opensuse.org/opensuse/leap-dnf:${LEAP_VERSION}
ARG SERVER_VERSION=0.0.1

Expand Down

0 comments on commit 19cb2fe

Please sign in to comment.