From 79b43a049a33c560e83163abcb49c4d312a3adda Mon Sep 17 00:00:00 2001 From: Jan Baier Date: Mon, 5 Aug 2024 14:39:28 +0200 Subject: [PATCH] Revert "Downgrade single-instance-container to Leap" This reverts commit 531e7bec3059d90ef37640d67ec2ba6b52fa09dd. --- container/single-instance/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/container/single-instance/Dockerfile b/container/single-instance/Dockerfile index 716c25293d5..d7576e49c86 100644 --- a/container/single-instance/Dockerfile +++ b/container/single-instance/Dockerfile @@ -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" @@ -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