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-prealpha
tarball: https://download.owncloud.com/server/daily/owncloud-complete-daily-master.tar.bz2
- version: 11.0.0-rc1
tarball: https://github.com/owncloud/core/releases/download/v11.0.0-rc1/owncloud-complete-20260629.tar.bz2
base: v24.04
trivy-ignore: v24.04/11.0.0-prealpha/.trivyignore
trivy-ignore: v24.04/11.0.0-rc1/.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-06-29

* Changed
* Replace 11.0.0-prealpha with 11.0.0-rc1 built from the GitHub release tarball

## 2026-06-12

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

## Default volumes

Expand All @@ -43,7 +43,7 @@ ownCloud is an open-source file sync, share and content collaboration software t

## Running occ commands

Starting with `11.0.0-prealpha`, the image supports running any `occ` command
Starting with `11.0.0-rc1`, the image supports running any `occ` command
with full initialization (database, config, etc.) but without starting Apache,
by using the `occ` subcommand in `docker-compose.yml`:

Expand Down
File renamed without changes.