chore: rebuild every template-owned file from the templates baseline #7

Merged
gravityfargo merged 3 commits from chore/rebuild-template-baseline into main 2026-07-31 02:11:29 +00:00
Owner

Summary

Full template rebuild: every template-owned file deleted, then common/docker/common-versioning/common-versioning-docker/ re-applied in layer order. Non-template files (Dockerfile, CHANGELOG.md, CONTRIBUTING.md) untouched.

  • Baseline container build/publish set kept (build-version.yml + publish.yml + the reusable test-build.yml / code-quality.yml pair); no docs publisher.
  • checks.yml removed — the template's test-build.yml now carries the pull_request trigger, paths-ignore list and concurrency group it used to hold, and calls code-quality.yml for prettier + hadolint.
  • AGENTS.md and README.md blanked, because common/ ships both as empty stubs.
  • Placeholders substituted per PLACEHOLDERS.md: <image>general-ci, <owner>modernleft. The # docker.io/<dockerhub-owner>/<image> line was dropped rather than substituted — this repo does not publish to Docker Hub, and that line sits inside a | block scalar where # is literal text, so metadata-action would receive it as an image name.

Test plan

  • make pre-commit green locally (hadolint + prettier)
  • CI read to completion on this branch

Do not merge without reviewing the divergences this erases, and note that the branch carries a feat: commit that will cut a release on merge.

## Summary Full template rebuild: every template-owned file deleted, then `common/` → `docker/` → `common-versioning/` → `common-versioning-docker/` re-applied in layer order. Non-template files (`Dockerfile`, `CHANGELOG.md`, `CONTRIBUTING.md`) untouched. - Baseline container build/publish set kept (`build-version.yml` + `publish.yml` + the reusable `test-build.yml` / `code-quality.yml` pair); no docs publisher. - `checks.yml` removed — the template's `test-build.yml` now carries the `pull_request` trigger, `paths-ignore` list and `concurrency` group it used to hold, and calls `code-quality.yml` for prettier + hadolint. - `AGENTS.md` and `README.md` blanked, because `common/` ships both as empty stubs. - Placeholders substituted per `PLACEHOLDERS.md`: `<image>` → `general-ci`, `<owner>` → `modernleft`. The `# docker.io/<dockerhub-owner>/<image>` line was dropped rather than substituted — this repo does not publish to Docker Hub, and that line sits inside a `|` block scalar where `#` is literal text, so metadata-action would receive it as an image name. ## Test plan - [x] `make pre-commit` green locally (hadolint + prettier) - [x] CI read to completion on this branch Do not merge without reviewing the divergences this erases, and note that the branch carries a `feat:` commit that will cut a release on merge.

Commitizen bump preview

Merging this PR will produce the following bump:

bump: version 0.5.0 → 0.6.0
tag to create: 0.6.0
increment detected: MINOR

## 0.6.0 (2026-07-31)

### Feat

- pin pnpm in the image and disable corepack network fetches
<!-- commitizen-bump-preview --> ## Commitizen bump preview Merging this PR will produce the following bump: ``` bump: version 0.5.0 → 0.6.0 tag to create: 0.6.0 increment detected: MINOR ## 0.6.0 (2026-07-31) ### Feat - pin pnpm in the image and disable corepack network fetches ```
gravityfargo force-pushed chore/rebuild-template-baseline from 2aea091d20
All checks were successful
PR Bump Preview / Preview version bump (pull_request) Successful in 4s
to 33ebf4179a
All checks were successful
PR Bump Preview / Preview version bump (pull_request) Successful in 4s
2026-07-31 01:20:20 +00:00
Compare
gravityfargo force-pushed chore/rebuild-template-baseline from 33ebf4179a
All checks were successful
PR Bump Preview / Preview version bump (pull_request) Successful in 4s
to f24c74a041
All checks were successful
PR Bump Preview / Preview version bump (pull_request) Successful in 4s
Test Build / Test build image (pull_request) Successful in 1m43s
Test Build / checks (pull_request) Successful in 4s
Test Build / code-quality (pull_request) Successful in 0s
2026-07-31 01:39:23 +00:00
Compare
gravityfargo deleted branch chore/rebuild-template-baseline 2026-07-31 02:11:29 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ModernLeft/general-ci-image!7
No description provided.