Skip to content

Conversation

@jmgilman
Copy link
Collaborator

@jmgilman jmgilman commented Jan 4, 2026

Summary

  • Remove images/systemd/ and images/dind/ directories and all CI/CD, release, and documentation references
  • Simplify the container image strategy to only publish the base image variant

Changes

Deleted:

  • images/systemd/ directory (Dockerfile, CHANGELOG.md, .trivyignore)
  • images/dind/ directory (Dockerfile, CHANGELOG.md, .trivyignore)

Updated CI/CD:

  • .github/workflows/images.yml - Removed systemd/dind tag triggers, lint matrix entries, variants, outputs, and case handling
  • .github/workflows/security-scan.yml - Updated matrix to only include base

Updated Build Config:

  • docker-bake.hcl - Removed systemd/dind targets, updated default group
  • justfile - Removed build-systemd, build-dind tasks and hadolint entries

Updated Release Config:

  • release-please-config.json - Removed images/systemd and images/dind packages
  • .release-please-manifest.json - Removed systemd/dind version entries

Updated Documentation:

  • docs/docs/reference/images/overview.md - Rewrote to only document base image
  • docs/docs/reference/configuration.md - Removed variant references
  • RELEASE.md - Updated component table, examples, and troubleshooting sections

Updated Code:

  • internal/config/config.go - Removed variant comment

Test plan

  • just check passes (format, lint, test)
  • hadolint images/base/Dockerfile passes
  • CI workflows pass

🤖 Generated with Claude Code

Current behavior:
Three container image variants were published: base, systemd (with init
system), and dind (with Docker-in-Docker). The systemd and dind variants
added complexity to CI/CD, release management, and documentation.

New behavior:
Only the base image variant is published. Removed:
- images/systemd/ and images/dind/ directories
- CI workflow matrix entries for systemd/dind
- Release-please configuration for systemd/dind components
- Docker Bake targets for systemd/dind
- Documentation references to systemd/dind variants

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
headjack 2eec933 Commit Preview URL

Branch Preview URL
Jan 04 2026, 11:23 PM

@jmgilman jmgilman merged commit f194e0e into master Jan 4, 2026
8 checks passed
@jmgilman jmgilman deleted the refactor/remove-systemd-dind-images branch January 4, 2026 23:27
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.

2 participants