Flyto2 Flow v0.1.0 (Superseded)
[!WARNING]
This release is superseded by v0.1.1. Its source reported internal version 0.3.1 and its image supports AMD64 only. Use 0.1.1 for the corrected version contract and native AMD64/ARM64 release.
Flyto2 Flow 0.1.0 is the first versioned self-hosted container release. It bundles the visual workflow builder, local gateway, flyto-core, MCP Studio, Playwright, Chromium, and local SQLite storage.
Run it
docker pull docker.io/flyto2/flow:0.1.0
docker run --detach \
--name flyto-flow \
--init \
--restart unless-stopped \
--shm-size=1g \
--publish 127.0.0.1:9000:9000 \
--volume flyto-flow-data:/data/flyto \
docker.io/flyto2/flow:0.1.0Open http://127.0.0.1:9000.
Release integrity
- Platform:
linux/amd64 - Immutable index digest:
sha256:a7749423eb63eaa4f2a2b39df1ec775aa3380601a81082d8b0248f7b7b4934fa - Health-checked before publication
- Zero open Code Scanning alerts at publication
- Blocking Trivy scan for fixable high and critical findings
- OCI SBOM and provenance attestations included
- Published only by the SemVer tag workflow
What's Changed
- Refactor synchronization validator complexity by @ChesterHsu in #16
- docs: define connection injection contract by @ChesterHsu in #17
- docs: document first-run workflow starters by @ChesterHsu in #18
- ci: publish Flyto2 Flow container releases by @ChesterHsu in #19
- docs: generate source reference inventory by @ChesterHsu in #20
- docs: publish the Docker Hub product overview by @ChesterHsu in #21
- Fix release image vulnerability gate by @ChesterHsu in #22
New Contributors
- @ChesterHsu made their first contribution in #16
Full Changelog: https://github.com/flytohub/flyto-flow/commits/v0.1.0