helm icon indicating copy to clipboard operation
helm copied to clipboard

Image Build Fails

Open jbbriel opened this issue 3 years ago • 4 comments

Getting this error message when attempting to build an image

=> ERROR [2/3] RUN apk add --no-cache ca-certificates     --repository http://dl-3.alpinelinux.org/alpine/edge/community/     jq curl bash nodejs aws-cli &&     curl -L https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz |tar xvz &&     mv linux-amd64/he  1.2s
------
 > [2/3] RUN apk add --no-cache ca-certificates     --repository http://dl-3.alpinelinux.org/alpine/edge/community/     jq curl bash nodejs aws-cli &&     curl -L https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz |tar xvz &&     mv linux-amd64/helm /usr/bin/helm &&     chmod +x /usr/bin/helm &&     rm -rf linux-amd64 &&     curl -L https://get.helm.sh/helm-v3.4.2-linux-amd64.tar.gz |tar xvz &&     mv linux-amd64/helm /usr/bin/helm3 &&     chmod +x /usr/bin/helm3 &&     rm -rf linux-amd64 &&     helm init --client-only:
#6 0.257 fetch http://dl-3.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
#6 0.834 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
#6 0.834 WARNING: Ignoring http://dl-3.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz: UNTRUSTED signature
#6 1.019 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
#6 1.147 ERROR: unsatisfiable constraints:
#6 1.161   aws-cli (missing):
#6 1.161     required by: world[aws-cli]
------
executor failed running [/bin/sh -c apk add --no-cache ca-certificates     --repository http://dl-3.alpinelinux.org/alpine/edge/community/     jq curl bash nodejs aws-cli &&     curl -L ${BASE_URL}/${HELM_2_FILE} |tar xvz &&     mv linux-amd64/helm /usr/bin/helm &&     chmod +x /usr/bin/helm &&     rm -rf linux-amd64 &&     curl -L ${BASE_URL}/${HELM_3_FILE} |tar xvz &&     mv linux-amd64/helm /usr/bin/helm3 &&     chmod +x /usr/bin/helm3 &&     rm -rf linux-amd64 &&     helm init --client-only]: exit code: 1

jbbriel avatar Aug 01 '22 18:08 jbbriel

same issue here

laurijssen avatar Oct 14 '22 08:10 laurijssen

same here

leska-j avatar Oct 14 '22 20:10 leska-j

same issue seen currently

SadanandGowda avatar Nov 28 '22 19:11 SadanandGowda

same here

momega avatar Jul 25 '23 20:07 momega