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

[Labeler] job no more working -- Docker build failed with exit code 1 #93

Closed
srafiqa opened this issue Oct 10, 2023 · 2 comments · Fixed by #94
Closed

[Labeler] job no more working -- Docker build failed with exit code 1 #93

srafiqa opened this issue Oct 10, 2023 · 2 comments · Fixed by #94

Comments

@srafiqa
Copy link

srafiqa commented Oct 10, 2023

#5 [2/3] RUN wget -q -O- https://github.com/srvaroa/labeler/releases/latest/download/action.tar.gz | tar xzvf -
#5 0.745 wget: server returned error: HTTP/1.1 404 Not Found
#5 0.747 tar: invalid magic
#5 0.747 tar: short read
#5 ERROR: process "/bin/sh -c wget -q -O- $ASSET_URL | tar xzvf -" did not complete successfully: exit code: 1

[2/3] RUN wget -q -O- https://github.com/srvaroa/labeler/releases/latest/download/action.tar.gz | tar xzvf -:
0.745 wget: server returned error: HTTP/1.1 404 Not Found
0.747 tar: invalid magic
0.747 tar: short read


Dockerfile:12

10 |     WORKDIR /
11 |     ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/latest/download/action.tar.gz
12 | >>> RUN wget -q -O- $ASSET_URL | tar xzvf -
13 |     ENTRYPOINT ["/action"]
14 |     

ERROR: failed to solve: process "/bin/sh -c wget -q -O- $ASSET_URL | tar xzvf -" did not complete successfully: exit code: 1
Error: Docker build failed with exit code 1

@srvaroa
Copy link
Owner

srvaroa commented Oct 10, 2023

This should get fixed with the change from @siketyan, waiting to see the release workflow complete.

@srvaroa
Copy link
Owner

srvaroa commented Oct 10, 2023

image

v1.6.3 should be fine.

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

Successfully merging a pull request may close this issue.

2 participants