From d4d36f0ae06408f91a2f41dee8539fb242c770d1 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Mon, 15 Mar 2021 15:15:18 +0000 Subject: [PATCH] fix: use correct yq URL --- Dockerfile-boot | 2 +- Dockerfile-tfo-aws | 2 +- Dockerfile-tfo-gcp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile-boot b/Dockerfile-boot index 85e5a3f2..2b4f0ce6 100644 --- a/Dockerfile-boot +++ b/Dockerfile-boot @@ -22,7 +22,7 @@ ENV JX3_HOME /home/.jx ENV YQ_VERSION "4.6.1" RUN echo using yq version ${YQ_VERSION} and OS ${TARGETOS} arch ${TARGETARCH} && \ - curl -L -s https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${TARGETOS}-${TARGETARCH} > yq && \ + curl -L -s https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} > yq && \ chmod +x yq && mv yq /usr/bin RUN echo using jx version ${VERSION} and OS ${TARGETOS} arch ${TARGETARCH} && \ diff --git a/Dockerfile-tfo-aws b/Dockerfile-tfo-aws index 85cbbbd6..d10fed5e 100644 --- a/Dockerfile-tfo-aws +++ b/Dockerfile-tfo-aws @@ -23,7 +23,7 @@ RUN curl -LO https://releases.hashicorp.com/terraform/${TERRAFORM}/terraform_${T ENV YQ_VERSION "4.6.1" RUN echo using yq version ${YQ_VERSION} and OS ${TARGETOS} arch ${TARGETARCH} && \ - curl -L -s https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${TARGETOS}-${TARGETARCH} > yq && \ + curl -L -s https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} > yq && \ chmod +x yq && mv yq /usr/bin # jx diff --git a/Dockerfile-tfo-gcp b/Dockerfile-tfo-gcp index e6ad9b00..5b157ff8 100644 --- a/Dockerfile-tfo-gcp +++ b/Dockerfile-tfo-gcp @@ -19,7 +19,7 @@ RUN curl -LO https://releases.hashicorp.com/terraform/${TERRAFORM}/terraform_${T ENV YQ_VERSION "4.6.1" RUN echo using yq version ${YQ_VERSION} and OS ${TARGETOS} arch ${TARGETARCH} && \ - curl -L -s https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${TARGETOS}-${TARGETARCH} > yq && \ + curl -L -s https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} > yq && \ chmod +x yq && mv yq /usr/bin # jx