push to 30.0.2
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m19s

This commit is contained in:
Sebastian Hugentobler 2024-11-25 15:59:52 +01:00
parent 1e04c7b2c7
commit 43a67d252b
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,7 +1,7 @@
FROM docker.io/alpine:3.20 AS builder FROM docker.io/alpine:3.20 AS builder
ENV NC_VERSION=30.0.1 ENV NC_VERSION=30.0.2
ENV NC_SHA256_SUM=79ec2ffad6231bd8fcc4abaacc12e5ac51e670d089affb379483592cda0fdccb ENV NC_SHA256_SUM=929bb8045e96216fe22a65dcd66279e5bd7ba1abb29d99bf401d423b646a445f
RUN wget https://download.nextcloud.com/server/releases/nextcloud-$NC_VERSION.tar.bz2 RUN wget https://download.nextcloud.com/server/releases/nextcloud-$NC_VERSION.tar.bz2
RUN echo "$NC_SHA256_SUM nextcloud-$NC_VERSION.tar.bz2" | sha256sum -c - || exit 1 RUN echo "$NC_SHA256_SUM nextcloud-$NC_VERSION.tar.bz2" | sha256sum -c - || exit 1
RUN mkdir -p /var/lib/nextcloud RUN mkdir -p /var/lib/nextcloud
@ -14,15 +14,15 @@ RUN echo "$POLLS_SHA256_SUM polls-$POLLS_VERSION.tar.gz" | sha256sum -c - || ex
RUN mkdir /var/lib/nextcloud/apps/polls RUN mkdir /var/lib/nextcloud/apps/polls
RUN tar xzf polls-$POLLS_VERSION.tar.gz -C /var/lib/nextcloud/apps/polls --strip 1 RUN tar xzf polls-$POLLS_VERSION.tar.gz -C /var/lib/nextcloud/apps/polls --strip 1
ENV CONTACTS_VERSION=v6.1.0 ENV CONTACTS_VERSION=v6.1.1
ENV CONTACTS_SHA256_SUM=fef8a49b2e6984e2b53a116eeb0e40d4162235f6d8694ec9b36fa38aeaccdae8 ENV CONTACTS_SHA256_SUM=ef9ba92e98a83a98243724abaf7c2d7ce912c1d355a3c5ca60a138c1e5909b00
RUN wget https://github.com/nextcloud-releases/contacts/releases/download/$CONTACTS_VERSION/contacts-$CONTACTS_VERSION.tar.gz RUN wget https://github.com/nextcloud-releases/contacts/releases/download/$CONTACTS_VERSION/contacts-$CONTACTS_VERSION.tar.gz
RUN echo "$CONTACTS_SHA256_SUM contacts-$CONTACTS_VERSION.tar.gz" | sha256sum -c - || exit 1 RUN echo "$CONTACTS_SHA256_SUM contacts-$CONTACTS_VERSION.tar.gz" | sha256sum -c - || exit 1
RUN mkdir /var/lib/nextcloud/apps/contacts RUN mkdir /var/lib/nextcloud/apps/contacts
RUN tar xzf contacts-$CONTACTS_VERSION.tar.gz -C /var/lib/nextcloud/apps/contacts --strip 1 RUN tar xzf contacts-$CONTACTS_VERSION.tar.gz -C /var/lib/nextcloud/apps/contacts --strip 1
ENV CALENDAR_VERSION=v5.0.1 ENV CALENDAR_VERSION=v5.0.5
ENV CALENDAR_SHA256_SUM=bfdaa373273650164aed078ed57059bb5d5ca0f23dd8f4597138a9cc110c9b77 ENV CALENDAR_SHA256_SUM=069dbdbf2bf891145f04d6daa6d5f75255398bdf5f5c8075e7e227810771288c
RUN wget https://github.com/nextcloud-releases/calendar/releases/download/$CALENDAR_VERSION/calendar-$CALENDAR_VERSION.tar.gz RUN wget https://github.com/nextcloud-releases/calendar/releases/download/$CALENDAR_VERSION/calendar-$CALENDAR_VERSION.tar.gz
RUN echo "$CALENDAR_SHA256_SUM calendar-$CALENDAR_VERSION.tar.gz" | sha256sum -c - || exit 1 RUN echo "$CALENDAR_SHA256_SUM calendar-$CALENDAR_VERSION.tar.gz" | sha256sum -c - || exit 1
RUN mkdir /var/lib/nextcloud/apps/calendar RUN mkdir /var/lib/nextcloud/apps/calendar
@ -42,15 +42,15 @@ RUN echo "$NOTES_SHA256_SUM notes-$NOTES_VERSION.tar.gz" | sha256sum -c - || ex
RUN mkdir /var/lib/nextcloud/apps/notes RUN mkdir /var/lib/nextcloud/apps/notes
RUN tar xzf notes-$NOTES_VERSION.tar.gz -C /var/lib/nextcloud/apps/notes --strip 1 RUN tar xzf notes-$NOTES_VERSION.tar.gz -C /var/lib/nextcloud/apps/notes --strip 1
ENV NEWS_VERSION=25.0.0-alpha12 ENV NEWS_VERSION=25.0.2
ENV NEWS_SHA256_SUM=dd24dcfbe4aa5e70098e8139667baeda108e5426a3dc3d3403bb45faa96b8be9 ENV NEWS_SHA256_SUM=430e6ff79251aca719a9aa2b7b9c7fd5b1cf489514f598f0b33a041366e91b83
RUN wget https://github.com/nextcloud/news/releases/download/$NEWS_VERSION/news.tar.gz RUN wget https://github.com/nextcloud/news/releases/download/$NEWS_VERSION/news.tar.gz
RUN echo "$NEWS_SHA256_SUM news.tar.gz" | sha256sum -c - || exit 1 RUN echo "$NEWS_SHA256_SUM news.tar.gz" | sha256sum -c - || exit 1
RUN mkdir /var/lib/nextcloud/apps/news RUN mkdir /var/lib/nextcloud/apps/news
RUN tar xzf news.tar.gz -C /var/lib/nextcloud/apps/news --strip 1 RUN tar xzf news.tar.gz -C /var/lib/nextcloud/apps/news --strip 1
ENV SOCIAL_LOGIN_VERSION=v5.6.7 ENV SOCIAL_LOGIN_VERSION=v5.7.0
ENV SOCIAL_LOGIN_SHA256_SUM=e1a4c05f77692c1da1668212f65e41573f355a6283503ffb3beed7e31440b2bb ENV SOCIAL_LOGIN_SHA256_SUM=37837c63381b8938c535f67fac7fc92f3302e2501304104c03fd73881bcb7b11
RUN wget https://github.com/zorn-v/nextcloud-social-login/releases/download/$SOCIAL_LOGIN_VERSION/release.tar.gz RUN wget https://github.com/zorn-v/nextcloud-social-login/releases/download/$SOCIAL_LOGIN_VERSION/release.tar.gz
RUN echo "$SOCIAL_LOGIN_SHA256_SUM release.tar.gz" | sha256sum -c - || exit 1 RUN echo "$SOCIAL_LOGIN_SHA256_SUM release.tar.gz" | sha256sum -c - || exit 1
RUN mkdir /var/lib/nextcloud/apps/sociallogin RUN mkdir /var/lib/nextcloud/apps/sociallogin