Merge pull request #18152 from rgl/master
mkimage-arch: remove the test container after run Upstream-commit: 05d1a5aed6ba27ba5f03ba798beb4fb4f11de9e2 Component: engine
This commit is contained in:
@@ -89,5 +89,5 @@ mknod -m 666 $DEV/ptmx c 5 2
|
||||
ln -sf /proc/self/fd $DEV/fd
|
||||
|
||||
tar --numeric-owner --xattrs --acls -C $ROOTFS -c . | docker import - archlinux
|
||||
docker run -t archlinux echo Success.
|
||||
docker run --rm -t archlinux echo Success.
|
||||
rm -rf $ROOTFS
|
||||
|
||||
Reference in New Issue
Block a user