Skip to content

Commit

Permalink
Merge pull request #2537 from nextcloud/feat/nextcloud_test_presets/a…
Browse files Browse the repository at this point in the history
…pp-release-checksums
  • Loading branch information
provokateurin authored Oct 9, 2024
2 parents bb3c203 + 76fff24 commit 9692c52
Show file tree
Hide file tree
Showing 21 changed files with 166 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,48 @@ ENV PHP_CLI_SERVER_WORKERS=10
CMD ["php", "-S", "0.0.0.0:80"]

FROM alpine:latest@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d AS apps
RUN apk add curl


FROM apps AS cookbook
ARG COOKBOOK_URL
RUN curl -L "$COOKBOOK_URL" | tar -xz -C /
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
RUN curl -L "$NEWS_URL" | tar -xz -C /
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
RUN curl -L "$NOTES_URL" | tar -xz -C /
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
RUN curl -L "$UPPUSH_URL" | tar -xz -C /
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
RUN curl -L "$SPREED_URL" | tar -xz -C /
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
RUN curl -L "$TABLES_URL" | tar -xz -C /
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
RUN curl -L "$DROP_ACCOUNT_URL" | tar -xz -C /
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
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-alpha9/news.tar.gz
NEWS_CHECKSUM=sha256:8c7d45fc8648b65644a6c7e05e14688e2603e9911586cb91bf3f10b346775052
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.1/tables-v0.8.1.tar.gz
TABLES_CHECKSUM=sha256:d39dd61f4408fef8618fb2015923b478e33b372467812b1b515722ca466bf05a
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.5.1.tar.gz
UPPUSH_CHECKSUM=sha256:99ab0dbd371db8f4abe1dae2e1af7cba374c814edf644edb949051fa977566e9
Loading

0 comments on commit 9692c52

Please sign in to comment.