tests/lcitool: update to latest version

We need this for the riscv64 and gcc-native mappings. As the older
alpine release has been dropped from the mappings we also need to bump
the version of alpine we use.

Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-12-alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2023-06-30 19:03:56 +01:00
parent 369dbbe091
commit c7374742d8
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# THIS FILE WAS AUTO-GENERATED
#
# $ lcitool dockerfile --layers all alpine-316 qemu
# $ lcitool dockerfile --layers all alpine-318 qemu
#
# https://gitlab.com/libvirt/libvirt-ci
FROM docker.io/library/alpine:3.16
FROM docker.io/library/alpine:3.18
RUN apk update && \
apk upgrade && \

@ -1 +1 @@
Subproject commit c8971e90ac169ee2b539c747f74d96c876debdf9
Subproject commit b0f44f929a81c0a604fb7fbf8afc34d37ab0eae9

View File

@ -115,7 +115,7 @@ try:
#
# Standard native builds
#
generate_dockerfile("alpine", "alpine-316")
generate_dockerfile("alpine", "alpine-318")
generate_dockerfile("centos8", "centos-stream-8")
generate_dockerfile("debian-amd64", "debian-11",
trailer="".join(debian11_extras))