Skip to content

Commit e3b6d91

Browse files
Initial commit
1 parent 8676745 commit e3b6d91

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Dockerfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM alpine:3.12.0
2+
3+
ARG KAPP_VERSION=v0.33.0
4+
5+
ENV KUBECONFIG=./tmp/kube_config.yml
6+
7+
WORKDIR /workdir
8+
9+
ADD https://github.com/k14s/kapp/releases/download/${KAPP_VERSION}/kapp-linux-amd64 /usr/local/bin/kapp
10+
11+
RUN chmod +x /usr/local/bin/kapp
12+
13+
ENTRYPOINT [ "/usr/local/bin/kapp" ]

0 commit comments

Comments
 (0)