Skip to content

Commit c6f250c

Browse files
committed
GHA: Switch obs-server container to SLE 15.6
1 parent b554a2b commit c6f250c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

behave/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM opensuse/leap:15.5
1+
FROM opensuse/leap:15.6
22

3-
RUN zypper ar --repo http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.5/OBS:Server:Unstable.repo
3+
RUN zypper ar --repo http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.6/OBS:Server:Unstable.repo
44
RUN zypper -n --gpg-auto-import-keys refresh
55
RUN zypper -n install \
66
bash \
@@ -30,5 +30,5 @@ RUN /bin/bash /opt/setup/setup.sh \
3030
&& rm -rf /srv/obs/service/log/* \
3131
&& rm -rf /srv/www/obs/api/log/*
3232

33-
# /sbin/init doesn't exist on Leap 15.5
33+
# /sbin/init doesn't exist on Leap 15.6
3434
ENTRYPOINT ["/usr/lib/systemd/systemd"]

behave/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Build a container with OBS
1818
$ cd behave
1919
2020
# optional: refresh the base image
21-
$ podman pull opensuse/leap:15.5
21+
$ podman pull opensuse/leap:15.6
2222
2323
# build the container image
2424
$ ./container-build.sh [--no-cache]

0 commit comments

Comments
 (0)