From c3330accca808a29251d38f8701efd61e85f27f6 Mon Sep 17 00:00:00 2001 From: Hangfan Li Date: Mon, 30 Dec 2024 17:14:06 +0800 Subject: [PATCH] test fixing test --- containers/latest/Dockerfile | 2 +- run.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/latest/Dockerfile b/containers/latest/Dockerfile index 1edc8e8..ece004a 100644 --- a/containers/latest/Dockerfile +++ b/containers/latest/Dockerfile @@ -1,7 +1,7 @@ FROM busybox ENV QEMU_BIN_DIR=/usr/bin ADD ./register.sh /register -ADD https://raw.githubusercontent.com/qemu/qemu/e75941331e4cdc05878119e08635ace437aae721/scripts/qemu-binfmt-conf.sh /qemu-binfmt-conf.sh +ADD https://gitlab.com/qemu-project/qemu/-/raw/stable-9.2/scripts/qemu-binfmt-conf.sh /qemu-binfmt-conf.sh RUN chmod +x /qemu-binfmt-conf.sh COPY qemu-*-static /usr/bin/ ENTRYPOINT ["/register"] diff --git a/run.sh b/run.sh index e86b568..1ecefd0 100755 --- a/run.sh +++ b/run.sh @@ -57,6 +57,7 @@ do cat > ${work_dir}/Dockerfile -<