Generate Multistage dockerFile and docker-compose #1708
Replies: 2 comments 3 replies
-
Could you please elaborate your use case? Maybe share a reproducer project to provide us more insight on what you're trying? Most of the Docker related code is inherited from Fabric8 Docker Maven Plugin. I do see Docker Compose support in DMP : https://dmp.fabric8.io/#docker-compose . But I haven't tried it myself with jkube. |
Beta Was this translation helpful? Give feedback.
-
Hi Rohan, Sorry for the late response. I tried to add this functionality last week and it works fine for me. By the way I started to use this functionality for my graduation project right now and it works. |
Beta Was this translation helpful? Give feedback.
-
Hi First of all, thank you for this amazing project .
I want to generate a multi stage docker file with java and using the DockerFileBuilder () but I can't, there is a solution or example for that?
It's possible to generate docker-compose yaml file?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions