this is actually redundant

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-06 09:23:19 +03:00
parent a90a326af1
commit 86539bce14
2 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#!/usr/bin/env bash
shopt -s nullglob
PODMAN_IMAGE=${PODMAN_IMAGE:-'localhost/spark:autobuilder'}
export PODMAN_IMAGE
did="pkg-build-$$.$SRANDOM"
mkdir "/tmp/$did"

View File

@ -2,6 +2,8 @@
image=${PODMAN_IMAGE:-localhost/spark:autobuilder}
echo "Image: $image"
podman_cmd=(
podman run --rm -it -u root
--userns=keep-id