Skip to content

Allow Local Builds of Images from ContainerfileΒ #1397

@wbrawner

Description

@wbrawner

Is your feature request related to a problem? Please describe.
I don't necessarily want to have to push my development images to a remote registry.

Describe the solution you'd like
It would be more convenient to simply provide a Containerfile in a repository alongside the source code that contributors could use to build a local image. toolbox create could then offer functionality to use this Containerfile instead of needing an image name.

Describe alternatives you've considered
One can just run podman create prior to running toolbox create, though it would be nice to have toolbox handle that automatically.

Additional context
VS Code has development containers that allow for maintainers to ship Dockerfiles alongside their code, so that contributors don't need to spend time configuring their machines with the necessary dependencies in order to be able to contribute code. Dev containers configure much more than the container images though, such as VS Code extensions and forwarded ports, and they aren't as tightly integrated with the desktop environment, so they aren't a great substitute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    1. Feature requestA request for a new feature2. Host RealmThe issue is related to what happens on the host machine where Toolbox is executed5. Good First IssueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions