Skip to content

Commit

Permalink
Merge branch 'release/10.0.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Elsmore-Paddock committed Mar 7, 2022
2 parents 7bfbf72 + 037970a commit a6e847b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ this kit:
| 7.x | 1.16-1.22+ | 20.x | Kustomize and Rigger |
| 8.x | 1.16-1.22+ | 21.x | Kustomize and Rigger |
| 9.x | 1.16-1.22+ | 22.x | Kustomize and Rigger |
| 10.x | 1.16-1.22+ | 23.x | Kustomize and Rigger |

### Switching from "Shell Script" Deployment to "Kustomize" Deployment
If you are running version 1.x through 6.x of this kit and are now upgrading to
Expand Down
2 changes: 1 addition & 1 deletion docker/backend-nextcloud-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @copyright Copyright (c) 2019, Inveniem
# @license GNU AGPL version 3 or any later version
#
FROM nextcloud:22.2.5-apache
FROM nextcloud:23.0.2-apache

ENV NEXTCLOUD_CONFIG_READ_ONLY "false"

Expand Down
2 changes: 1 addition & 1 deletion docker/backend-nextcloud-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN set -eux;\
################################################################################
# This is the container that actually gets pushed.
#
FROM nextcloud:22.2.5-fpm-alpine
FROM nextcloud:23.0.2-fpm-alpine

ENV NEXTCLOUD_CONFIG_READ_ONLY "false"

Expand Down
2 changes: 1 addition & 1 deletion docker/nextcloud-cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# @copyright Copyright (c) 2019-2020, Inveniem
# @license GNU AGPL version 3 or any later version
#
FROM nextcloud:22.2.5-fpm
FROM nextcloud:23.0.2-fpm

ENV NEXTCLOUD_CONFIG_READ_ONLY "true"

Expand Down
10 changes: 5 additions & 5 deletions overlays/00-sample/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,20 @@ images:

- name: inveniem/nextcloud-cron
newName: your-acr-instance.azurecr.io/inveniem/nextcloud-cron
newTag: "9.0.0"
newTag: "10.0.0"

- name: inveniem/nextcloud-apache
newName: your-acr-instance.azurecr.io/inveniem/nextcloud-apache
newTag: "9.0.0"
newTag: "10.0.0"

- name: inveniem/nextcloud-fpm
newName: your-acr-instance.azurecr.io/inveniem/nextcloud-fpm
newTag: "9.0.0"
newTag: "10.0.0"

- name: inveniem/nextcloud-nginx-middleware
newName: your-acr-instance.azurecr.io/inveniem/nextcloud-nginx-middleware
newTag: "9.0.0"
newTag: "10.0.0"

- name: inveniem/sftp-ws-server
newName: your-acr-instance.azurecr.io/inveniem/sftp-ws-server
newTag: "9.0.0"
newTag: "10.0.0"
2 changes: 1 addition & 1 deletion overlays/00-sample/publish.profile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CONTAINER_ENGINE="docker"
NEXTCLOUD_CUSTOM_APPS=(
'https://github.com/westberliner/checksum/releases/download/v1.1.3/checksum.tar.gz'
'https://github.com/nextcloud/files_antivirus/releases/download/v3.2.2/files_antivirus.tar.gz'
'https://github.com/nextcloud-releases/files_automatedtagging/releases/download/v1.12.0/files_automatedtagging-1.12.0.tar.gz'
'https://github.com/nextcloud-releases/files_automatedtagging/releases/download/v1.13.0/files_automatedtagging-v1.13.0.tar.gz'
'https://github.com/nextcloud-releases/files_downloadactivity/releases/download/v1.12.0/files_downloadactivity-v1.12.0.tar.gz'
'https://github.com/nextcloud/files_rightclick/releases/download/v0.15.1/files_rightclick.tar.gz'
'https://github.com/gino0631/nextcloud-metadata/releases/latest/download/metadata.tar.gz'
Expand Down

0 comments on commit a6e847b

Please sign in to comment.