This Dockerfile is attempting to copy files from a previous build stage using the COPY --from syntax. However, it seems that the build stage with the tag registry does not have a /build/ directory or any files within it. This is causing the build to fail as it cannot calculate the cache key for this step. The issue needs to be resolved by ensuring that the registry build stage has the necessary files in the /build/ directory before attempting to copy them over.

dev-systemd-false 820 COPY --from=registry build usrlocalbin------Dockerfile459-------------------- 457 COPY --from=gowinres build usrlocalbin 458 COPY --from=tini build

原文地址: http://www.cveoy.top/t/topic/eM7g 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录