-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add azcopy and k8s-tools + some minor improvements
- only push images if Dockerfile or bake-file changed - higher cache consistency by using `FROM base` only where necessary - otherwise use same image as base image (currently `buildpack-deps`) - get git-lfs bin from github release to fix arm64 crit vuln. - remove some outdated default args, rely on bake-file - better readability by use more consistent syntax - replace /usr/local/bin with new build-arg PATH_LOCAL_BINS
- Loading branch information
Showing
4 changed files
with
173 additions
and
87 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
"assumeyes", | ||
"automake", | ||
"azcliextensions", | ||
"azcopy", | ||
"basepath", | ||
"binfmt", | ||
"binutils", | ||
|
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
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
Oops, something went wrong.