Install with Container

Tags

Docker images are available at GitHub Container Registry.

Following tags are available.

TagBase image
latest, ${VERSION}gcr.io/distroless/static:latest
nonroot, ${VERSION}-nonrootgcr.io/distroless/static:nonroot
debug, ${VERSION}-debuggcr.io/distroless/static:debug
debug-nonroot, ${VERSION}-debug-nonrootgcr.io/distroless/static:debug-nonroot

Pull

Pull with docker

Pull docker images with this command.

VERSION=v1.0.0
docker pull ghcr.io/aileron-gateway/aileron-gateway/aileron:${TAG}$-debug

Config files must be provided or it just show help message like below.

$ VERSION=v1.0.0
$ docker run --rm ghcr.io/aileron-gateway/aileron-gateway/aileron:${TAG}$-debug
Options :
  -e, --env stringArray    env file path. each line be 'KEY=VALUE'
  -f, --file stringArray   config file or directory path. absolute or relative
  -h, --help               show help message
  -i, --info               show build information
  -o, --out string         template output format. yaml or json (default "yaml")
  -t, --template string    show template config. value format be 'Group/Version/Kind(/Namespace/Name)'
  -v, --version            show version

Last modified March 17, 2025: init (248d310)