Skip to content

Automation/tooling support for building a local Dockerfile as a 'base image' #125

@baronfel

Description

@baronfel

One of our escape hatches for users that have a need to customize their base image with RUN commands (or any other functionality that we can't support) is to put just those customizations in a Dockerfile and then build and use that. It would be nice if we had a smooth, documented pathway to making that happen in the easy cases.

We might need to support:

  • invoking a build of a Dockerfile
  • in a given Docker build context,
  • with Build Args and
  • a tagged image name

in a seamless manner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: IntegrationsWork done to integrate with other tools, especially IDE toolingArea: TaskPartner requestThings that internal or external teams have explicitly requested

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions