changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/pull-containers.sh

changeset 371: 7dcabf3e0edc
parent: c118ac8feaf6
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:53:24 -0400
permissions: -rwxr-xr-x
description: no link in bootstrap.sh
1 #!/bin/sh
2 set -e
3 podman pull registry.compiler.company/comp/infra/alpine
4 podman pull registry.compiler.company/comp/infra/archlinux
5 podman pull registry.compiler.company/comp/infra/box
6 podman pull registry.compiler.company/comp/infra/ubuntu
7 podman pull registry.compiler.company/comp/infra/worker
8 podman pull registry.compiler.company/comp/infra/operator