Skip to content

Flagpost v1.1.1 — Versioned images & compose fix

Choose a tag to compare

@tbcsec tbcsec released this 26 Jul 14:27
· 100 commits to main since this release
0727f16

A small patch on the heels of v1.1.0:

  • Version-tagged images: every release now publishes pinned images to GHCR — ghcr.io/tbcsec/flagpost-{backend,frontend}:v1.1.1 (and :latest). The frontend is built in same-origin mode (no baked-in domain), so one image works behind any single-origin proxy — pull by tag instead of building from source. See the README's "Versioned images" section.
  • Fix: a fresh docker compose up crash-looped the backend when DEMO_MODE was unset (empty string isn't a valid bool). Now defaults to false.

What's Changed

🚀 Features

  • feat(deploy): version-tagged release images + same-origin frontend mode by @tbcsec in #54

Full Changelog: v1.1.0...v1.1.1