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

Updates.

- Alpine 3.13.
- Silence a hadolint warning.
parent 8075b9af
No related branches found
No related tags found
No related merge requests found
Pipeline #2344 passed
FROM registry.hub.docker.com/library/golang:alpine3.12 as kind
FROM registry.hub.docker.com/library/golang:alpine3.13 as kind
RUN GO111MODULE=on go get sigs.k8s.io/kind@v0.9.0
FROM registry.hub.docker.com/library/alpine:3.12
FROM registry.hub.docker.com/library/alpine:3.13
COPY --from=kind /go/bin/kind /usr/local/bin/
# hadolint ignore=DL3018
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
helm \
kubectl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment