Skip to content

AppJail-makejails/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello

Makejail for deploying a hello program written in C.

How to use this Makejail

# appjail makejail -f gh+AppJail-makejails/hello -j hello -o container="args:--pull"
...
# appjail run -s open_hello hello
Hello!

Arguments

  • 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.

OCI Configuration

build:
  variants:
    - tag: 15.0
      containerfile: Containerfile.pkg
      aliases: ["latest"]
      default: true
      args:
        FREEBSD_RELEASE: "15.0"

About

Makejail for deploying a hello program written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors