changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: pull-containers.sh

changeset 177: c118ac8feaf6
parent 176: bed670068454
child 178: 8cd91894ea6c
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 01 Feb 2024 14:24:41 -0500
files: Containerfile.archlinux scripts/pull-containers.sh scripts/push-containers.sh
description: pull-containers.sh
     1.1--- a/Containerfile.archlinux	Thu Feb 01 11:03:40 2024 -0500
     1.2+++ b/Containerfile.archlinux	Thu Feb 01 14:24:41 2024 -0500
     1.3@@ -1,2 +1,4 @@
     1.4-FROM archlinux:base-devel
     1.5-RUN --network=host pacman -Syu openssh mercurial git sqlite btrfs-progs liburing wireguard-tools clang tree-sitter libxcb glibc openssl --noconfirm
     1.6+FROM archlinux:latest
     1.7+RUN --network=host pacman-key --init
     1.8+RUN --network=host pacman -Sy base-devel openssh mercurial git sqlite btrfs-progs liburing wireguard-tools clang tree-sitter libxcb glibc openssl --noconfirm
     1.9+RUN --network=host pacman -Syu
    1.10\ No newline at end of file
     2.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2+++ b/scripts/pull-containers.sh	Thu Feb 01 14:24:41 2024 -0500
     2.3@@ -0,0 +1,8 @@
     2.4+#!/bin/sh
     2.5+set -e
     2.6+podman pull registry.compiler.company/comp/infra/alpine
     2.7+podman pull registry.compiler.company/comp/infra/archlinux
     2.8+podman pull registry.compiler.company/comp/infra/box
     2.9+podman pull registry.compiler.company/comp/infra/ubuntu
    2.10+podman pull registry.compiler.company/comp/infra/worker
    2.11+podman pull registry.compiler.company/comp/infra/operator
     3.1--- a/scripts/push-containers.sh	Thu Feb 01 11:03:40 2024 -0500
     3.2+++ b/scripts/push-containers.sh	Thu Feb 01 14:24:41 2024 -0500
     3.3@@ -6,4 +6,3 @@
     3.4 podman push comp/infra/ubuntu registry.compiler.company/comp/infra/ubuntu
     3.5 podman push comp/infra/worker registry.compiler.company/comp/infra/worker
     3.6 podman push comp/infra/operator registry.compiler.company/comp/infra/operator
     3.7-