From 59ac90f9933e5de9ba3a448934f3b0038cf5dd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:57:13 +0200 Subject: [PATCH] feat: add oCIS 8.1.0-rc.2 image (release candidate, exact tag only) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit owncloud/ocis will soon tag 8.1.0-rc.2. Add it to the build matrix so CI builds and publishes owncloud/ocis:8.1.0-rc.2 once the upstream git tag exists. The RC carries no floating tags (extra-tags: ""): 8.1/8/latest track the latest stable release and must not be repointed at unreleased RC code. Only 8.1.0-rc.2 and the date-qualified 8.1.0-rc.2-YYYYMMDD tags are published. The version uses upstream's dotted convention (v8.1.0-rc.2). Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .github/workflows/main.yml | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eebf8bd..9915448 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,6 +51,9 @@ jobs: strategy: matrix: release: + - version: "8.1.0-rc.2" + dir: "v8" + extra-tags: "" - version: "8.0.5" dir: "v8" extra-tags: | diff --git a/README.md b/README.md index e145f36..756186f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ docker run --rm \ | Tag | oCIS Version | |-----|-------------| | `8.0.5`, `8.0`, `8` | 8.0.5 (latest stable) | +| `8.1.0-rc.2` | 8.1.0-rc.2 (release candidate — exact tag only, no floating tags) | | `-YYYYMMDD` | Immutable per-build tag (e.g. `8.0.5-20260623`) | ## Rolling Image