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 #66

Open
glopezep opened this issue Jan 24, 2022 · 7 comments
Open

Image build fails #66

glopezep opened this issue Jan 24, 2022 · 7 comments

Comments

@glopezep
Copy link

  Step 5/8 : RUN 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
   ---> Running in faf0e342fb70
  fetch http://dl-3.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
  fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
  fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
  ERROR: unsatisfiable constraints:
    so:libimagequant.so.0 (missing):
      required by: py3-pillow-9.0.0-r0[so:libimagequant.so.0]
  The command '/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' returned a non-zero code: 6
Error: Docker build failed with exit code 6
@glopezep
Copy link
Author

Should be fixed approving this pr: #67

@aleksykrolczyk
Copy link

hey 👋 when is it expected to be fixed?

@GerardSmit
Copy link

Until it's merged, you can use @glopezep their fork.

Replace the following in your GitHub Action .yml-file:

uses: deliverybot/helm@v1

with

uses: glopezep/helm@v1.7.1

Thanks for the fix @glopezep 👍

@gbalduzzi
Copy link

My deploy also fails because of this.

Thanks @glopezep for the temporary fix!

Is there any major reason why the PR has not been merged yet?

@Aweller95
Copy link

Any updates on when this PR will be merged?

@bym0
Copy link

bym0 commented Oct 24, 2022

Should be fixed approving this pr: #67

Thank you! I forked yours and added the 'repository' value to the action.yml, needed it in my usecase.
uses: bym0/helm@v1.7.2

If anyone needs this too.

@bnneupart
Copy link

Build fails:

fetch http://dl-3.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-3.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz: UNTRUSTED signature
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
aws-cli (missing):
required by: world[aws-cli]

glopezep/helm@v1.7.1 also fails:

fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
so:libcrypto.so.3 (no such package):
required by: py3-cryptography-39.0.2-r0[so:libcrypto.so.3]
aws-c-cal-0.5.21-r0[so:libcrypto.so.3]
s2n-tls-1.3.38-r0[so:libcrypto.so.3]
so:libssl.so.3 (no such package):
required by: py3-cryptography-39.0.2-r0[so:libssl.so.3]

uses: 'vimeda/helm@v1.6.8' seems to work

busykoala added a commit to TopInvestor4000/ResourceMaster that referenced this issue Mar 15, 2023
dborchev added a commit to dborchev/netology-nginx-teapot that referenced this issue Apr 2, 2023
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

7 participants