Skip to content
Discussion options

You must be logged in to vote

Try the command below.

container build --debug --tag test-image --file Containerfile . --progress plain --no-cache

I got the output below with the Dockerfile you pasted and it does output the "Hello from Alpine!"

#5 [linux/arm64 1/2] RUN echo "Hello from Alpine!"
#5 0.041 Hello from Alpine!
#5 DONE 0.0s

FWIW there are lots of quality of life updates that need to be made to fix any stdout/stderr outputs for most (if not all) of the commands. So if that is does not 100% accomplish what you are looking for, I can take a deeper look into it.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ole
Comment options

@saehejkang
Comment options

Answer selected by ole
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