Skip to content

Commit

Permalink
Add Kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Igou committed Oct 9, 2023
1 parent 73374e9 commit b54e2f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion execution-environments/igou-awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ images:
base_image:
name: quay.io/ansible/awx-ee:latest
dependencies:
galaxy: ../../requirements.yml
galaxy: ../../requirements.yml
additional_build_steps:
prepend_final: |
RUN curl -L -o /usr/local/bin/kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.1.1/kustomize_v5.1.1_linux_amd64.tar.gz && \
tar xzf /usr/local/bin/kustomize -C /usr/local/bin/ && \
chmod +x /usr/local/bin/kustomize

0 comments on commit b54e2f2

Please sign in to comment.