tests/docker: move alpine from edge to tagged release
Tracking alpine-edge like debian-sid is a moving target. Usually such rolling releases are marked as "allow_failure: true" in our CI. However as alpine presents a musl based distro and provides useful extra coverage lets track a release branch instead to avoid random breakages. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220929114231.583801-11-alex.bennee@linaro.org>
This commit is contained in:
parent
3de61b9856
commit
8184465415
2 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# THIS FILE WAS AUTO-GENERATED
|
||||
#
|
||||
# $ lcitool dockerfile --layers all alpine-edge qemu
|
||||
# $ lcitool dockerfile --layers all alpine-316 qemu
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci
|
||||
|
||||
FROM docker.io/library/alpine:edge
|
||||
FROM docker.io/library/alpine:3.16
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue