Currently I need to use multiple docker containers which need to be linked together. I tried using the --link option to set the linked image. In my use-case I don't want to set a fixed name but need to use a variable for the name.
In this case the args parameter is evaluated to "--link null:linkedimage" and the job fails.
Or is there another way to pass dynamic parameters (from variables) to the docker args?
Hi ! This bug is very troubelsome for us and the workarounds does not work in all cases... and are workarounds Would it be possible to change the priority to accelerate the fix please ?
Same issue. I am using a dockerfile agent and there is no way (or I don't know one) to pass environment variables to the "docker build" command. Example:
I have another use case for this. Running builds with nvidia-docker we need to pass NV_GPU= 0,1 at container start ... This does not work with the environment directive