Skip to content

docs(ospo): community health rollout v2 — README, agents.md, health files#29

Merged
DeepDiver1975 merged 2 commits into
masterfrom
ospo/community-health-v2
Jul 6, 2026
Merged

docs(ospo): community health rollout v2 — README, agents.md, health files#29
DeepDiver1975 merged 2 commits into
masterfrom
ospo/community-health-v2

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Contributor

Incorporate the Kiteworks OSPO community health rollout v2 (adapted from owncloud-docker/server#637) into the owncloud/ocis image repository.

Changes

  • README.md: append Community & Support, Contributing, Security and About the ownCloud OSPO sections plus License + OSPO badges (additive — existing content kept since the README is synced to Docker Hub)
  • agents.md: new AI-agent context file describing the multi-stage build, rolling image, CI and OSPO policy
  • CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md, SUPPORT.md: new community health files

License is Apache-2.0 — already the OSPO's ecosystem-wide migration target, so no relicensing required. No CHANGELOG.md added (this repo has none by convention). No workflow changes (GitHub Actions live SHA-pinned in owncloud-docker/ubuntu's reusable workflows).

🤖 Generated with Claude Code

DeepDiver1975 added a commit to owncloud-docker/.github that referenced this pull request Jul 6, 2026
Convert the ordered list in the Repository Overview to a bullet list so the
continuation lines align at an even column (multiple of 2), consistent with
the org's editorconfig convention and matching the fix applied to
owncloud-docker/ocis#29.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Signed-off-by: Thomas Müller <[email protected]>

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: docs are fine; the PR body is wrong about main.yml, and that main.yml change is what's failing CI.

main.yml — contradicts the PR description:

  • PR body says "No workflow changes." False. This PR's .github/workflows/main.yml diff is byte-identical to PR 28's (9915448..6bd1fbc): it promotes 8.1.0-rc.28.1.0 and moves the 8 floating tag onto 8.1.0. That's the 8.1.0-image change, unrelated to the OSPO health rollout, and it does not belong in a docs PR.
  • CI failure is caused by exactly that: build (8.1.0) / build (amd64) fails at git clone --branch v8.1.0 … fatal: Remote branch v8.1.0 not found in upstream origin (exit 128, at CI run time 07:01Z; upstream GA tag landed later at 08:25Z). The 4 CANCELLED + 2 SKIPPED are fail-fast matrix siblings / downstream. Same failure as PR 28.

Requested changes:

  • Drop the main.yml change from this PR — it duplicates/conflicts with PR 28 (whichever lands first breaks the other's merge) and it's off-topic for a docs rollout. Fix the PR body's "no workflow changes" claim too.
  • After that, this PR is docs-only (README sections + badges, agents.md, CODE_OF_CONDUCT/CONTRIBUTING/SECURITY/SUPPORT) and CI should be green.

Docs content itself: reads well, additive, no CHANGELOG (correct per repo convention). No objection to the docs.

🤖 Generated with Claude Code

DeepDiver1975 and others added 2 commits July 6, 2026 10:55
…iles

Incorporate the Kiteworks OSPO community health rollout v2 (adapted from
owncloud-docker/server#637) into this repository, with all repo-specific
facts adjusted for the oCIS build-from-source image repo.

- README.md: append Community & Support, Contributing, Security and About
  the ownCloud OSPO sections plus License and OSPO badges (additive — the
  existing Docker reference is kept since it is synced to Docker Hub)
- agents.md: new AI-agent context file describing the multi-stage build,
  rolling image, CI and OSPO policy
- CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md, SUPPORT.md: new community
  health files

License is Apache-2.0 — already the OSPO's ecosystem-wide migration target,
so no relicensing is required. This repo has no CHANGELOG.md by convention,
so none was added.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Signed-off-by: Thomas Müller <[email protected]>
The lint-editorconfig CI check failed: the numbered sub-list under the
Dockerfile build description had continuation lines padded to 7 spaces, which
is not a multiple of the repo's `indent_size = 2`. Convert the numbered
sub-list to a bullet sub-list so continuation lines align at an even column,
matching the pattern used in owncloud-docker/server/agents.md.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Signed-off-by: Thomas Müller <[email protected]>
@DeepDiver1975 DeepDiver1975 force-pushed the ospo/community-health-v2 branch from 465a735 to f118480 Compare July 6, 2026 08:56
@DeepDiver1975 DeepDiver1975 merged commit 3ea0060 into master Jul 6, 2026
10 checks passed
@DeepDiver1975 DeepDiver1975 deleted the ospo/community-health-v2 branch July 6, 2026 10:06
DeepDiver1975 added a commit to owncloud-docker/.github that referenced this pull request Jul 6, 2026
…LICENSE (#2)

* docs(ospo): community health rollout v2 — org-wide defaults, README, LICENSE

Apply the Kiteworks OSPO community health rollout v2 to the organisation
`.github` repository. Because this is the org meta-repo, the health files are
added at the repo root to serve as organisation-wide defaults for every
`owncloud-docker` repository that does not ship its own copy.

- LICENSE: adopt Apache-2.0 (the OSPO ecosystem-wide migration target) — the
  repo previously had no license
- README.md: OSPO v2 rewrite for a meta-repo — community-health-defaults
  section, Community & Support, Contributing, Security, About the ownCloud OSPO,
  License; plus License and OSPO badges. IMAGE-LIFECYCLE link preserved
- agents.md: AI-agent context file describing the meta-repo and how the
  org-wide health-file defaults resolve
- CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md, SUPPORT.md: org-wide default
  community health files (CONTRIBUTING adapted for a meta-repo)

No build system or CHANGELOG is added — neither belongs in this repo.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Signed-off-by: Thomas Müller <[email protected]>

* fix(ospo): satisfy editorconfig indent rule in agents.md

Convert the ordered list in the Repository Overview to a bullet list so the
continuation lines align at an even column (multiple of 2), consistent with
the org's editorconfig convention and matching the fix applied to
owncloud-docker/ocis#29.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Signed-off-by: Thomas Müller <[email protected]>

---------

Signed-off-by: Thomas Müller <[email protected]>
Co-authored-by: Claude Opus 4.8 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant