Fix borg
All checks were successful
ShellCheck / shellcheck (push) Successful in 17s

This commit is contained in:
Mathieu Strypsteen 2024-12-03 09:58:39 +01:00
parent 69092268f9
commit dd83060357
Signed by: mathieu
GPG key ID: 782A42E461BC6824
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi9 AS builder FROM registry.access.redhat.com/ubi9 AS builder
RUN curl -L https://github.com/enricoros/big-AGI/archive/refs/heads/v2-dev.tar.gz | tar xz && mv big-AGI-* big-AGI RUN curl -L https://github.com/enricoros/big-AGI/archive/refs/heads/v2-dev.tar.gz | tar xz && mv big-AGI-* big-AGI
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal FROM registry.access.redhat.com/ubi9/nodejs-22-minimal
ENV NEXT_TELEMETRY_DISABLED 1 ENV NEXT_TELEMETRY_DISABLED 1
COPY --from=builder /big-AGI . COPY --from=builder /big-AGI .
RUN mv middleware_BASIC_AUTH.ts middleware.ts RUN mv middleware_BASIC_AUTH.ts middleware.ts

View file

@ -4,7 +4,7 @@ SecurityLabelDisable=true
UserNS=host UserNS=host
HostName=borgmatic HostName=borgmatic
Volume=/var/lib/system-config/container-config/borgmatic/config.yaml:/etc/borgmatic/config.yaml:z,ro Volume=/var/lib/system-config/container-config/borgmatic/config.yaml:/etc/borgmatic/config.yaml:z,ro
Volume=/var/lib/container-data/borgmatic.yaml:/etc/borgmatic/local.yaml:z,ro Volume=/var/lib/system-config/container-config/borgmatic/%H.yaml:/etc/borgmatic/local.yaml:z,ro
Volume=/:/run/host:ro Volume=/:/run/host:ro
Volume=borgmatic-cache.volume:/root/.cache/borg:U,Z Volume=borgmatic-cache.volume:/root/.cache/borg:U,Z
Volume=borgmatic-config.volume:/root/.config/borg:U,Z Volume=borgmatic-config.volume:/root/.config/borg:U,Z