-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Build process fails with the following error: here
#11 [stage-1 3/3] COPY --from=go /go/bin/imaginary /usr/local/bin/imaginary
#11 ERROR: failed to calculate checksum of ref upa1396lct5sqimrrhxlzyakh::m0med37jk89l28u05cxp0bxhl: "/go/bin/imaginary": not found
------
> [stage-1 3/3] COPY --from=go /go/bin/imaginary /usr/local/bin/imaginary:
------
1 warning found (use docker --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2)
Dockerfile:34
--------------------
32 | rm -rf /var/lib/apt/lists/*
33 |
34 | >>> COPY --from=go /go/bin/imaginary /usr/local/bin/imaginary
35 |
36 | USER 568
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref upa1396lct5sqimrrhxlzyakh::m0med37jk89l28u05cxp0bxhl: "/go/bin/imaginary": not found
Reactions are currently unavailable