Skip to content

Commit

Permalink
Merge pull request #2972 from dirkmueller/switch_to_155
Browse files Browse the repository at this point in the history
Switch to Leap 15.5
  • Loading branch information
Vogtinator committed Jun 16, 2023
2 parents 97267e1 + da87dbc commit d798b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/ci/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"

x-obs: &obs
image: registry.opensuse.org/opensuse/tools/images/containers154/osrt_miniobs:latest
image: registry.opensuse.org/opensuse/tools/images/containers155/osrt_miniobs:latest

x-testenv: &testenv
image: registry.opensuse.org/opensuse/tools/images/containers_tumbleweed/osrt_testenv_tumbleweed:latest
Expand Down
4 changes: 2 additions & 2 deletions dist/ci/miniobs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!BuildTag: osrt_miniobs
FROM opensuse/leap:15.4
FROM opensuse/leap:15.5

RUN zypper ar http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.4/ 'O:S:U'; \
RUN zypper ar http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.5/ 'O:S:U'; \
zypper --gpg-auto-import-keys refresh

RUN zypper install -y obs-api obs-worker obs-server \
Expand Down

0 comments on commit d798b51

Please sign in to comment.