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 @@ -49,10 +49,10 @@ jobs:
10
latest
smoke-version-jq: ".versionstring"
- version: 11.0.0-rc1
tarball: https://github.com/owncloud/core/releases/download/v11.0.0-rc1/owncloud-complete-20260629.tar.bz2
- version: 11.0.0-rc2
tarball: https://github.com/owncloud/core/releases/download/v11.0.0-rc2/owncloud-complete-20260723.tar.bz2
base: v24.04
trivy-ignore: v24.04/11.0.0-rc1/.trivyignore
trivy-ignore: v24.04/11.0.0-rc2/.trivyignore
smoke-version-jq: ""

update-docker-hub-description:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2026-07-23

* Changed
* Update 11.0.0-rc1 to 11.0.0-rc2 built from the GitHub release tarball

## 2026-06-29

* Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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`
- [`11.0.0-rc1`](https://github.com/owncloud-docker/server/blob/master/v24.04/Dockerfile.multiarch) available as `owncloud/server:11.0.0-rc1`
- [`11.0.0-rc2`](https://github.com/owncloud-docker/server/blob/master/v24.04/Dockerfile.multiarch) available as `owncloud/server:11.0.0-rc2`

## Default volumes

Expand Down
4 changes: 2 additions & 2 deletions agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GitHub Actions.
- `v22.04/Dockerfile.multiarch` — image definition (`FROM owncloud/base:22.04`)
- `v22.04/overlay/` — files copied into the image root (`ADD overlay /`); currently empty
- `v22.04/<version>/.trivyignore` — accepted-CVE exclusions for the Trivy scan
- `v24.04/` — Ubuntu 24.04 based image (ownCloud 11.0.0-prealpha)
- `v24.04/` — Ubuntu 24.04 based image (ownCloud 11.0.0-rc2)
- `v24.04/Dockerfile.multiarch`, `v24.04/overlay/`, `v24.04/<version>/.trivyignore` — as above
- `docs/` — design/spec notes
- `images/` — README screenshots
Expand All @@ -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-prealpha`
- Matrix builds two releases: `10.16.3` (base `v22.04`) and `11.0.0-rc2`
(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
2 changes: 0 additions & 2 deletions v24.04/11.0.0-rc1/.trivyignore

This file was deleted.

13 changes: 13 additions & 0 deletions v24.04/11.0.0-rc2/.trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# vulnerability is affecting windows only
CVE-2024-51736

# client-side JS libs vendored by the bundled "notes" marketplace app; frontend
# only (not server-side core) and fixable only upstream in owncloud/core
# angular 1.4.14 - prototype pollution
CVE-2019-10768
# prismjs 0.0.1 - ReDoS
CVE-2021-23341
CVE-2021-32723
# underscore 1.7.0 - template code execution / ReDoS
CVE-2021-23358
CVE-2026-27601