From c6f250c2f361298a0bd085ffd4a97aeb5a01dce6 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Fri, 9 Aug 2024 09:16:34 +0200 Subject: [PATCH] GHA: Switch obs-server container to SLE 15.6 --- behave/Containerfile | 6 +++--- behave/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/behave/Containerfile b/behave/Containerfile index 48ea0912..c30263d5 100644 --- a/behave/Containerfile +++ b/behave/Containerfile @@ -1,6 +1,6 @@ -FROM opensuse/leap:15.5 +FROM opensuse/leap:15.6 -RUN zypper ar --repo http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.5/OBS:Server:Unstable.repo +RUN zypper ar --repo http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.6/OBS:Server:Unstable.repo RUN zypper -n --gpg-auto-import-keys refresh RUN zypper -n install \ bash \ @@ -30,5 +30,5 @@ RUN /bin/bash /opt/setup/setup.sh \ && rm -rf /srv/obs/service/log/* \ && rm -rf /srv/www/obs/api/log/* -# /sbin/init doesn't exist on Leap 15.5 +# /sbin/init doesn't exist on Leap 15.6 ENTRYPOINT ["/usr/lib/systemd/systemd"] diff --git a/behave/README.md b/behave/README.md index 07deafaa..928df4f5 100644 --- a/behave/README.md +++ b/behave/README.md @@ -18,7 +18,7 @@ Build a container with OBS $ cd behave # optional: refresh the base image -$ podman pull opensuse/leap:15.5 +$ podman pull opensuse/leap:15.6 # build the container image $ ./container-build.sh [--no-cache]