Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
strategy:
matrix:
release:
- version: 10.16.3
tarball: https://download.owncloud.com/server/stable/owncloud-complete-20260522.tar.bz2
- version: 10.16.4
tarball: https://github.com/owncloud/core/releases/download/v10.16.4/owncloud-complete-20260729.tar.bz2
base: v22.04
trivy-ignore: v22.04/10.16.3/.trivyignore
trivy-ignore: v22.04/10.16.4/.trivyignore
extra-tags: |
10.16
10
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 2026-07-29

* Changed
* Update 10.16.3 to 10.16.4 built from the GitHub release tarball
* Update 11.0.0-rc2 to 11.0.0-rc3 built from the GitHub release tarball

## 2026-07-23
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ownCloud is an open-source file sync, share and content collaboration software t

## Docker Tags and respective Dockerfile links

- [`10.16.3`, `10.16`, `10`, `latest`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.3`
- [`10.16.4`, `10.16`, `10`, `latest`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.4`
- [`11.0.0-rc3`](https://github.com/owncloud-docker/server/blob/master/v24.04/Dockerfile.multiarch) available as `owncloud/server:11.0.0-rc3`

## Default volumes
Expand Down
2 changes: 1 addition & 1 deletion agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ There is no local application build (no Node/pnpm/Make toolchain). The image is
built by `.github/workflows/main.yml`, which calls reusable workflows from
[`owncloud-docker/ubuntu`](https://github.com/owncloud-docker/ubuntu):

- Matrix builds two releases: `10.16.3` (base `v22.04`) and `11.0.0-rc3`
- Matrix builds two releases: `10.16.4` (base `v22.04`) and `11.0.0-rc3`
(base `v24.04`), each via `<base>/Dockerfile.multiarch`.
- The ownCloud version is injected with the `TARBALL_URL` build arg — there is no
version pinned inside the Dockerfile.
Expand Down
File renamed without changes.