Deerhide / Template for Container Image Pre-requisites Install docker See Docker documentation Install tools ./scripts/install_tools.sh How to build the container image Update manifest.yaml name: deerhide_container_example tags: - latest registry: ghcr.io/deerhide/template_container_image build: format: oci args: - APP_UID=1000 - UBUNTU_VERSION=24.04 Authenticate to the container registry skopeo login ghcr.io Launch Builder ./scripts/builder.sh