changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/push-containers.sh

changeset 371: 7dcabf3e0edc
parent: 19057404be07
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 push comp/infra/alpine registry.compiler.company/comp/infra/alpine
4 podman push comp/infra/archlinux registry.compiler.company/comp/infra/archlinux
5 podman push comp/infra/box registry.compiler.company/comp/infra/box
6 podman push comp/infra/ubuntu registry.compiler.company/comp/infra/ubuntu
7 podman push comp/infra/fedora:arm64v8 registry.compiler.company/comp/infra/fedora:arm64v8
8 
9 podman push comp/infra/worker registry.compiler.company/comp/infra/worker
10 podman push comp/infra/operator registry.compiler.company/comp/infra/operator