CI: Automatically update opensuse-tumbleweed

This commit is contained in:
Tim Wojtulewicz 2023-04-28 10:12:59 -07:00
parent 64bcf50837
commit 15a39c230c
3 changed files with 7 additions and 2 deletions

View file

@ -253,8 +253,9 @@ opensuse_tumbleweed_task:
# Opensuse Tumbleweed has no EOL # Opensuse Tumbleweed has no EOL
dockerfile: ci/opensuse-tumbleweed/Dockerfile dockerfile: ci/opensuse-tumbleweed/Dockerfile
<< : *RESOURCES_TEMPLATE << : *RESOURCES_TEMPLATE
prepare_script: ./ci/opensuse-tumbleweed/prepare.sh
<< : *CI_TEMPLATE << : *CI_TEMPLATE
<< : *SKIP_TASK_ON_PR # << : *SKIP_TASK_ON_PR
ubuntu2210_task: ubuntu2210_task:
container: container:

View file

@ -2,7 +2,7 @@ FROM opensuse/tumbleweed
# A version field to invalidate Cirrus's build cache when needed, as suggested in # A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822 # https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20230330 ENV DOCKERFILE_VERSION 20230428
RUN zypper refresh \ RUN zypper refresh \
&& zypper in -y \ && zypper in -y \

View file

@ -0,0 +1,4 @@
#!/bin/sh
zypper refresh
zypper patch -y --with-update --with-optional