Skip to content

Commit

Permalink
Update libraries in the build image (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv committed Sep 13, 2019
1 parent c8e2b9a commit 82d4e0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ IMAGE_NAME := $(BIN)

IMAGE := $(REGISTRY)/$(IMAGE_NAME)

BUILD_IMAGE ?= kanisterio/build:v0.0.4
BUILD_IMAGE ?= kanisterio/build:v0.0.5
DOCS_BUILD_IMAGE ?= kanisterio/docker-sphinx

DOCS_RELEASE_BUCKET ?= s3://docs.kanister.io
Expand Down
2 changes: 1 addition & 1 deletion build/local_kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export MINIKUBE_HOME=$HOME
export CHANGE_MINIKUBE_NONE_USER=true
export KUBECONFIG=$HOME/.kube/config
export KUBE_VERSION=${KUBE_VERSION:-"v1.13.7"}
export KIND_VERSION=${KIND_VERSION:-"v0.4.0"}
export KIND_VERSION=${KIND_VERSION:-"v0.5.1"}
export LOCAL_CLUSTER_NAME=${LOCAL_CLUSTER_NAME:-"kanister"}
declare -a REQUIRED_BINS=( docker jq go )

Expand Down
4 changes: 2 additions & 2 deletions docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN apk add --update --no-cache ca-certificates bash git docker jq \

COPY --from=bitnami/kubectl:1.13.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/

COPY --from=goreleaser/goreleaser:v0.115.0 /bin/goreleaser /usr/local/bin/
COPY --from=goreleaser/goreleaser:v0.116.0 /bin/goreleaser /usr/local/bin/

RUN wget -O /usr/local/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.4.0/kind-linux-amd64 \
RUN wget -O /usr/local/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.5.1/kind-linux-amd64 \
&& chmod +x /usr/local/bin/kind

ENV CGO_ENABLED=0 \
Expand Down

0 comments on commit 82d4e0e

Please sign in to comment.