pull.sh.tmpl (178B)
1 #!/usr/bin/env sh 2 # Pull a set of images 3 {{ with nomadVar "nomad/jobs/registry" }} 4 {{ range $k, $v := key .images.Value | split "," }} 5 podman pull {{ $v }} 6 {{- end }} 7 {{- end }}
nomadHCL and Docker files for Nomad deployments | |
git clone https://git.in0rdr.ch/nomad.git | |
Log | Files | Refs | Pull requests |