Makejail for deploying a hello program written in C.
# appjail makejail -f gh+AppJail-makejails/hello -j hello -o container="args:--pull"
...
# appjail run -s open_hello hello
Hello!
hello_from(default:ghcr.io/appjail-makejails/hello): Location of OCI image. See also OCI Configuration.hello_tag(default:latest): OCI image tag. See also OCI Configuration.
build:
variants:
- tag: 15.0
containerfile: Containerfile.pkg
aliases: ["latest"]
default: true
args:
FREEBSD_RELEASE: "15.0"