Skip to content

Conversation

@YShoji-HEP
Copy link

Description of the Pull Request (PR):

In the "Overlay embedded in SIF" section, the original command

$ echo "test" | {command} exec /tmp/nginx.sif sh -c "cat > /var/cache/nginx/test"

does not work because an overlay image is mounted readonly by default.
It is fixed as

$ echo "test" | {command} exec --writable /tmp/nginx.sif sh -c "cat > /var/cache/nginx/test"

@DrDaveD
Copy link
Contributor

DrDaveD commented Jul 29, 2025

You're right. I wonder how that slipped through.

Thanks for the contribution. We need all commits done with git commit -s, though, to signify the Developer Certificate of Origin. So please re-create the commit with git reset HEAD^1, git commit -s, and git push -f.

Signed-off-by: Yutaro Shoji <yshoji.hep@gmail.com>
@YShoji-HEP
Copy link
Author

Thanks for pointing that out. I'll re-create the commit with -s as requested and force-push shortly.

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.

2 participants