Skip to content
Snippets Groups Projects
Commit 8075b9af authored by nimrod's avatar nimrod
Browse files

Something to test/ deploy to Kubernetes.

parent 6b84e342
No related branches found
No related tags found
No related merge requests found
FROM registry.hub.docker.com/library/golang:alpine3.12 as kind
RUN GO111MODULE=on go get sigs.k8s.io/kind@v0.9.0
FROM registry.hub.docker.com/library/alpine:3.12
COPY --from=kind /go/bin/kind /usr/local/bin/
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
helm \
kubectl \
&& \
apk add --update --no-cache \
docker-cli \
;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment