From b9a0c25c44677fef5daca0f98061c7391b6e8305 Mon Sep 17 00:00:00 2001 From: wangweijie Date: Tue, 14 May 2024 15:51:16 +0800 Subject: [PATCH] Update debian:sid Signed-off-by: wangweijie --- library/debian/sid/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/debian/sid/Makefile b/library/debian/sid/Makefile index 236243f..90fa51a 100644 --- a/library/debian/sid/Makefile +++ b/library/debian/sid/Makefile @@ -6,6 +6,7 @@ REPOSITORY?=debian TAG?=sid LATEST?=true ROOTFS?=rootfs.tar.xz +ROOTFS_RELEASE:=1 IMAGE=$(REGISTRY)/$(ORGANIZATION)/$(REPOSITORY):$(TAG) LATEST_IMAGE=$(REGISTRY)/$(ORGANIZATION)/$(REPOSITORY):latest @@ -30,8 +31,8 @@ push: ${ROOTFS}: # docker seccomp don't support clone3 - docker run -it --rm \ + docker run --rm \ --security-opt seccomp=unconfined \ -v `pwd`:/wk \ lcr.loongnix.cn/library/debian:sid \ - /bin/bash -c -- '/wk/make_rootfs.sh' \ + /bin/bash -c -- '/wk/make_rootfs.sh'