You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using "dockerized --build run ..."
As far as I understand I'm currently not able to pass some "--build" parameters to this command (?) https://docs.docker.com/engine/reference/commandline/compose_build/
For example --no-cache and --pull would be quite nice for my workflow.
As far as I understand I'm currently not able to do an "only-build" execution instead of
"build + run" (?)
I have a local base image as dependency for my final image.
If I execute "dockerized --build run ..." this will (obviously) be executed, while I would only need it to be built.
Workaround is to use "docker compose build ...." instead, which leads to a mix of "dockerized" and "docker compose" - commands in my workflow.
Originally posted by @danielrolfes2307 in #50 (comment)
The text was updated successfully, but these errors were encountered: