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 Oct 31, 2024
1 parent 73ad178 commit df28058
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions _data/wg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
---
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: on track
completed: false
last-activity: 2024-10-31
last-update: |
There is a first draft https://github.com/quarkusio/quarkus/pull/42316
The PR introduces a CLI plugin that generates a Dockerfile.
At the moment one can configure:
- base image
- falvor (jdk or native)
With more features to be added in future pull requests.
The pull request is on hold due to some concerns raised by @ia3andy. A meeting has been scheduled to discuss those concerns.
- title: "Roq :: Quarkus SSG"
board-url: "https://github.com/orgs/quarkiverse/projects/6"
short-description: Allow Static Site Generation with Quarkus.
Expand Down Expand Up @@ -130,33 +157,6 @@ working-groups:
References:
https://github.com/fluorumlabs/asciidocj
https://github.com/vsch/flexmark-java
- 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: on track
completed: false
last-activity: 2024-10-03
last-update: |
There is a first draft https://github.com/quarkusio/quarkus/pull/42316
The PR introduces a CLI plugin that generates a Dockerfile.
At the moment one can configure:
- base image
- falvor (jdk or native)
With more features to be added in future pull requests.
The pull request is on hold due to some concerns raised by @ia3andy. A meeting has been scheduled to discuss those concerns.
- title: "Enhanced TLS support"
board-url: "https://github.com/orgs/quarkusio/projects/24"
short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)
Expand Down

0 comments on commit df28058

Please sign in to comment.