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

Use Cloudposse's repo for in the k8s image.

A lot of tools are packages there and saves a bit of a hassle.
parent be8e0264
No related branches found
No related tags found
No related merge requests found
Pipeline #2362 passed
FROM registry.hub.docker.com/library/golang:alpine3.14 as kind
RUN GO111MODULE=on go get sigs.k8s.io/kind@v0.11.1
FROM registry.hub.docker.com/library/alpine:3.14 FROM registry.hub.docker.com/library/alpine:3.14
COPY --from=kind /go/bin/kind /usr/local/bin/
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ RUN wget -q https://apk.cloudposse.com/ops@cloudposse.com.rsa.pub -O /etc/apk/keys/ops@cloudposse.com.rsa.pub && \
helm \ echo "https://apk.cloudposse.com/3.14/vendor" >> /etc/apk/repositories && \
kubectl \
&& \
apk add --update --no-cache \ apk add --update --no-cache \
docker-cli \ docker-cli \
helm \
kind \
kubectl \
; ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment