boots to DE.
This commit is contained in:
@@ -3,8 +3,9 @@ set -e
|
||||
cd "$(dirname "$0")"
|
||||
dir=$(dirname "$0")
|
||||
echo $dir
|
||||
podman run --rm -d --name ubuntu ubuntu:latest /bin/bash -c "while true; do sleep 1; done"
|
||||
podman export -o ./ubuntu.tar ubuntu
|
||||
cat ./filesystem_containerfile | /usr/bin/podman build -f - -t patronagefs:latest
|
||||
podman run --rm -d --name patronagefs patronagefs:latest /bin/bash -c "while true; do sleep 1; done"
|
||||
podman export -o ./patronagefs.tar patronagefs
|
||||
echo 'exported.'
|
||||
podman stop ubuntu
|
||||
podman stop patronagefs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user