helm icon indicating copy to clipboard operation
helm copied to clipboard

Image build fails

Open glopezep opened this issue 3 years ago • 7 comments

  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 avatar Jan 24 '22 01:01 glopezep

Should be fixed approving this pr: https://github.com/deliverybot/helm/pull/67

glopezep avatar Jan 24 '22 13:01 glopezep

hey 👋 when is it expected to be fixed?

aleksykrolczyk avatar Jan 26 '22 08:01 aleksykrolczyk

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/[email protected]

Thanks for the fix @glopezep 👍

GerardSmit avatar Jan 27 '22 20:01 GerardSmit

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?

gbalduzzi avatar Feb 14 '22 11:02 gbalduzzi

Any updates on when this PR will be merged?

Aweller95 avatar Jul 18 '22 13:07 Aweller95

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/[email protected]

If anyone needs this too.

bym0 avatar Oct 24 '22 13:10 bym0

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/[email protected] 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/[email protected]' seems to work

bnneupart avatar Mar 07 '23 09:03 bnneupart