From 10dcf966cb844b0e10a900f269f5e77b6b6c844d Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Mon, 19 Jun 2023 09:32:56 +0200 Subject: [PATCH] behave: Switch the container image to leap:15.5 --- behave/Containerfile | 6 +++--- behave/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/behave/Containerfile b/behave/Containerfile index eeffcee7..7e396bd8 100644 --- a/behave/Containerfile +++ b/behave/Containerfile @@ -1,6 +1,6 @@ -FROM opensuse/leap:15.4 +FROM opensuse/leap:15.5 -RUN zypper ar --repo http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.4/OBS:Server:Unstable.repo +RUN zypper ar --repo http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.5/OBS:Server:Unstable.repo RUN zypper -n --gpg-auto-import-keys refresh RUN zypper -n install \ bash \ @@ -28,5 +28,5 @@ COPY container-oscrc /root/.config/osc/oscrc RUN /bin/bash /opt/obs/container-setup-initial-data.sh RUN /bin/bash /opt/obs/container-setup-prebuilt-rpms.sh -# /sbin/init doesn't exist on Leap 15.4 +# /sbin/init doesn't exist on Leap 15.5 ENTRYPOINT ["/usr/lib/systemd/systemd"] diff --git a/behave/README.md b/behave/README.md index 94e33333..a2ea25b4 100644 --- a/behave/README.md +++ b/behave/README.md @@ -19,7 +19,7 @@ Build a container with OBS $ cd behave # optional: refresh the base image -$ podman pull opensuse/leap:15.4 +$ podman pull opensuse/leap:15.5 # build the container image $ ./container-build.sh [--no-cache]