Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: Upgrade os-autoinst_dev image to Tumbleweed #1586

Merged
merged 1 commit into from
Jan 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions container/os-autoinst_dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!BuildTag: os-autoinst_dev
# hadolint ignore=DL3006
FROM opensuse/leap:15.2
FROM opensuse/tumbleweed

# Define environment variable
ENV NAME openQA test environment
ENV LANG en_US.UTF-8

RUN zypper ar -f -G 'http://download.opensuse.org/repositories/devel:/openQA:/Leap:/15.2/openSUSE_Leap_15.2' devel_openqa
RUN zypper ar -f -G 'http://download.opensuse.org/repositories/devel:/openQA/openSUSE_Tumbleweed' devel_openqa

# AUTODEPS START
# This part is autogenerated by tools/update-deps from dependencies.yaml
Expand Down Expand Up @@ -129,7 +129,7 @@ RUN zypper in -y -C \
# This QEMU binary requires the membarrier system call.
# Please upgrade your system to a newer version of Linux

#RUN zypper -n addrepo http://download.opensuse.org/repositories/devel:/openQA:/ci/openSUSE_Leap_15.2 qemu \
#RUN zypper -n addrepo http://download.opensuse.org/repositories/devel:/openQA:/ci/openSUSE_Tumbleweed qemu \
# && zypper -n --gpg-auto-import-keys --no-gpg-checks refresh \
# && zypper -n in --from qemu qemu qemu-x86 qemu-tools qemu-ipxe qemu-sgabios qemu-seabios

Expand Down