You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@staticfloatRUN <<-EOF /bin/bash (# command_not_found...) just shows that following RUN instruction is a heredoc and it shows summary for first few lines. I think buildkit does it as well ?
Perhaps I'm doing something silly here, but when I build the following:
I get output clearly showing that
command_not_found
was attempted to be run.This can have pretty severely unintended consequences. I will note that
docker build
does not seem to do this.This is tested on the latest
main
buildah
.The text was updated successfully, but these errors were encountered: