Skip to content

Commit

Permalink
Merge pull request #1586 from okurz/enhance/update_dev_image
Browse files Browse the repository at this point in the history
docker: Upgrade os-autoinst_dev image to Tumbleweed
  • Loading branch information
mergify[bot] committed Jan 19, 2021
2 parents 62cecaf + 308b3ad commit d4854e5
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit d4854e5

Please sign in to comment.