quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Provide a CLI command to generate/update docker files #34186

Open cescoffier opened 1 year ago

cescoffier commented 1 year ago

Description

When a user wants to use a dockerfile, instead of generating one during the project generation, let's provide a one-off command that generates and update dockerfiles.

It should be able to generate (depending on the user choice):

Once generated, the quarkus container build should default to these generated dockerfiles.

Analysis

(links to analysis docs containing architecture design work, requirements gathering, etc)

quarkus-bot[bot] commented 1 year ago

/cc @ebullient (cli), @maxandersen (cli)

maxandersen commented 1 year ago

this seems like duplicate or subpart of #24502 ?

maxandersen commented 1 year ago

btw. by update are you thinking something more than regenerating ? (i.e. not intended to keep users own edits)

ia3andy commented 1 year ago

for the update I think he means keeping up to date.

I am willing to tackle this, when I am done with the udpate tool stuff if that makes sense @maxandersen (I would like the RHTAP story to be perfect with Quarkus)