File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
44RUN zypper -n --gpg-auto-import-keys refresh
55RUN 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
3434ENTRYPOINT ["/usr/lib/systemd/systemd" ]
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments