Podman loses env-var values on commit
#3132
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I'm using the nvidia-container-runtime-hook, and I notice that podman is losing environment variable information when I try to commit images.
Since the hook uses these to operate, you can't run any CUDA image you commit. I tried to use the
-c ENV
flag as a workaround, but I think that may have the same problem.Steps to reproduce the issue:
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
Physical
The text was updated successfully, but these errors were encountered: