changelog shortlog graph tags branches files raw help

Mercurial > infra > pod / changeset: fixes

changeset 8: 01a6a7befc6e
parent 7: 748865b8b90b
child 9: 58539a178562
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 19 Jun 2024 17:08:28 -0400
files: Containerfile.archlinux Containerfile.box Containerfile.operator
description: fixes
     1.1--- a/Containerfile.archlinux	Sun Jun 16 20:27:25 2024 -0400
     1.2+++ b/Containerfile.archlinux	Wed Jun 19 17:08:28 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4 FROM archlinux:latest
     1.5 RUN --network=host pacman-key --init
     1.6 RUN --network=host pacman-key --populate archlinux
     1.7-RUN --network=host pacman -Syu base-devel less uutils-coreutils openssl openssh mercurial git liburing wireguard-tools clang libxcb zstd --noconfirm
     1.8\ No newline at end of file
     1.9+RUN --network=host pacman -Syu base-devel less uutils-coreutils openssl openssh mercurial git liburing wireguard-tools libxcb zstd --noconfirm
    1.10\ No newline at end of file
     2.1--- a/Containerfile.box	Sun Jun 16 20:27:25 2024 -0400
     2.2+++ b/Containerfile.box	Wed Jun 19 17:08:28 2024 -0400
     2.3@@ -1,5 +1,5 @@
     2.4 FROM localhost/archlinux:latest
     2.5-RUN --network=host pacman -Sy uutils-coreutils sysstat iotop imagemagick giflib libgccjit libxaw snappy sbcl liburing libxkbcommon --noconfirm
     2.6+RUN --network=host pacman -Sy uutils-coreutils sysstat iotop imagemagick giflib libgccjit libxaw snappy sbcl clang lld liburing libxkbcommon --noconfirm
     2.7 # custom
     2.8 ARG DEV=dev
     2.9 ARG DEV_HOME=/home/${DEV}
     3.1--- a/Containerfile.operator	Sun Jun 16 20:27:25 2024 -0400
     3.2+++ b/Containerfile.operator	Wed Jun 19 17:08:28 2024 -0400
     3.3@@ -1,2 +1,2 @@
     3.4 FROM localhost/box:latest
     3.5-RUN infra/scripts/wg-gen-keys.sh private.key public.key
     3.6\ No newline at end of file
     3.7+RUN /usr/local/src/infra/scripts/wg-gen-keys.sh private.key public.key
     3.8\ No newline at end of file