Skip to content

Is it possible to view the Dockerfile used to build a container? #120

Answered by joshspicer
sliekens asked this question in Q&A
Discussion options

You must be logged in to vote

Yea, we do write the Dockerfile to a temporary path (and use that Dockerfile when running the build). Searching your disk for some string like dev_containers_target_stage as shown in @samruddhikhandale 's message above is probably the easiest way to dig through that file. Note it's temporary and might be deleted by your OS.

That said, there's a good amount of info captured in some older, closed GitHub issues - like in this issue. That might be a more helpful place to look?

If you'd like to audit the change in the CLI where NODE_EXTRA_CA_CERTS is handled, it was added in this release

Replies: 1 comment 2 replies

Comment options

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

Answer selected by sliekens
@sliekens
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants