2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 10:39:02 +00:00

docs: fix kaniko build-arg (#1058)

This commit is contained in:
Revant Nandgaonkar 2023-01-25 17:27:43 +05:30 committed by GitHub
parent 1962ac2eec
commit 6a3b97302c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,8 +90,10 @@ podman run --rm -it \
--build-arg=FRAPPE_BRANCH=version-14 \ --build-arg=FRAPPE_BRANCH=version-14 \
--build-arg=PYTHON_VERSION=3.10.5 \ --build-arg=PYTHON_VERSION=3.10.5 \
--build-arg=NODE_VERSION=16.18.0 \ --build-arg=NODE_VERSION=16.18.0 \
--build-arg=APPS_JSON=$APPS_JSON \ --build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
--destination=ghcr.io/user/repo/custom:1.0.0 --cache=true \
--destination=ghcr.io/user/repo/custom:1.0.0 \
--destination=ghcr.io/user/repo/custom:latest
``` ```
More about [kaniko](https://github.com/GoogleContainerTools/kaniko) More about [kaniko](https://github.com/GoogleContainerTools/kaniko)