From 6124ab019804e7364c14e2968ed15a661eb99c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:10:54 +0200 Subject: [PATCH] docs: fix outdated tags, env-vars wording, and copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- LICENSE | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 1d9cf58..5a87d46 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 ownCloud GmbH +Copyright (c) 2022-2026 ownCloud GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 94ad846..b85c92a 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,7 @@ ownCloud is an open-source file sync, share and content collaboration software t ## Docker Tags and respective Dockerfile links -- [`10.16.2`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.2` -- [`10.16.1`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.1` -- [`10.15.3`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.15.3` +- [`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` ## Default volumes @@ -60,7 +58,9 @@ command: ["/usr/bin/owncloud", "occ", "wnd:listen", "myhost", "myshare", "myuser ## Environment variables -None +This image defines no environment variables of its own. Configuration is done +through the variables inherited from the base images linked under +[Inherited environments](#quick-reference) above. ## License @@ -69,5 +69,5 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu ## Copyright ```Text -Copyright (c) 2022 ownCloud GmbH +Copyright (c) 2022-2026 ownCloud GmbH ```