Skip to content

Commit ffb1972

Browse files
docs: fix outdated tags, env-vars wording, and copyright year (#636)
Update the README to match the actual build configuration in .github/workflows/main.yml: - Replace stale Docker tag list (10.16.2, 10.16.1, 10.15.3) with the tags actually built: 10.16.3, 10.16, 10, latest - Reword "Environment variables: None" to point at the inherited base-image variables instead - Bump copyright year to 2022-2026 in README and LICENSE Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f18fddf commit ffb1972

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022 ownCloud GmbH
1+
Copyright (c) 2022-2026 ownCloud GmbH
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ ownCloud is an open-source file sync, share and content collaboration software t
2929

3030
## Docker Tags and respective Dockerfile links
3131

32-
- [`10.16.2`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.2`
33-
- [`10.16.1`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.1`
34-
- [`10.15.3`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.15.3`
32+
- [`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`
3533
- [`11.0.0-prealpha`](https://github.com/owncloud-docker/server/blob/master/v24.04/Dockerfile.multiarch) available as `owncloud/server:11.0.0-prealpha`
3634

3735
## Default volumes
@@ -60,7 +58,9 @@ command: ["/usr/bin/owncloud", "occ", "wnd:listen", "myhost", "myshare", "myuser
6058
6159
## Environment variables
6260
63-
None
61+
This image defines no environment variables of its own. Configuration is done
62+
through the variables inherited from the base images linked under
63+
[Inherited environments](#quick-reference) above.
6464
6565
## License
6666
@@ -69,5 +69,5 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
6969
## Copyright
7070
7171
```Text
72-
Copyright (c) 2022 ownCloud GmbH
72+
Copyright (c) 2022-2026 ownCloud GmbH
7373
```

0 commit comments

Comments
 (0)