diff options
| author | Max Resnick <max@ofmax.li> | 2021-11-20 21:45:51 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2021-11-28 22:21:29 -0800 |
| commit | 7a7500702480ef5ada890ff697b32126d4c1bb58 (patch) | |
| tree | c3f7208d65febe04ccf5c6558528dbcbf0525dcc /src/helm-tools | |
| parent | fa0735617fa9840c2b79477623c001bbc5af1a0e (diff) | |
| download | grumpy-containers-7a7500702480ef5ada890ff697b32126d4c1bb58.tar.gz | |
remove images no longer used, gitlab.ci
Diffstat (limited to 'src/helm-tools')
| -rw-r--r-- | src/helm-tools/Dockerfile | 8 | ||||
| -rw-r--r-- | src/helm-tools/VERSION | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/helm-tools/Dockerfile b/src/helm-tools/Dockerfile deleted file mode 100644 index d3aba41..0000000 --- a/src/helm-tools/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.3 -RUN apt-get update -y \ - && apt-get install -y curl make git \ - && curl -L -o /tmp/hm.tar.gz https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz \ - && tar xvf /tmp/hm.tar.gz -C /tmp \ - && install /tmp/linux-amd64/helm /usr/local/bin/helm \ - && helm init --client-only -USER app diff --git a/src/helm-tools/VERSION b/src/helm-tools/VERSION deleted file mode 100644 index 9c2228b..0000000 --- a/src/helm-tools/VERSION +++ /dev/null @@ -1 +0,0 @@ -v2.14.3 |