sebaspf
sebaspf
Updating the Docker CLI completion ( `curl -L https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -o /usr/share/bash-completion/completions/docker` ) did the tirck while waiting for https://github.com/docker/cli/pull/3429 become releesed (v20.10.17?).
Hi @89luca89, I could, but this will build all images again. That is exactly what I want to prevent as the images where already build and pushed in an earlier...
Is there some progress on this issue? My use case is that I need the exact same Deployment more than once but with different env vars. I tried two alternatives:...