Fix build script to ensure TMPDIR is set correctly before buildah command
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
2
build.sh
2
build.sh
@@ -9,5 +9,5 @@ export TMPDIR=/data/buildah
|
||||
mkdir -p /data/buildah
|
||||
|
||||
echo "[INFO] Build de l'image avec sudo..."
|
||||
buildah TMPDIR=/data/buildah bud --isolation chroot -t localhost/${IMAGE_NAME}:${IMAGE_TAG} .
|
||||
TMPDIR=/data/buildah buildah bud --isolation chroot -t localhost/${IMAGE_NAME}:${IMAGE_TAG} .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user