-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scripts): Remove
--build-context
options from docker build
This works around [1]. The removal should not be a performance issue as the contexts are named after the stages, which should have been built anyway. Also see [2] which states that "When Dockerfile defines a stage with the same name it is overwritten", in other words without the explicit context the stage is used. [1]: https://codeberg.org/devthefuture/dockerfile-x/issues/4 [2]: https://docs.docker.com/reference/cli/docker/buildx/build/#build-context Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
bffec69
commit 5792b47
Showing
1 changed file
with
0 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters