Skip to content

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

Description

@boukeversteegh
  • 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions