🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-25 18:30:44 -04:00
parent bed6d32d1a
commit 9adf24b9a0
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ ARG DEFAULT_DATA_DIR="/usr/local/share/template-files/data" \
DEFAULT_CONF_DIR="/usr/local/share/template-files/config" \
DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults"
ARG PACK_LIST="bash"
ARG PACK_LIST="bash git"
ENV LANG=en_US.UTF-8 \
ENV=ENV=~/.bashrc \
@ -16,7 +16,7 @@ ENV LANG=en_US.UTF-8 \
TERM="xterm-256color" \
TIMEZONE="${TZ:-$TIMEZONE}" \
HOSTNAME="casjaysdev-soft-serve" \
SOFT_SERVE_VERSION="${SOFT_SERVE_VERSION:-0.4.0}"
SOFT_SERVE_VERSION="${SOFT_SERVE_VERSION}"
COPY ./rootfs/. /
@ -45,8 +45,8 @@ RUN echo 'Running cleanup' ; \
FROM scratch
ARG \
SERVICE_PORT="80" \
EXPOSE_PORTS="80" \
SERVICE_PORT="23231" \
EXPOSE_PORTS="23231" \
PHP_SERVER="soft-serve" \
NODE_VERSION="system" \
NODE_MANAGER="system" \

View File

@ -24,10 +24,10 @@ SOFT_SERVE_VERSION="${SOFT_SERVE_VERSION:-0.4.0}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ "$OS_ARCH" = "aarch64" ]; then
FILE="/tmp/soft-serve.${OS_ARCH}tar.gz"
URL="https://github.com/charmbracelet/soft-serve/releases/latest/soft-serve_${SOFT_SERVE_VERSION}_linux_arm64.tar.gz"
URL="https://github.com/charmbracelet/soft-serve/releases/download/v${SOFT_SERVE_VERSION}/soft-serve_${SOFT_SERVE_VERSION}_linux_arm64.tar.gz"
elif [ "$OS_ARCH" = "x86_64" ]; then
FILE="/tmp/soft-serve.${OS_ARCH}tar.gz"
URL="https://github.com/charmbracelet/soft-serve/releases/download/v0.4.0/soft-serve_${SOFT_SERVE_VERSION}_linux_x86_64.tar.gz"
URL="https://github.com/charmbracelet/soft-serve/releases/download/v${SOFT_SERVE_VERSION}/soft-serve_${SOFT_SERVE_VERSION}_linux_x86_64.tar.gz"
fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main application