Unable to create anonymous volumes with --mount #13756
Labels
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
Steps to reproduce the issue:
When running a tool which is provided as a Docker image (in my case, jetbrains/qodana-gradle-plugin)
The tool attempts to start a container with an anonymous volume mount:
--mount type=volume,dst=/data/project/.gradle
The full command executed is:
Describe the results you received:
Podman reports:
Describe the results you expected:
The container is created with an anonymous volume
Additional information you deem important (e.g. issue happens only occasionally):
This has been reported against Qodana in https://youtrack.jetbrains.com/issue/QD-2325
I have a local fix for this issue and intend to raise a PR for it shortly.
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: