Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Build Fails #73

Open
jbbriel opened this issue Aug 1, 2022 · 4 comments
Open

Image Build Fails #73

jbbriel opened this issue Aug 1, 2022 · 4 comments

Comments

@jbbriel
Copy link

jbbriel commented Aug 1, 2022

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

@laurijssen
Copy link

same issue here

@leska-j
Copy link

leska-j commented Oct 14, 2022

same here

@SadanandGowda
Copy link

same issue seen currently

@momega
Copy link

momega commented Jul 25, 2023

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants