Skip to content

Gantry 0.10.0

Choose a tag to compare

@andrewkomkov andrewkomkov released this 08 Jun 20:18
· 21 commits to main since this release

Drag-and-drop Dockerfile builds across all engines (Docker local, Docker over SSH, apple/container).

  • Drop a Dockerfile on the window — or use Docker > Build Image from Dockerfile…, or Open With > Gantry — to open a Build Image sheet: pick the target host, tag, context, build args, target stage and cache option, then watch the build log stream live.
  • Real Docker daemon hosts (local and over SSH) now build via a proper /build tar upload that honours .dockerignore and streams the daemon's progress.
  • apple/container keeps its CLI build path.
  • The Compose runner gains daemon-host builds for free.