feat(podman): honor OCI image working directories - #2563
Open
matthewgrossman wants to merge 1 commit into
Open
Conversation
matthewgrossman
requested review from
a team,
derekwaynecarr,
maxamillion and
mrunalp
as code owners
July 30, 2026 21:01
|
🌿 Preview your docs: https://nvidia-preview-pr-2563.docs.buildwithfern.com/openshell |
7 tasks
Signed-off-by: Matthew Grossman <mgrossman@nvidia.com>
matthewgrossman
force-pushed
the
feat/2526-oci-working-dir-podman/matthewgrossman
branch
from
July 30, 2026 22:58
27deaf6 to
a7e1ee7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extend the Docker/shared OCI working-directory support from #2530 to the Podman driver. Podman validates the original immutable image before its workspace volume masks the OCI workdir, then launches the sandbox at the validated path without expanding the image user's filesystem authority.
This PR is conventionally stacked on #2530 and should be reviewed after that Docker/shared base.
Related Issue
Part of #2526
Changes
Testing
mise run pre-commitpassescargo test -p openshell-driver-podman -p openshell-driver-docker -p openshell-supervisor-process -p openshell-sandboxpassescargo test -p openshell-server --features test-supportpassesChecklist