20 Commits

Author SHA1 Message Date
dd188059ab chore: update Nextcloud and Alpine Linux 2023-04-20 09:41:13 +02:00
055b1f5723 chore: update Nextcloud to 24.0.11 2023-03-27 18:45:15 +02:00
7726c3f386 Update Nextcloud 24.0.10 2023-02-23 21:19:17 +01:00
5906c3ea91 Update Nextcloud to 24.0.9 2023-01-17 10:41:46 +01:00
89f2aacb32 Update Nextcloud to 24.0.8 2022-12-08 15:27:39 +01:00
1365e7a046 update cosign 2022-11-03 18:43:32 +01:00
49d7a7a469 Update to 24.0.7 2022-11-03 18:35:14 +01:00
183fb4b9df Create new version branch 2022-10-18 17:02:37 +02:00
66f1ca8176 Update Nextcloud to 24.0.6 2022-10-06 14:52:36 +02:00
1a6ce671a6 Update Nextcloud to 24.0.5 2022-09-09 09:47:56 +02:00
49eca961a8 Update Shufflepagus to 0.8.3 2022-09-09 09:46:17 +02:00
05f056644a fix: use correct tar.bz2 checksum 2022-08-12 08:44:28 +02:00
41b50052f4 chore: update Nextcloud to 24.0.4 2022-08-12 08:14:48 +02:00
57409ee693 Update to 24.0.3 2022-07-19 19:01:02 +02:00
e850f6a1df Update Nextcloud to 24.0.2 2022-06-21 00:00:51 +02:00
251903fd3d Update cosign 2022-06-08 00:41:49 +02:00
5ef63c0bb3 Update Alpine and dependencies 2022-06-08 00:01:17 +02:00
6eb2fac3a4 Snuffleupagus 0.8.1 2022-05-20 13:33:12 +02:00
4f1e5c1b7f Update to PHP 8.1 2022-05-20 13:32:35 +02:00
9c8feeb088 Update to 24.0.1 2022-05-20 13:17:32 +02:00
3 changed files with 12 additions and 13 deletions

View File

@ -3,7 +3,7 @@ name: build
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ version-24 ]
schedule:
# Build the image regularly (each Friday)
- cron: '23 04 * * 5'
@ -34,7 +34,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.6.0'
cosign-release: 'v1.13.1'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
@ -53,7 +53,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
latest
${{ env.FULL_VERSION }}
${{ env.MAJOR_VERSION }}

View File

@ -1,17 +1,17 @@
# -------------- Build-time variables --------------
ARG NEXTCLOUD_VERSION=24.0.0
ARG PHP_VERSION=8.0
ARG NGINX_VERSION=1.20
ARG NEXTCLOUD_VERSION=24.0.12
ARG PHP_VERSION=8.1
ARG NGINX_VERSION=1.22
ARG ALPINE_VERSION=3.15
ARG ALPINE_VERSION=3.17
ARG HARDENED_MALLOC_VERSION=11
ARG SNUFFLEUPAGUS_VERSION=0.7.1
ARG SNUFFLEUPAGUS_VERSION=0.8.3
ARG UID=1000
ARG GID=1000
# nextcloud-24.0.0.tar.bz2
ARG SHA256_SUM="176cb5620f20465fb4759bdf3caaebeb7acff39d6c8630351af9f8738c173780"
# nextcloud-24.0.12.tar.bz2
ARG SHA256_SUM="2f093bdf7d34faf38d22f38a5e11f3aee32746ff4add3df17c790b9b36390836"
# Nextcloud Security <security@nextcloud.com> (D75899B9A724937A)
ARG GPG_FINGERPRINT="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"
@ -49,7 +49,7 @@ RUN apk -U upgrade \
libzip \
libsmbclient \
openldap \
libgomp \
libgomp \
imagemagick \
zlib \
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
@ -126,7 +126,7 @@ ENV UPLOAD_MAX_SIZE=10G \
RUN apk --no-cache add \
gnupg \
pcre \
pcre2 \
s6 \
&& NEXTCLOUD_TARBALL="nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" && cd /tmp \
&& wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL} \

View File

@ -8,7 +8,7 @@
sp.harden_random.enable();
# Disabled XXE
sp.disable_xxe.enable();
sp.xxe_protection.enable();
# Global configuration variables
# sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS.");