Skip to content

Commit 099418b

Browse files
Sync 'kserve/main' into 'odh/main' (#82)
* feat: Make container build engine configurable (#87) chore: Allow to run make goals provinding the desired Container Enginer builder tool, e.g. `ENGINE=podman make build` Signed-off-by: Spolti <[email protected]> * chore: Update dependencies chore: Update dependencies Signed-off-by: Spolti <[email protected]> * chore: Update dependencies (#97) chore: Fixes the following CVEs: CVE-2023-45288 - Non-linear parsing of case-insensitive content in golang.org/x/net/html CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto #### Motivation #### Modifications #### Result Signed-off-by: Spolti <[email protected]> --------- Signed-off-by: Spolti <[email protected]> Signed-off-by: Brett Thompson <[email protected]> Co-authored-by: Filippe Spolti <[email protected]>
1 parent 5e61286 commit 099418b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
# make builder configurable, default to docker.
1616
ENGINE ?= docker
1717

18+
# make builder configurable, default to docker.
19+
ENGINE ?= docker
20+
1821
# collect args from `make run` so that they don't run twice
1922
ifeq (run,$(firstword $(MAKECMDGOALS)))
2023
RUN_ARGS := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))

0 commit comments

Comments
 (0)