Skip to content

No output from RUN commands #15

Answered by sherifabdlnaby
johnrhunt asked this question in Q&A
Discussion options

You must be logged in to vote

@johnrhunt This is the Docker BUILDKIT default configuration, you need to pass an environment variable that makes buildkit print out all the logs.

It's BUILDKIT_PROGRESS=plain
so just run

export BUILDKIT_PROGRESS=plain

before building and you shall see all the logs from builds steps.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sherifabdlnaby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants