chore(deps): update docker dependencies (master) #1633
build.yml
on: pull_request
Annotations
1 error
Build images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c curl -sO https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/${ARCH}/kubectl && mv kubectl /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh && wget -q \"https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH}\" && mv yq_linux_${ARCH} /usr/local/bin/yq && chmod +x /usr/local/bin/yq && wget -q https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_${ARCH}.zip && unzip terraform_${TERRAFORM_VERSION}_linux_${ARCH}.zip && rm terraform_${TERRAFORM_VERSION}_linux_${ARCH}.zip && mv terraform /usr/bin/terraform && chmod +x /usr/bin/terraform && curl -s -o flux_install.sh https://fluxcd.io/install.sh && chmod 700 flux_install.sh && ./flux_install.sh && curl -sSL -o argocd-linux-${ARCH} https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-${ARCH} && install -m 555 argocd-linux-${ARCH} /usr/local/bin/argocd && rm argocd-linux-${ARCH}" did not complete successfully: exit code: 22
|