File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.10 as build
1
+ FROM alpine:3.12 as build
2
2
LABEL maintainer=
"Mario Siegenthaler <[email protected] >"
3
3
4
4
RUN apk add --update --no-cache ca-certificates git
5
5
6
- ENV VERSION=v2.15.2
6
+ ENV VERSION=v2.16.8
7
7
ENV FILENAME=helm-${VERSION}-linux-amd64.tar.gz
8
- ENV SHA256SUM=a9d2db920bd4b3d824729bbe1ff3fa57ad27760487581af6e5d3156d1b3c2511
8
+ ENV SHA256SUM=67ea2cabc7c9acf1d26c6a72068582f577874cd84295bfaaba93fb40b849c092
9
9
10
10
WORKDIR /
11
11
@@ -18,7 +18,7 @@ RUN curl -L https://get.helm.sh/${FILENAME} > ${FILENAME} && \
18
18
19
19
20
20
# The image we keep
21
- FROM alpine:3.8
21
+ FROM alpine:3.12
22
22
23
23
RUN apk add --update --no-cache git ca-certificates
24
24
Original file line number Diff line number Diff line change 1
1
# docker-helm
2
+
3
+ Note: This is a temporary fork of [ linkyard/docker-helm] ( https://github.com/linkyard/docker-helm ) in order to have
4
+ some images pushed. If those images are pushed on the source repository I will drop this one.
5
+
2
6
Docker image containing kubernetes helm and git.
3
7
4
8
The image is based on alpine.
5
9
6
- Usage: ` docker run linkyard /docker-helm `
10
+ Usage: ` docker run kir4h /docker-helm `
You can’t perform that action at this time.
0 commit comments