Skip to content

Commit

Permalink
Upgrade Kubernetes version 1.26.4 and go version 1.20.12 (#1042)
Browse files Browse the repository at this point in the history
Signed-off-by: Syulin7 <[email protected]>
  • Loading branch information
Syulin7 committed Feb 22, 2024
1 parent 0a7501c commit d648a2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Create a go runtime for building arena

ARG GOLANG_VERSION=1.20.12
ARG KUBE_VERSION=v1.23.0
ARG KUBE_VERSION=v1.26.4
ARG HELM_VERSION=v3.7.2
ARG VERSION=v0.3.0-rc
ARG OS_ARCH=linux-amd64
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ notebook-image:
.PHONY: build-pkg
build-pkg:
docker rm -f arena-pkg || true
docker build --build-arg "KUBE_VERSION=v1.23.0" \
docker build --build-arg "KUBE_VERSION=v1.26.4" \
--build-arg "HELM_VERSION=v3.7.2" \
--build-arg "COMMIT=${GIT_SHORT_COMMIT}" \
--build-arg "VERSION=${VERSION}" \
--build-arg "OS_ARCH=${OS_ARCH}" \
--build-arg "GOLANG_VERSION=1.18" \
--build-arg "GOLANG_VERSION=1.20.12" \
--build-arg "TARGET=cli-${OS_ARCH}" \
-t arena-build:${VERSION}-${GIT_SHORT_COMMIT}-${OS_ARCH} -f Dockerfile.build .
docker run -itd --name=arena-pkg arena-build:${VERSION}-${GIT_SHORT_COMMIT}-${OS_ARCH} /bin/bash
Expand Down

0 comments on commit d648a2a

Please sign in to comment.