Kaniko fails when COPY --from=builder references a path that doesn't exist. The web app had no public/ directory, causing build-web to fail with lstat /kaniko/1/app/apps/web/public: no such file or directory.
Kaniko fails when `COPY --from=builder` references a path that doesn't exist. The web app had no `public/` directory, causing `build-web` to fail with `lstat /kaniko/1/app/apps/web/public: no such file or directory`.
Kaniko fails when COPY --from=builder references a path that doesn't
exist. The web app had no public/ directory, causing build-web to fail
with 'no such file or directory' on the public assets COPY step.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Kaniko fails when
COPY --from=builderreferences a path that doesn't exist. The web app had nopublic/directory, causingbuild-webto fail withlstat /kaniko/1/app/apps/web/public: no such file or directory.