This commit is contained in:
parent
69092268f9
commit
dd83060357
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue