Update test image and binaries
This commit is contained in:
parent
991f95f6bf
commit
73be06960e
6 changed files with 9 additions and 10 deletions
|
|
@ -56,7 +56,7 @@ RUN curl -L https://storage.googleapis.com/etcd/${ETCD_VERSION}/etcd-${ETCD_VERS
|
|||
&& rm -rf /tmp/etcd-download
|
||||
|
||||
# install go
|
||||
ENV GO_VERSION 1.12.5
|
||||
ENV GO_VERSION 1.12.6
|
||||
ENV GO_TARBALL "go${GO_VERSION}.linux-amd64.tar.gz"
|
||||
RUN wget -q "https://storage.googleapis.com/golang/${GO_TARBALL}" && \
|
||||
tar xzf "${GO_TARBALL}" -C /usr/local && \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ all: docker-build docker-push
|
|||
docker-build:
|
||||
$(DOCKER) build \
|
||||
--pull \
|
||||
--build-arg K8S_RELEASE=v1.14.1 \
|
||||
--build-arg K8S_RELEASE=v1.15.0 \
|
||||
--build-arg ETCD_VERSION=v3.3.12 \
|
||||
-t $(IMAGE):$(TAG) .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue