Skip to content

Add option to generate container image using ARG and ONBUILD #17

@ivotron

Description

@ivotron

Having builders generate images from a host's folder is useful for dealing with fast iterative dev cycles. However we'd like to be able to generate self-contained images that can be automatically built (e.g. put in dockerhub as automated builds). This can be achieved by using ARG on Dockerfiles so we can decide whether to build everything at image build time, or to defer to building at the enrypoint stage

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