This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
ReleasePort's take
Light signalRelease v0.1.4 defaults to using prebuilt Docker images from GHCR, removing the need for local builds via git clone.
Why it matters: Install time drops from ~5 minutes to ~30 seconds when upgrading from v0.1.3; users pulling the image replace previous build steps.
Summary
AI summaryPrebuilt Docker images are now used by default, eliminating the need to clone and build locally.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | Medium |
`docker-compose.yml` now uses prebuilt image by default (was: `build: .`). `docker-compose.yml` now uses prebuilt image by default (was: `build: .`). Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Prebuilt Docker image published to GHCR on every release. Prebuilt Docker image published to GHCR on every release. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
New GitHub Actions workflow builds and pushes the Docker image automatically on git tag push. New GitHub Actions workflow builds and pushes the Docker image automatically on git tag push. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
`docker-compose.local.yml` override for developers to build from source. `docker-compose.local.yml` override for developers to build from source. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
README updated in English and Spanish; no `git clone` required for end users. README updated in English and Spanish; no `git clone` required for end users. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Performance | Medium |
Install time reduced from ~5 minutes to ~30 seconds. Install time reduced from ~5 minutes to ~30 seconds. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Deprecation | Medium |
Drop-in upgrade from v0.1.3; users running with `git clone + docker compose up -d` pull the image instead of building. Drop-in upgrade from v0.1.3; users running with `git clone + docker compose up -d` pull the image instead of building. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Deprecation | Low |
Upgrade from v0.1.3 is a drop‑in change; users previously cloning now pull the prebuilt image instead of building locally. Upgrade from v0.1.3 is a drop‑in change; users previously cloning now pull the prebuilt image instead of building locally. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
| Bugfix | Medium |
`.env.example` simplified and adds `COMPOSE_FILE` toggle for dev mode. `.env.example` simplified and adds `COMPOSE_FILE` toggle for dev mode. Source: llm_adapter@2026-05-21 Confidence: high |
— |
Full changelog
End users no longer need to clone the repo or build locally. Closes #5 (reported by @TheXRMonk).
Added
- Prebuilt Docker image published to GHCR on every release:
ghcr.io/rgjorge/containerflow:latestghcr.io/rgjorge/containerflow:v0.1.4ghcr.io/rgjorge/containerflow:0.1.4ghcr.io/rgjorge/containerflow:0.1
- New GitHub Actions workflow (
.github/workflows/docker-release.yml) that builds + pushes the image automatically on every git tag push. docker-compose.local.ymloverride for developers who want to build from source.
Changed
docker-compose.ymlnow uses the prebuilt image by default (was:build: .)..env.examplesimplified + addsCOMPOSE_FILEtoggle for dev mode.- README EN + ES quick-start: no
git clonerequired for end users.
Quick start (new flow)
curl -O https://raw.githubusercontent.com/RGJorge/ContainerFlow/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/RGJorge/ContainerFlow/main/.env.example
cp .env.example .env
docker compose up -d
Install time: ~5 minutes → ~30 seconds.
Building from source (devs)
If you cloned the repo and modified code, uncomment COMPOSE_FILE=docker-compose.yml:docker-compose.local.yml in your .env, then docker compose up -d --build.
Compatibility
Drop-in upgrade from v0.1.3. Users running with git clone + docker compose up -d keep working — they'll just pull the image instead of building.
Full Changelog: https://github.com/RGJorge/ContainerFlow/compare/v0.1.3...v0.1.4
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About RGJorge/containerflow
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]