initial
This commit is contained in:
commit
93a139fee3
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM alpine:edge AS env
|
||||
COPY --chmod=755 docker-entrypoint.sh /
|
||||
RUN mkdir /helm/ && chmod 777 /helm
|
||||
WORKDIR /helm
|
||||
RUN apk update
|
||||
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||
ENTRYPOINT [ "/docker-entrypoint.sh" ]
|
3
docker-entrypoint.sh
Executable file
3
docker-entrypoint.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/ash
|
||||
|
||||
helm "$@"
|
Loading…
Reference in New Issue
Block a user