-
Hi there! 👋 I'm interested in using envd but have a specific use case where I'd like to see the generated Dockerfile content without actually performing the build. This would be helpful for integrating with existing CI/CD pipelines that require Dockerfile. Currently, I'm not sure if there's a way to achieve this. I've looked through the documentation but couldn't find any related flags or options. Questions:
Example of what I'm looking for: # Something like this
envd build --dry-run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't have this feature for now. It's tracked at #523. Maybe you can ask aseaday there about the progress. |
Beta Was this translation helpful? Give feedback.
We don't have this feature for now. It's tracked at #523.
Maybe you can ask aseaday there about the progress.