Skip to content

Commit

Permalink
Merge pull request #50 from wxpppp/main
Browse files Browse the repository at this point in the history
Update debian:sid
  • Loading branch information
wxpppp authored May 14, 2024
2 parents 43ed786 + b9a0c25 commit 8fd6abc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/debian/sid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit 8fd6abc

Please sign in to comment.