We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e69e7 commit 8e10ae3Copy full SHA for 8e10ae3
docs/src/main/asciidoc/_attributes.adoc
@@ -67,5 +67,15 @@
67
// .
68
:create-app-group-id: org.acme
69
:create-cli-group-id: {create-app-group-id}
70
+// Attributes required for single-sourcing to downstream.
71
+:jdk-version-other: 17
72
+:jdk-version-latest: 21
73
+:jdk-version-all: 17 or 21
74
+:openshift-long: OpenShift
75
+:openshift: OpenShift
76
+:name-image-ubi9-open-jdk-17: registry.access.redhat.com/ubi9/openjdk-17
77
+:name-image-ubi9-open-jdk-17-short: ubi9/openjdk-17
78
+:name-image-ubi9-open-jdk-21: registry.access.redhat.com/ubi9/openjdk-21
79
+:name-image-ubi9-open-jdk-21-short: ubi9/openjdk-21
80
81
include::_attributes-local.adoc[]
0 commit comments