Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 760 Bytes

File metadata and controls

36 lines (24 loc) · 760 Bytes

sunwait in a container

Tags

  • latest: latest sunwait binary on top of scratch image
    • v0.8-r1: you can choose specific version of sunwait

Pull

podman pull docker.io/queeup/sunwait-container

# OR

podman pull ghcr.io/queeup-containers/sunwait-container

Use

podman run \
    --rm \
    --interactive \
    --tty \
    sunwait-container --help

Build

podman build -t sunwait-container --file Containerfile

Containerfile is here

Containerfile-gcc is here