Compare commits

..

2 commits

Author SHA1 Message Date
08f408afab
setup jenkins
All checks were successful
Vanwa Containers/paperless-ngx/pipeline/tag This commit looks good
2025-06-06 11:05:53 +02:00
efdb3e1b46
push to 2.16.3 2025-06-06 11:05:27 +02:00
3 changed files with 3 additions and 14 deletions

View file

@ -1,12 +0,0 @@
name: Build Multiarch Container Image
on: [push]
jobs:
call-reusable-workflow:
uses: container/multiarch-build-workflow/.gitea/workflows/build.yaml@main
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
sha: ${{ gitea.sha }}
registry_url: ${{ secrets.REGISTRY_URL }}
registry_user: ${{ secrets.REGISTRY_USER }}
registry_pw: ${{ secrets.REGISTRY_PW }}

View file

@ -16,9 +16,9 @@ RUN apk add --no-cache \
grep \
findutils
ENV VERSION=v2.15.3
ENV VERSION=v2.16.3
ENV ARCHIVE=paperless-ngx-$VERSION.tar.xz
ENV SHA256_SUM=20cd5961b1f91bde5cb6743ae8eb7f8fd98d66ba67d49d5ab030d87c998ac2d1
ENV SHA256_SUM=8d26e989555b35929208b3693ff27e16d0e2eb1db8cbb5630c4766b8be349a00
RUN wget https://github.com/paperless-ngx/paperless-ngx/releases/download/$VERSION/$ARCHIVE
RUN echo "$SHA256_SUM $ARCHIVE" | sha256sum -c - || exit 1
RUN mkdir -p /install

1
Jenkinsfile vendored Normal file
View file

@ -0,0 +1 @@
multiarch_container()