Skip to content

Commit

Permalink
feat(nextcloud_test_presets): Add and verify app release checksums
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Oct 2, 2024
1 parent e9d115d commit de310fa
Show file tree
Hide file tree
Showing 21 changed files with 159 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,44 @@ FROM alpine:latest@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367eff

FROM apps AS cookbook
ARG COOKBOOK_URL
ADD $COOKBOOK_URL /tmp/app.tar.gz
ARG COOKBOOK_CHECKSUM
ADD --checksum=$COOKBOOK_CHECKSUM $COOKBOOK_URL /tmp/app.tar.gz
RUN tar -xzf /tmp/app.tar.gz -C /

FROM apps AS news
ARG NEWS_URL
ADD $NEWS_URL /tmp/app.tar.gz
ARG NEWS_CHECKSUM
ADD --checksum=$NEWS_CHECKSUM $NEWS_URL /tmp/app.tar.gz
RUN tar -xzf /tmp/app.tar.gz -C /

FROM apps AS notes
ARG NOTES_URL
ADD $NOTES_URL /tmp/app.tar.gz
ARG NOTES_CHECKSUM
ADD --checksum=$NOTES_CHECKSUM $NOTES_URL /tmp/app.tar.gz
RUN tar -xzf /tmp/app.tar.gz -C /

FROM apps AS uppush
ARG UPPUSH_URL
ADD $UPPUSH_URL /tmp/app.tar.gz
ARG UPPUSH_CHECKSUM
ADD --checksum=$UPPUSH_CHECKSUM $UPPUSH_URL /tmp/app.tar.gz
RUN tar -xzf /tmp/app.tar.gz -C /

FROM apps AS spreed
ARG SPREED_URL
ADD $SPREED_URL /tmp/app.tar.gz
ARG SPREED_CHECKSUM
ADD --checksum=$SPREED_CHECKSUM $SPREED_URL /tmp/app.tar.gz
RUN tar -xzf /tmp/app.tar.gz -C /

FROM apps AS tables
ARG TABLES_URL
ADD $TABLES_URL /tmp/app.tar.gz
ARG TABLES_CHECKSUM
ADD --checksum=$TABLES_CHECKSUM $TABLES_URL /tmp/app.tar.gz
RUN tar -xzf /tmp/app.tar.gz -C /

FROM apps AS drop_account
ARG DROP_ACCOUNT_URL
ADD $DROP_ACCOUNT_URL /tmp/app.tar.gz
ARG DROP_ACCOUNT_CHECKSUM
ADD --checksum=$DROP_ACCOUNT_CHECKSUM $DROP_ACCOUNT_URL /tmp/app.tar.gz
RUN tar -xzf /tmp/app.tar.gz -C /

FROM nextcloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=30.0.0-fpm-alpine@sha256:c13308eaba442e9af950fb79e4d2fc4e8258d22e9ef68b85953d6431b17618c1
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v20.0.0/spreed-v20.0.0.tar.gz
SPREED_CHECKSUM=sha256:a749b8b3865b584ca23cf0512af106164ff4c4df888983c44c37a09bff100d66
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=28.0.10-fpm-alpine@sha256:7ca7cfb30118f3f28cb6a77f8e81459c66a91f8c224219af940a39d26493fe25
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.4.0.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:f3136cbf78ff9d2d22b8433841fcf76c239bceaeda9a9c2318ae0d582bf6384e
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v18.0.11/spreed-v18.0.11.tar.gz
SPREED_CHECKSUM=sha256:78c7454b9c9058936c4d5b870595f8bf43d2a1c3ff9d3f89692ed1493605f29d
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=29.0.7-fpm-alpine@sha256:c0f2102721226d67c63472a853125b1acf723a5f6a5de498b60721d1058c3ea6
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.5.0.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:498e8c198d2b67ea3464191d44e6706655c94a5e13faea745abfcb9a21aacd03
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v19.0.9/spreed-v19.0.9.tar.gz
SPREED_CHECKSUM=sha256:719604e76f2348d9cf1602529eaa2ca0fca8ffb577cdd5002319c5a5c3aebe1e
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=30.0.0-fpm-alpine@sha256:c13308eaba442e9af950fb79e4d2fc4e8258d22e9ef68b85953d6431b17618c1
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v20.0.0/spreed-v20.0.0.tar.gz
SPREED_CHECKSUM=sha256:a749b8b3865b584ca23cf0512af106164ff4c4df888983c44c37a09bff100d66
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=29.0.7-fpm-alpine@sha256:c0f2102721226d67c63472a853125b1acf723a5f6a5de498b60721d1058c3ea6
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v19.0.9/spreed-v19.0.9.tar.gz
SPREED_CHECKSUM=sha256:719604e76f2348d9cf1602529eaa2ca0fca8ffb577cdd5002319c5a5c3aebe1e
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=30.0.0-fpm-alpine@sha256:c13308eaba442e9af950fb79e4d2fc4e8258d22e9ef68b85953d6431b17618c1
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.10.1/notes-v4.10.1.tar.gz
NOTES_CHECKSUM=sha256:4fb15499ace26f92d956c9e8fd537f35961825eb535dc1bcf678da992809e88c
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v20.0.0/spreed-v20.0.0.tar.gz
SPREED_CHECKSUM=sha256:a749b8b3865b584ca23cf0512af106164ff4c4df888983c44c37a09bff100d66
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=30.0.0-fpm-alpine@sha256:c13308eaba442e9af950fb79e4d2fc4e8258d22e9ef68b85953d6431b17618c1
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v20.0.0/spreed-v20.0.0.tar.gz
SPREED_CHECKSUM=sha256:a749b8b3865b584ca23cf0512af106164ff4c4df888983c44c37a09bff100d66
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=28.0.10-fpm-alpine@sha256:7ca7cfb30118f3f28cb6a77f8e81459c66a91f8c224219af940a39d26493fe25
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.8.1/notes.tar.gz
NOTES_CHECKSUM=sha256:05f1f55beed358a651b80021290110b65bfc78f4ed250bd941530cbb7cd42d1e
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v18.0.11/spreed-v18.0.11.tar.gz
SPREED_CHECKSUM=sha256:78c7454b9c9058936c4d5b870595f8bf43d2a1c3ff9d3f89692ed1493605f29d
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=29.0.7-fpm-alpine@sha256:c0f2102721226d67c63472a853125b1acf723a5f6a5de498b60721d1058c3ea6
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.9.4/notes-v4.9.4.tar.gz
NOTES_CHECKSUM=sha256:bc987c9f905908916df495dee7c37efec438264cf264a0c5c18521264b26a083
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v19.0.9/spreed-v19.0.9.tar.gz
SPREED_CHECKSUM=sha256:719604e76f2348d9cf1602529eaa2ca0fca8ffb577cdd5002319c5a5c3aebe1e
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=28.0.10-fpm-alpine@sha256:7ca7cfb30118f3f28cb6a77f8e81459c66a91f8c224219af940a39d26493fe25
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v18.0.11/spreed-v18.0.11.tar.gz
SPREED_CHECKSUM=sha256:78c7454b9c9058936c4d5b870595f8bf43d2a1c3ff9d3f89692ed1493605f29d
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=29.0.7-fpm-alpine@sha256:c0f2102721226d67c63472a853125b1acf723a5f6a5de498b60721d1058c3ea6
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v19.0.9/spreed-v19.0.9.tar.gz
SPREED_CHECKSUM=sha256:719604e76f2348d9cf1602529eaa2ca0fca8ffb577cdd5002319c5a5c3aebe1e
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=30.0.0-fpm-alpine@sha256:c13308eaba442e9af950fb79e4d2fc4e8258d22e9ef68b85953d6431b17618c1
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v20.0.0/spreed-v20.0.0.tar.gz
SPREED_CHECKSUM=sha256:a749b8b3865b584ca23cf0512af106164ff4c4df888983c44c37a09bff100d66
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.8.0/tables-v0.8.0.tar.gz
TABLES_CHECKSUM=sha256:d3e099ab0da2471276759b5aa89d913e97efd4f7bc3709ab02bd7392f4c5b1ff
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
SERVER_VERSION=29.0.7-fpm-alpine@sha256:c0f2102721226d67c63472a853125b1acf723a5f6a5de498b60721d1058c3ea6
COOKBOOK_URL=https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.2/cookbook-0.11.2.tar.gz
COOKBOOK_CHECKSUM=sha256:ba96d3773bb5ec11fab5e860094713c41bd354e3b7d4aae2ff7def19de149f2c
DROP_ACCOUNT_URL=https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.6.1.tar.gz
DROP_ACCOUNT_CHECKSUM=sha256:226e84712aa61d62e99eaa834abc7cd4496ed07289830af06cefeb58c4135123
NEWS_URL=https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz
NEWS_CHECKSUM=sha256:9e3d7247608ec10e99a99d7ff2ff5cb1bfdd8a95cc6bad5ee395d0980e563f08
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz
NOTES_CHECKSUM=sha256:7693027a18e13d0a0e03e31574b786737ef4866a96ce6b0c733815d3c9bf70ee
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v19.0.9/spreed-v19.0.9.tar.gz
SPREED_CHECKSUM=sha256:719604e76f2348d9cf1602529eaa2ca0fca8ffb577cdd5002319c5a5c3aebe1e
TABLES_URL=https://github.com/nextcloud-releases/tables/releases/download/v0.6.6/tables-v0.6.6.tar.gz
TABLES_CHECKSUM=sha256:7ce024420ccaa09fcfef4e0d4dc295d3100ce8d20df8de18ab6c8f09e8e4ef5d
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Loading

0 comments on commit de310fa

Please sign in to comment.