Skip to content

Commit

Permalink
tests/docker: move alpine from edge to tagged release
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad committed Oct 6, 2022
1 parent 3de61b9 commit 8184465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/docker/dockerfiles/alpine.docker
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion tests/lcitool/refresh
Expand Up @@ -107,7 +107,7 @@ try:
#
# Standard native builds
#
generate_dockerfile("alpine", "alpine-edge")
generate_dockerfile("alpine", "alpine-316")
generate_dockerfile("centos8", "centos-stream-8")
generate_dockerfile("debian-amd64", "debian-11",
trailer="".join(debian11_extras))
Expand Down

0 comments on commit 8184465

Please sign in to comment.