-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Leap 15.5 from the container builds
- Loading branch information
Showing
2 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; \ | ||
|
@@ -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 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
|
||
FROM registry.opensuse.org/opensuse/leap-dnf:${LEAP_VERSION} | ||
ARG SERVER_VERSION=0.0.1 | ||
|
||
|