Skip to content

v0.2.0 — Docker Infrastructure

Choose a tag to compare

@mcansem mcansem released this 19 Jul 22:58
4cc1606

Second release of the infra repository: Docker management foundation via Portainer.

Added

  • Portainer CE server stack (docker/portainer/docker-compose.yml) — deployed once on the management host (AWS EC2, per the Short Term roadmap)
  • Portainer Agent stack (docker/portainer/agent-compose.yml) — deployed on each remote Docker host to be managed, fulfilling the "one Portainer instance manages multiple hosts" requirement
  • Both images pinned to 2.39.5-alpine (required for a working Docker healthcheck — the default scratch-based image ships no shell/wget)
  • docker/README.md documenting the per-concern stack layout and deploy steps

Fixed

  • markdownlint CI failures (fenced code block languages, heading structure, CHANGELOG/spec doc rule tuning)

What's next

v0.3.0 — CI/CD (Jenkins in Docker, declarative pipeline: GitHub → Build → Docker Build → Deploy via SSH).

Full changelog: CHANGELOG.md