Skip to content

Commit cc91607

Browse files
committed
Update to v2.16.8 and bump alpine versions
1 parent 98b060b commit cc91607

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM alpine:3.10 as build
1+
FROM alpine:3.12 as build
22
LABEL maintainer="Mario Siegenthaler <[email protected]>"
33

44
RUN apk add --update --no-cache ca-certificates git
55

6-
ENV VERSION=v2.15.2
6+
ENV VERSION=v2.16.8
77
ENV FILENAME=helm-${VERSION}-linux-amd64.tar.gz
8-
ENV SHA256SUM=a9d2db920bd4b3d824729bbe1ff3fa57ad27760487581af6e5d3156d1b3c2511
8+
ENV SHA256SUM=67ea2cabc7c9acf1d26c6a72068582f577874cd84295bfaaba93fb40b849c092
99

1010
WORKDIR /
1111

@@ -18,7 +18,7 @@ RUN curl -L https://get.helm.sh/${FILENAME} > ${FILENAME} && \
1818

1919

2020
# The image we keep
21-
FROM alpine:3.8
21+
FROM alpine:3.12
2222

2323
RUN apk add --update --no-cache git ca-certificates
2424

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# 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+
26
Docker image containing kubernetes helm and git.
37

48
The image is based on alpine.
59

6-
Usage: `docker run linkyard/docker-helm`
10+
Usage: `docker run kir4h/docker-helm`

0 commit comments

Comments
 (0)