Skip to content

Commit

Permalink
[DDS-1871] Updated NVM_DIR path.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Feb 22, 2024
1 parent 3d92aa1 commit 6ecefc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ additional_build_steps:
- LABEL org.opencontainers.image.description="Provides an AWX execution environment image optimised for use with SDP. Built with ansible-builder."
- LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/6.x/images/awx-ee/"
- ARG LAGOON_CLI_VERSION=v0.15.4
- ARG NVM_INSTALL_VERSION=v0.39.1
- ARG NODE_VERSION=v14.15.1
- ARG NVM_INSTALL_VERSION=v0.39.7
- ARG NODE_VERSION=v18.17.0
- ARG NVM_DIR="/runner"

append_final:
- ARG NVM_DIR="/runner/.nvm"
- | # Required dependencies.
RUN set -eux; \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand Down Expand Up @@ -69,7 +69,7 @@ additional_build_steps:
- RUN tar -C /tmp -xvf /tmp/gojq_v0.12.4_linux_amd64.tar.gz
- RUN chmod +x /tmp/gojq_v0.12.4_linux_amd64/gojq
- RUN mv /tmp/gojq_v0.12.4_linux_amd64/gojq /usr/local/bin
- RUN touch $HOME/.bashrc && chmod +x $HOME/.bashrc
- RUN touch /runner/.bashrc && chmod +x /runner/.bashrc
- RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/$NVM_INSTALL_VERSION/install.sh | bash
- RUN curl -L "https://get.helm.sh/helm-v3.12.2-linux-amd64.tar.gz" -o /tmp/helm && tar -xvf /tmp/helm -C /tmp && mv /tmp/linux-amd64/helm /usr/local/bin
- RUN chmod +x /usr/local/bin/helm
Expand Down

0 comments on commit 6ecefc1

Please sign in to comment.