Created
May 25, 2023 10:21
-
-
Save rm3l/b2e79d48e727c22a0f3dd1403258a7a2 to your computer and use it in GitHub Desktop.
Child Devfile using java-quarkus as parent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schemaVersion: 2.1.0 | |
metadata: | |
name: java-springboot-jdk17 | |
description: Java application using Spring Boot® and OpenJDK 17 | |
version: 1.3.0 | |
parent: | |
uri: https://registry.stage.devfile.io/devfiles/java-springboot/1.2.0 | |
components: | |
- name: tools | |
container: | |
image: registry.access.redhat.com/ubi9/openjdk-17:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment