Skip to content

Commit

Permalink
Sync working groups
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 10, 2024
1 parent 945a4f4 commit bc0a55d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions _data/wg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
---
working-groups:
- title: "Docker file generation"
board-url: "https://github.com/orgs/quarkusio/projects/27"
short-description: A working group focusing on the generation of Dockerfile / ContainerFile
readme: |
<p>At the moment, when you create a Quarkus project (from code.quarkus.io or the CLI), a set of <code>Dockerfiles</code> is generated. However,</p>
<ol>
<li>Not all these files are used by the user</li>
<li>These files are very quickly outdated</li>
<li>It does not allow <em>extensions</em> to customize the content</li>
</ol>
<p>This working group aims to replace these `Dockerfiles' with a CLI command that generates an up-to-date Dockerfile and includes extension customization.</p>
<p>The goal is not to allow updating these files once generated but to provide a one-off generation that the user can consult and use. It will use the recommended and up-to-date <code>FROM</code> image to improve security and, depending on the generated <em>variant</em> (JVM, native, native-micro...), follow good practices (such as using <code>run-java</code> for the JVM one).</p>
<p>You can find more details about this working group on <a href="https://github.com/quarkusio/quarkus/discussions/41352">this discussion</a>.
Once completed, this working group will be followed by other initiatives focusing on generating the Github Action and Tekton pipelines.</p>
<p><em>Point of contact</em>: @iocanel (<code>Ioannis Canellos</code>on Zulip)</p>
status: staled
last-activity: 2024-09-10
- title: "Quarkus 3.15 LTS"
board-url: "https://github.com/orgs/quarkusio/projects/28"
short-description: This WG focuses on defining the issues we would like to have in the next-to-be LTS (Quarkus 3.14/3.15)
Expand Down Expand Up @@ -125,20 +142,3 @@ working-groups:
The target is to have 1.0.0 the 1 October 2024.
For 1.0 we need pagination, tags and SEO.
- title: "Docker file generation"
board-url: "https://github.com/orgs/quarkusio/projects/27"
short-description: A working group focusing on the generation of Dockerfile / ContainerFile
readme: |
<p>At the moment, when you create a Quarkus project (from code.quarkus.io or the CLI), a set of <code>Dockerfiles</code> is generated. However,</p>
<ol>
<li>Not all these files are used by the user</li>
<li>These files are very quickly outdated</li>
<li>It does not allow <em>extensions</em> to customize the content</li>
</ol>
<p>This working group aims to replace these `Dockerfiles' with a CLI command that generates an up-to-date Dockerfile and includes extension customization.</p>
<p>The goal is not to allow updating these files once generated but to provide a one-off generation that the user can consult and use. It will use the recommended and up-to-date <code>FROM</code> image to improve security and, depending on the generated <em>variant</em> (JVM, native, native-micro...), follow good practices (such as using <code>run-java</code> for the JVM one).</p>
<p>You can find more details about this working group on <a href="https://github.com/quarkusio/quarkus/discussions/41352">this discussion</a>.
Once completed, this working group will be followed by other initiatives focusing on generating the Github Action and Tekton pipelines.</p>
<p><em>Point of contact</em>: @iocanel (<code>Ioannis Canellos</code>on Zulip)</p>
status: staled
last-activity: 2024-08-05

0 comments on commit bc0a55d

Please sign in to comment.