Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra --build arguments: --pull and --no-cache #52

Open
boukeversteegh opened this issue Jul 10, 2023 · 0 comments
Open

Extra --build arguments: --pull and --no-cache #52

boukeversteegh opened this issue Jul 10, 2023 · 0 comments

Comments

@boukeversteegh
Copy link
Contributor

boukeversteegh commented Jul 10, 2023

  • 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.

How do you feel about these points? :)

Regards,
Daniel

Originally posted by @danielrolfes2307 in #50 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant