Skip to content

Commit

Permalink
Fix kubebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Sep 3, 2019
1 parent 0d844e4 commit d3d5ce4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubebuilder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM golang:1.11
FROM golang:1.12

RUN go get github.com/golang/dep/cmd/dep && \
go get sigs.k8s.io/kustomize/v3/cmd/kustomize && \
go get golang.org/x/lint/golint

RUN curl -sSL https://github.com/kubernetes-sigs/kustomize/releases/download/v3.1.0/kustomize_3.1.0_linux_amd64 -o /usr/local/bin/kustomize && \
chmod +rx /usr/local/bin/kustomize

ENV KUBEBUILDER_VERSION=1.0.6

RUN curl -L -O "https://github.com/kubernetes-sigs/kubebuilder/releases/download/v${KUBEBUILDER_VERSION}/kubebuilder_${KUBEBUILDER_VERSION}_linux_amd64.tar.gz" && \
Expand Down

0 comments on commit d3d5ce4

Please sign in to comment.