feat(classes.dockerfile): support using a local base image as a build context in buildx commands

This commit is contained in:
2026-02-06 15:05:46 +00:00
parent 907048fa87
commit 31fb4aea3c
3 changed files with 18 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-06 - 1.10.0 - feat(classes.dockerfile)
support using a local base image as a build context in buildx commands
- Adds --build-context flag mapping base image to docker-image://<localTag> when localBaseImageDependent && localBaseDockerfile are set
- Appends the build context flag to both single-platform and multi-platform docker buildx commands
- Logs an info message indicating the local build context mapping
## 2026-02-06 - 1.9.0 - feat(build)
add verbose build output, progress logging, and timing for builds/tests