Skip to content

Commit

Permalink
Add helm cli to ansible ee image (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored Feb 21, 2024
1 parent 2c87988 commit c71b856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tealc-ee/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN curl https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.14.1
RUN /usr/bin/dnf install -y https://kojipkgs.fedoraproject.org//packages/git-crypt/0.6.0/7.el8/x86_64/git-crypt-0.6.0-7.el8.x86_64.rpm
RUN curl -O https://mirror.openshift.com/pub/rhacs/assets/4.2.0/bin/Linux/roxctl && chmod +x roxctl && mv roxctl /usr/bin/roxctl
RUN curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash && mv kustomize /usr/bin/
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
RUN rm -rf /output
LABEL ansible-execution-environment=true
USER root
Expand Down
1 change: 1 addition & 0 deletions tealc-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ additional_build_steps:
- RUN /usr/bin/dnf install -y https://kojipkgs.fedoraproject.org//packages/git-crypt/0.6.0/7.el8/x86_64/git-crypt-0.6.0-7.el8.x86_64.rpm
- RUN curl -O https://mirror.openshift.com/pub/rhacs/assets/4.2.0/bin/Linux/roxctl && chmod +x roxctl && mv roxctl /usr/bin/roxctl
- RUN curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash && mv kustomize /usr/bin/
- RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

options:
workdir: /build
Expand Down

0 comments on commit c71b856

Please sign in to comment.