Skip to content

Commit

Permalink
Revert "Downgrade single-instance-container to Leap"
Browse files Browse the repository at this point in the history
This reverts commit 531e7be.
  • Loading branch information
baierjan committed Aug 5, 2024
1 parent 75acf4c commit 79b43a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions container/single-instance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#!BuildTag: openqa-single-instance:latest opensuse/openqa-single-instance:latest opensuse/openqa-single-instance:%PKG_VERSION% opensuse/openqa-single-instance:%PKG_VERSION%.%RELEASE%

# hadolint ignore=DL3006
FROM opensuse/leap:15.5
FROM opensuse/tumbleweed

# labelprefix=org.opensuse.openqa-single-instance
LABEL org.opencontainers.image.title="openQA single-instance container"
Expand All @@ -15,9 +15,7 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"

# installing more of packages that are selected in openqa-bootstrap. Combining here saves installation time
# hadolint ignore=DL3037
RUN zypper ar -f -p 95 http://download.opensuse.org/repositories/devel:openQA/15.5 devel_openQA && \
zypper --gpg-auto-import-keys ref && \
zypper in -y openQA-single-instance openQA-bootstrap \
RUN zypper in -y openQA-single-instance openQA-bootstrap \
qemu-arm qemu-ppc qemu-x86 qemu-tools sudo iputils os-autoinst-distri-opensuse-deps && \
zypper clean -a
EXPOSE 80 443 9526
Expand Down

0 comments on commit 79b43a0

Please sign in to comment.