Bump curl and Go version (#10503)
* Bump curl and Go version * Add NGINX BAse image scanning * Try again
This commit is contained in:
parent
3732fc6ab6
commit
8b53cabe03
26 changed files with 360 additions and 240 deletions
|
|
@ -78,7 +78,7 @@ fi
|
|||
|
||||
if [ "${SKIP_IMAGE_CREATION:-false}" = "false" ]; then
|
||||
if ! command -v ginkgo &> /dev/null; then
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.5
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.0
|
||||
fi
|
||||
echo "[dev-env] building image"
|
||||
make -C ${DIR}/../../ clean-image build image
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ fi
|
|||
|
||||
if [ "${SKIP_E2E_IMAGE_CREATION}" = "false" ]; then
|
||||
if ! command -v ginkgo &> /dev/null; then
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.5
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.0
|
||||
fi
|
||||
|
||||
echo "[dev-env] .. done building controller images"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue