This repository was archived by the owner on Aug 19, 2026. It is now read-only.
Commit a96837a
authored
docs: move next to 11.0 and require explicit docker image versions (#1575)
* docs: move next to 11.0 and require explicit docker image versions
ownCloud Classic 11.0.0 is released, so master no longer documents an
unreleased version. Rename the component version from `next` to `11.0` and
drop the `prerelease` key, which makes Antora pick this branch as the
component's `latest` and removes the `next` version segment.
This also fixes the version display on the docker installation page. The
`.env` example interpolates `latest-server-download-version`, which was
pinned to the 10.16 line, so the future-11 page told admins to run a 10.16.4
image. The local build attributes in `site.yml` and `global-attributes.yml`
now name 11.0 / 11.0.0 accordingly.
Every documented image reference now carries an explicit version tag and the
`latest` tag is no longer recommended anywhere: `owncloud/server:latest`
tracks the 10.16 line rather than the newest release, and no rolling major or
minor tag exists at all, so following it from the 11 docs silently installs
10.16.4. This covers the untagged quick-evaluation `docker run`, the
`OWNCLOUD_IMAGE` setting description, the commented-out memcached service and
the selenium and inbucket images in the UI testing guide.
Three defects found while verifying the documented commands against the
published `owncloud/server:11.0.0` image:
* The `.env` example omitted `ADMIN_USERNAME` and `ADMIN_PASSWORD` although
the compose file maps both into the container and the settings table lists
them as required, so a verbatim copy produced a blank admin account.
* `mysql_upgrade` was documented against the `owncloud` service, but the
binary ships with the database image and only exists in `mariadb`.
* The ImageMagick command-line tools are not part of the image, so the
preview prerequisite checks cannot succeed as written. The page now points
at the guide for building your own image.
Finally, adjust the version-branch procedure to the new model, where master
carries the released version instead of `next`, and replace its stale
`.drone.star` instructions with the CI workflow branch list that actually
governs which branches get built.
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
* docs: alias the page paths dropped since 10.16
Four pages that exist in 10.16 have no equivalent here, so their URLs start
404ing the moment this branch becomes the `latest` server version:
`installation/index.adoc` and `installation/source_installation.adoc` (this is a
docker-only release, so there is no manual or source installation),
`installation/configuration_notes_and_tips.adoc` (now
`configuration/important_notes.adoc`) and `maintenance/migrating.adoc` (now
under `maintenance/migrate_owncloud/`).
These are not merely stale internal links. All four are `go.php` redirect keys
(`admin-install`, `admin-source_install`, `admin-php-fpm`,
`admin-untrusted-domains`) that every deployed ownCloud server emits via
`buildDocLinkToKey`, and `owncloud/docs` asserts in CI that every mapped target
exists in the built site. Aliasing them keeps those links working and keeps the
docs build green, which a mapping change would not.
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
* revert(docs): unpin the third-party docker images again
The explicit-version requirement is about `owncloud/server` only: its `latest`
tag does not track the newest ownCloud Classic release and there are no rolling
major or minor tags, so following it from the 11 docs installs a version the
docs do not describe.
That reasoning does not carry over to the third-party images. Pinning the
commented-out memcached service in the compose example and the selenium and
inbucket images in the UI testing guide fixes no documented-version mismatch and
only adds pins that nothing in this repo keeps current, so restore them to their
previous form. The two `standalone-chrome*` pins stay, they predate this and
exist because of owncloud/core#35444.
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
---------
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>1 parent 317b72a commit a96837a
11 files changed
Lines changed: 38 additions & 27 deletions
File tree
- .github/workflows
- docs
- modules/admin_manual
- examples/installation/docker
- pages
- configuration
- files
- installation
- maintenance
- migrate_owncloud
- upgrading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | | - | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
155 | | - | |
156 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
| |||
201 | 204 | | |
202 | 205 | | |
203 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
204 | 210 | | |
205 | 211 | | |
206 | 212 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments