Skip to content

Commit

Permalink
Sync 'kserve/main' into 'odh/main' (#82)
Browse files Browse the repository at this point in the history
* 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  (kserve#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]>
  • Loading branch information
brettmthompson and spolti authored Feb 20, 2025
1 parent 5e61286 commit 099418b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# make builder configurable, default to docker.
ENGINE ?= docker

# make builder configurable, default to docker.
ENGINE ?= docker

# collect args from `make run` so that they don't run twice
ifeq (run,$(firstword $(MAKECMDGOALS)))
RUN_ARGS := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
Expand Down

0 comments on commit 099418b

Please sign in to comment.