update
This commit is contained in:
5
build.sh
5
build.sh
@@ -5,9 +5,6 @@ IMAGE_NAME="tintounn/my-fedora"
|
||||
IMAGE_TAG="latest"
|
||||
OUTPUT_DIR="output/"
|
||||
|
||||
export TMPDIR=/data/buildah
|
||||
mkdir -p /data/buildah
|
||||
|
||||
echo "[INFO] Build de l'image avec sudo..."
|
||||
TMPDIR=/data/buildah buildah bud --isolation chroot -t localhost/${IMAGE_NAME}:${IMAGE_TAG} .
|
||||
buildah bud --isolation chroot -t localhost/${IMAGE_NAME}:${IMAGE_TAG} .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user