push to 2.15.3
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 5m22s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 5m22s
This commit is contained in:
parent
92667c333f
commit
aad8ada2e1
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/alpine:3.19 AS builder
|
FROM docker.io/alpine:3.21 AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
@ -14,9 +14,9 @@ RUN apk add --no-cache \
|
|||||||
libffi-dev \
|
libffi-dev \
|
||||||
linux-headers
|
linux-headers
|
||||||
|
|
||||||
ENV VERSION=v2.7.2
|
ENV VERSION=v2.15.3
|
||||||
ENV ARCHIVE=paperless-ngx-$VERSION.tar.xz
|
ENV ARCHIVE=paperless-ngx-$VERSION.tar.xz
|
||||||
ENV SHA256_SUM=b6508e2f96c9c5c6d9005d0005a30a920f131f2e07dbc8e634b87226f1976f44
|
ENV SHA256_SUM=20cd5961b1f91bde5cb6743ae8eb7f8fd98d66ba67d49d5ab030d87c998ac2d1
|
||||||
RUN wget https://github.com/paperless-ngx/paperless-ngx/releases/download/$VERSION/$ARCHIVE
|
RUN wget https://github.com/paperless-ngx/paperless-ngx/releases/download/$VERSION/$ARCHIVE
|
||||||
RUN echo "$SHA256_SUM $ARCHIVE" | sha256sum -c - || exit 1
|
RUN echo "$SHA256_SUM $ARCHIVE" | sha256sum -c - || exit 1
|
||||||
RUN mkdir -p /install
|
RUN mkdir -p /install
|
||||||
@ -32,7 +32,7 @@ RUN python3 -m venv env
|
|||||||
RUN env/bin/pip3 install -r requirements.txt
|
RUN env/bin/pip3 install -r requirements.txt
|
||||||
|
|
||||||
|
|
||||||
FROM docker.io/thallian/alpine-s6:3.19-3.1.6.2
|
FROM docker.io/thallian/alpine-s6:3.21-3.2.0.2
|
||||||
|
|
||||||
RUN addgroup -g 2222 paperless
|
RUN addgroup -g 2222 paperless
|
||||||
RUN adduser -h /var/lib/paperless -u 2222 -D -G paperless paperless
|
RUN adduser -h /var/lib/paperless -u 2222 -D -G paperless paperless
|
||||||
|
Loading…
Reference in New Issue
Block a user