Feature Request: Add --resolve-image option to docker stack deploy #9380
Replies: 17 comments
-
Same issue with my cluster, waiting this to use integrated deploy in Portainer. |
Beta Was this translation helpful? Give feedback.
-
@deviantony coming from #1577, this issue a request to disable image resolving on stack deploy, and claims that this already happens because |
Beta Was this translation helpful? Give feedback.
-
From what I read online I believe that |
Beta Was this translation helpful? Give feedback.
-
this will be a great addition for rpi swarm clusters. |
Beta Was this translation helpful? Give feedback.
-
I believe that we can add a new field to the stack creation form (API >= 1.30 and Swarm mode only) with a dropdown defaulting to always. |
Beta Was this translation helpful? Give feedback.
-
Wish in 1.20.0 |
Beta Was this translation helpful? Give feedback.
-
Any idea when this feature will be included? |
Beta Was this translation helpful? Give feedback.
-
Please stop posting "+1". There are GitHub reactions like the thumbs-up for that. The problem with your +1 is that people subscribed to this thread get a notification for every +1. Sorry to everybody getting a notification for my post . On the other hand, +1 from me for --resolve-image too 😄 |
Beta Was this translation helpful? Give feedback.
-
@deviantony had it been added? I think that being able to pilot the deploy options would be nice (e.g. |
Beta Was this translation helpful? Give feedback.
-
Are there any news ? |
Beta Was this translation helpful? Give feedback.
-
Any update on this? I need this like right now as it is breaking our dev environments on Mac and this is the only solution. Is it really that hard to add an option with a dropdown? |
Beta Was this translation helpful? Give feedback.
-
Hello,
Would it be possible to add the option --resolve-image to the docker stack deploy command?
This option is used to:
Query the registry to resolve image digest and supported platforms (“always”|”changed”|”never”) and has "always" as default.
However I need it to be set to "never" for deploying images on my raspberry pi (arm) docker swarm cluster.
Documentation: https://docs.docker.com/engine/reference/commandline/stack_deploy/
Beta Was this translation helpful? Give feedback.
All reactions