push to 29.0.1
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 6m12s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 6m12s
This commit is contained in:
parent
77de5c8b5a
commit
21e96329b9
@ -1,7 +1,7 @@
|
|||||||
FROM docker.io/alpine:3.19 AS builder
|
FROM docker.io/alpine:3.20 AS builder
|
||||||
|
|
||||||
ENV NC_VERSION=28.0.4
|
ENV NC_VERSION=29.0.1
|
||||||
ENV NC_SHA256_SUM=9bfecee1e12fba48c49e9a71caa81c4ba10b2884787fab75d64ccfd122a13019
|
ENV NC_SHA256_SUM=759546daecf79ca787ed6705503693c6db553aabf1d7ae4dfa779c7309b2ada9
|
||||||
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,36 +14,36 @@ 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=v5.5.3
|
ENV CONTACTS_VERSION=v6.0.0
|
||||||
ENV CONTACTS_SHA256_SUM=cf19a03228b3cd719f45e452f5727e7dbead2512c7fd9e4dbee2e9b296004452
|
ENV CONTACTS_SHA256_SUM=e3c11127d0d0f70ef57a7713d9756f715695f846ed86013142588a3b5b10fb50
|
||||||
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=v4.6.7
|
ENV CALENDAR_VERSION=v4.7.4
|
||||||
ENV CALENDAR_SHA256_SUM=3078c780c31627ccda418529ba875f91819531c7b000013b13a7d20339f7d740
|
ENV CALENDAR_SHA256_SUM=0b70187f5993dda3760cadb721a7e33c898adba36d8351bb1a76394d3ecff9fb
|
||||||
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
|
||||||
RUN tar xzf calendar-$CALENDAR_VERSION.tar.gz -C /var/lib/nextcloud/apps/calendar --strip 1
|
RUN tar xzf calendar-$CALENDAR_VERSION.tar.gz -C /var/lib/nextcloud/apps/calendar --strip 1
|
||||||
|
|
||||||
ENV TASKS_VERSION=v0.15.0
|
ENV TASKS_VERSION=v0.16.0
|
||||||
ENV TASKS_SHA256_SUM=9e2cc95050722bbf0567a28f278cdf394e59f42940c61c2043b77e5f94c69ccf
|
ENV TASKS_SHA256_SUM=1e2b5841c7544541ee8d134c1748ca433bd23bdddb22d8ac2347a6ab4cb0f29e
|
||||||
RUN wget https://github.com/nextcloud/tasks/releases/download/$TASKS_VERSION/tasks.tar.gz
|
RUN wget https://github.com/nextcloud/tasks/releases/download/$TASKS_VERSION/tasks.tar.gz
|
||||||
RUN echo "$TASKS_SHA256_SUM tasks.tar.gz" | sha256sum -c - || exit 1
|
RUN echo "$TASKS_SHA256_SUM tasks.tar.gz" | sha256sum -c - || exit 1
|
||||||
RUN mkdir /var/lib/nextcloud/apps/tasks
|
RUN mkdir /var/lib/nextcloud/apps/tasks
|
||||||
RUN tar xzf tasks.tar.gz -C /var/lib/nextcloud/apps/tasks --strip 1
|
RUN tar xzf tasks.tar.gz -C /var/lib/nextcloud/apps/tasks --strip 1
|
||||||
|
|
||||||
ENV NOTES_VERSION=v4.9.4
|
ENV NOTES_VERSION=v4.10.0
|
||||||
ENV NOTES_SHA256_SUM=2ef524020b08fd0e7bfe6cce9ba7bebdf293b03e9b7f30808a96984b769871b8
|
ENV NOTES_SHA256_SUM=6afeb2e465624f3947b6751bfce203c3ed30740fd94703d840c537c8311b3134
|
||||||
RUN wget https://github.com/nextcloud/notes/releases/download/$NOTES_VERSION/notes.tar.gz
|
RUN wget https://github.com/nextcloud/notes/releases/download/$NOTES_VERSION/notes.tar.gz
|
||||||
RUN echo "$NOTES_SHA256_SUM notes.tar.gz" | sha256sum -c - || exit 1
|
RUN echo "$NOTES_SHA256_SUM notes.tar.gz" | sha256sum -c - || exit 1
|
||||||
RUN mkdir /var/lib/nextcloud/apps/notes
|
RUN mkdir /var/lib/nextcloud/apps/notes
|
||||||
RUN tar xzf notes.tar.gz -C /var/lib/nextcloud/apps/notes --strip 1
|
RUN tar xzf notes.tar.gz -C /var/lib/nextcloud/apps/notes --strip 1
|
||||||
|
|
||||||
ENV NEWS_VERSION=25.0.0-alpha5
|
ENV NEWS_VERSION=25.0.0-alpha6
|
||||||
ENV NEWS_SHA256_SUM=96736468b6faff7f7502a8e69b094575b4e87e937f2ab44790d44ad359a3e7d2
|
ENV NEWS_SHA256_SUM=5846e79d4889925cbf83e2c72a6d4e2a4710cf3e0f67a910be5016c142bad16c
|
||||||
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
|
||||||
@ -57,7 +57,7 @@ RUN mkdir /var/lib/nextcloud/apps/sociallogin
|
|||||||
RUN tar xzf release.tar.gz -C /var/lib/nextcloud/apps/sociallogin --strip 1
|
RUN tar xzf release.tar.gz -C /var/lib/nextcloud/apps/sociallogin --strip 1
|
||||||
|
|
||||||
|
|
||||||
FROM docker.io/thallian/php8-fpm:3.19-8.3
|
FROM docker.io/thallian/php8-fpm:3.20-8.3
|
||||||
|
|
||||||
ENV FPMUSER=nginx
|
ENV FPMUSER=nginx
|
||||||
ENV FPMGROUP=nginx
|
ENV FPMGROUP=nginx
|
||||||
@ -97,8 +97,6 @@ RUN apk add --no-cache \
|
|||||||
php83-pdo \
|
php83-pdo \
|
||||||
dcron
|
dcron
|
||||||
|
|
||||||
RUN ln -s /usr/bin/php83 /usr/bin/php
|
|
||||||
|
|
||||||
COPY --from=builder --chown=nginx:nginx /var/lib/nextcloud /var/lib/nextcloud
|
COPY --from=builder --chown=nginx:nginx /var/lib/nextcloud /var/lib/nextcloud
|
||||||
|
|
||||||
RUN rm /etc/nginx/http.d/default.conf
|
RUN rm /etc/nginx/http.d/default.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user