dockerfile-json
dockerfile-json copied to clipboard
Flag value not available for flag mount and network
Hello,
I found that flags are available, but without the flag values.
for example "RUN --network=host ..." FlagsUsed is set to "network" but flag value "host" is not set.
Same problem with --mount flag.
https://docs.docker.com/engine/reference/builder/#run---mount
Regards