Skip to content

Commit

Permalink
tests/lcitool: update to latest version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad committed Jul 3, 2023
1 parent 369dbbe commit c737474
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/docker/dockerfiles/alpine.docker
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion tests/lcitool/libvirt-ci
Submodule libvirt-ci updated from c8971e to b0f44f
2 changes: 1 addition & 1 deletion tests/lcitool/refresh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit c737474

Please sign in to comment.