changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: /st -> /opt/st

changeset 204: 8df85ceb39a9
parent 202: f145bb6ff46b
child 205: 88b666020a0f
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 25 Apr 2024 18:50:45 +0000
files: Containerfile.alpine Containerfile.archlinux Containerfile.box Containerfile.worker
description: /st -> /opt/st
     1.1--- a/Containerfile.alpine	Thu Apr 25 03:47:46 2024 +0000
     1.2+++ b/Containerfile.alpine	Thu Apr 25 18:50:45 2024 +0000
     1.3@@ -1,2 +1,2 @@
     1.4 FROM alpine:latest
     1.5-RUN apk add --no-cache openssh mercurial wireguard-tools
     1.6\ No newline at end of file
     1.7+RUN apk add --no-cache openssh mercurial wireguard-tools liburing
     1.8\ No newline at end of file
     2.1--- a/Containerfile.archlinux	Thu Apr 25 03:47:46 2024 +0000
     2.2+++ b/Containerfile.archlinux	Thu Apr 25 18:50:45 2024 +0000
     2.3@@ -1,4 +1,4 @@
     2.4 FROM archlinux:latest
     2.5 RUN --network=host pacman-key --init
     2.6 RUN --network=host pacman-key --populate archlinux
     2.7-RUN --network=host pacman -Syu base-devel less uutils-coreutils openssh mercurial git sqlite btrfs-progs liburing wireguard-tools clang tree-sitter libxcb glibc openssl --noconfirm
     2.8\ No newline at end of file
     2.9+RUN --network=host pacman -Syu base-devel less uutils-coreutils openssh mercurial git sqlite btrfs-progs liburing wireguard-tools clang tree-sitter libxcb glibc openssl zstd --noconfirm
    2.10\ No newline at end of file
     3.1--- a/Containerfile.box	Thu Apr 25 03:47:46 2024 +0000
     3.2+++ b/Containerfile.box	Thu Apr 25 18:50:45 2024 +0000
     3.3@@ -1,7 +1,7 @@
     3.4 FROM localhost/archlinux:latest
     3.5-RUN --network=host pacman -Sy uutils-coreutils sysstat iotop imagemagick giflib libgccjit libxaw snappy sbcl --noconfirm
     3.6-VOLUME /store
     3.7-VOLUME /stash
     3.8+RUN --network=host pacman -Sy uutils-coreutils sysstat iotop imagemagick giflib libgccjit libxaw snappy sbcl liburing --noconfirm
     3.9+VOLUME /opt/store
    3.10+VOLUME /opt/stash
    3.11 # custom
    3.12 ARG DEV=dev
    3.13 ARG DEV_HOME=/home/${DEV}
    3.14@@ -26,7 +26,7 @@
    3.15 # RUN sh scripts/install-emacs-pack.sh
    3.16 # RUN sh scripts/install-sbcl-pack.sh
    3.17 # RUN sh scripts/install-rocksdb-pack.sh
    3.18-RUN sh scripts/install-cargo-tools.sh
    3.19+# RUN sh scripts/install-cargo-tools.sh
    3.20 RUN make sbcl-install
    3.21 RUN make quicklisp-install
    3.22 RUN make tree-sitter-langs-install
     4.1--- a/Containerfile.worker	Thu Apr 25 03:47:46 2024 +0000
     4.2+++ b/Containerfile.worker	Thu Apr 25 18:50:45 2024 +0000
     4.3@@ -1,6 +1,6 @@
     4.4 FROM localhost/alpine:latest
     4.5-VOLUME /store
     4.6-VOLUME /stash
     4.7+VOLUME /opt/store
     4.8+VOLUME /opt/stash
     4.9 ADD etc/skel/* /etc/skel/
    4.10 ARG ID=908
    4.11 ARG WORKER=worker