Skip to content

feat(dev): add dedicated gateway:podman task - #2880

Merged
krishicks merged 1 commit into
mainfrom
hicks/push-oyzxnsqrxzrz
Aug 21, 2026
Merged

feat(dev): add dedicated gateway:podman task#2880
krishicks merged 1 commit into
mainfrom
hicks/push-oyzxnsqrxzrz

Conversation

@krishicks

Copy link
Copy Markdown
Collaborator

Summary

Previously, Podman could be selected through automatic driver detection or with mise run gateway -- --driver podman, but it did not have a dedicated task like the Docker and VM drivers.

This adds a gateway:podman task and moves the Podman-specific setup into its own script. The generic gateway task now delegates Podman launches to that script.

Additionally:

Unlike Docker, which rebuilds and bind-mounts the supervisor binary, Podman uses a dev-tagged supervisor image that can become stale. The default Podman supervisor image is therefore rebuilt on each launch.

Related Issue

Changes

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (if applicable)

Previously, Podman could be selected through automatic driver detection or with
`mise run gateway -- --driver podman`, but it did not have a dedicated task
like the Docker and VM drivers.
This adds a gateway:podman task and moves the Podman-specific setup into its
own script. The generic gateway task now delegates Podman launches to that
script.
Additionally:
Unlike Docker, which rebuilds and bind-mounts the supervisor binary, Podman
uses a dev-tagged supervisor image that can become stale. The default Podman
supervisor image is therefore rebuilt on each launch.
Signed-off-by: Kris Hicks <khicks@nvidia.com>
@krishicks
krishicks added this pull request to the merge queueAug 21, 2026
Merged via the queue into main with commit 6c38646Aug 21, 2026
39 checks passed
@krishicks
krishicks deleted the hicks/push-oyzxnsqrxzrz branch August 21, 2026 19:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@krishicks@drew