Notes in install-edge script

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2024-09-23 14:51:49 +01:00
parent fb36d2e5aa
commit c813b0810b
2 changed files with 7 additions and 2 deletions

View File

@ -58,6 +58,11 @@ PATH=$PATH:$HOME/.arkade/bin
tmpdir=$(mktemp -d)
# crane, or docker can also be used to download the OCI image and to extract it
# Rather than the :latest tag, a specific tag can be given
# Use "crane ls ghcr.io/openfaasltd/faasd-pro" to see available tags
arkade oci install --path ${tmpdir} \
ghcr.io/openfaasltd/faasd-pro:latest