use chunkah for final image
This commit is contained in:
+4
-1
@@ -2,12 +2,15 @@ REPO="gitea.wefers.page/julian/backup-server"
|
||||
TAG="latest"
|
||||
|
||||
build() {
|
||||
# ABSOLUTELY DO NOT USE --squash, as ostree NEEDS the layers
|
||||
# --no-cache \
|
||||
sudo buildah build \
|
||||
-t ${REPO}:${TAG} \
|
||||
--build-arg CHUNKAH_CONFIG_STR="$(sudo podman inspect "quay.io/fedora/fedora-bootc:44")" \
|
||||
--pull \
|
||||
--layers \
|
||||
--format oci \
|
||||
--skip-unused-stages=false \
|
||||
-v $(pwd):/run/src --security-opt=label=disable \
|
||||
--network=host \
|
||||
.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user