Files
kamal/lib/kamal/commands/builder
Mike Dalessio 2127f1708a feat: Introduce a build dev command
which will build a "dirty" image using the working directory.

This command is different from `build push` in two important ways:

- the image tags will have a suffix of `-dirty`
- the export action is "docker", pushing to the local docker image store

The command also supports the `--output` option just added to `build
push` to override that default.

This command is intended to allow developers to quickly iterate on a
docker image built from their local working directory while avoiding
any confusion with a pristine image built from a git clone, and
keeping those images on the local dev system by default.
2025-01-20 18:52:21 -05:00
..
2025-01-20 18:52:21 -05:00
2024-10-07 15:46:04 +09:00
2025-01-17 07:14:31 -07:00
2024-08-29 08:45:48 +01:00