Skip to content

Commit

Permalink
Add 30.0.0, Upgrade to 29.0.7 28.0.10, Remove 27
Browse files Browse the repository at this point in the history
  • Loading branch information
thelittlefireman committed Sep 23, 2024
1 parent d7537a6 commit fd80e6e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- '**.md'

env:
LATEST_DOCKERFILE: Dockerfile-29
LATEST_DOCKERFILE: Dockerfile-30
DOCKERHUB_SLUG: crazymax/nextcloud
GHCR_SLUG: ghcr.io/crazy-max/nextcloud

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
fail-fast: false
matrix:
docker_file:
- Dockerfile-27
- Dockerfile-28
- Dockerfile-29
- Dockerfile-30
dir:
- mysql
- pgsql
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-28
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=28.0.9
ARG NEXTCLOUD_VERSION=28.0.10
ARG ALPINE_VERSION=3.20

FROM crazymax/yasu:latest AS yasu
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-29
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=29.0.5
ARG NEXTCLOUD_VERSION=29.0.7
ARG ALPINE_VERSION=3.20

FROM crazymax/yasu:latest AS yasu
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile-27 → Dockerfile-30
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG NEXTCLOUD_VERSION=27.1.11
ARG NEXTCLOUD_VERSION=30.0.0
ARG ALPINE_VERSION=3.20

FROM crazymax/yasu:latest AS yasu
Expand All @@ -23,9 +23,10 @@ RUN apk --update --no-cache add \
ca-certificates \
curl \
ffmpeg \
util-linux \
imagemagick \
imagemagick-heic \
imagemagick-pdf \
imagemagick-heic \
imagemagick-svg \
ghostscript \
libxml2 \
Expand Down Expand Up @@ -66,8 +67,8 @@ RUN apk --update --no-cache add \
php83-posix \
php83-redis \
php83-session \
php83-sodium \
php83-simplexml \
php83-sodium \
php83-sqlite3 \
php83-sysvsem \
php83-xml \
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "DEFAULT_TAG" {
}

variable "DOCKERFILE" {
default = "Dockerfile-29"
default = "Dockerfile-30"
}

// Special target: https://github.com/docker/metadata-action#bake-definition
Expand Down

0 comments on commit fd80e6e

Please sign in to comment.