Skip to content

feat: support the service tmpfs key#16

Merged
lesnik512 merged 2 commits into
mainfrom
feat/tmpfs
Jul 8, 2026
Merged

feat: support the service tmpfs key#16
lesnik512 merged 2 commits into
mainfrom
feat/tmpfs

Conversation

@lesnik512

Copy link
Copy Markdown
Member

Accepts tmpfs (string or list of <path>[:<options>], e.g. /tmp:mode=1777), emitted verbatim as podman run --tmpfs <value>. Compose's short syntax maps directly onto podman's own --tmpfs CONTAINER-DIR[:OPTIONS] flag (verified against podman-run docs) — pure pass-through, no translation, no format validation.

Independently reviewed: ready to merge, no Critical/Important findings.

Design/spec: planning/changes/2026-07-08.05-tmpfs.md. architecture/supported-subset.md updated in this PR.

Tests

just test-ci — 98 passed, 100% line coverage. just lint-ci clean.

lesnik512 added 2 commits July 8, 2026 22:23
Compose's tmpfs short syntax (string or list of <path>[:<options>], e.g.
/tmp:mode=1777) maps directly onto podman's own --tmpfs CONTAINER-DIR[:OPTIONS]
flag (confirmed against podman-run docs), so it's a pure pass-through: no
translation, no format validation.
@lesnik512 lesnik512 merged commit 7ddc890 into main Jul 8, 2026
6 checks passed
@lesnik512 lesnik512 deleted the feat/tmpfs branch July 8, 2026 19:34
Sign up for free to 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.

1 participant