The current tests use Debian Stretch, which is obsolete.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
The Bookworm container needs to be updated to contain the required tools before
pushing this change.
gnupg \
apt-transport-https \
golang \
+ # for test phase, qemu-smoke-* jobs
+ qemu-system-x86 \
+ # for test phase, qemu-alpine-* jobs
+ cpio \
+ busybox-static \
&& \
apt-get autoremove -y && \
apt-get clean && \
nasm \
gnupg \
apt-transport-https \
- # for test phase, qemu-smoke-* jobs
- qemu-system-x86 \
- # for test phase, qemu-alpine-* jobs
- cpio \
- busybox-static \
&& \
apt-get autoremove -y && \
apt-get clean && \
.qemu-x86-64:
extends: .test-jobs-common
variables:
- CONTAINER: debian:stretch
+ CONTAINER: debian:bookworm
LOGFILE: qemu-smoke-x86-64.log
artifacts:
paths: