You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _generated-doc/latest/config/quarkus-all-config.adoc
+43-1
Original file line number
Diff line number
Diff line change
@@ -2179,6 +2179,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
2179
2179
2180
2180
[.description]
2181
2181
--
2182
+
Path to the JVM Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.jvm will be used.
@@ -2194,6 +2196,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
2194
2196
2195
2197
[.description]
2196
2198
--
2199
+
Path to the native Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.native will be used.
@@ -3192,6 +3206,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
3192
3206
3193
3207
[.description]
3194
3208
--
3209
+
Path to the JVM Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.jvm will be used.
@@ -3207,6 +3223,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
3207
3223
3208
3224
[.description]
3209
3225
--
3226
+
Path to the native Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.native will be used.
@@ -9046,7 +9074,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-ke
9046
9074
9047
9075
[.description]
9048
9076
--
9049
-
Specifies whether to create the default client id `quarkus-app` with a secret `secret`and register them if the `create-realm` property is set to true. For OIDC extension configuration properties `quarkus.oidc.client.id` and `quarkus.oidc.credentials.secret` will be configured. For OIDC Client extension configuration properties `quarkus.oidc-client.client.id` and `quarkus.oidc-client.credentials.secret` will be configured. Set to `false` if clients have to be created using either the Keycloak Administration Console or the Keycloak Admin API provided by `io.quarkus.test.common.QuarkusTestResourceLifecycleManager` or registered dynamically.
9077
+
Specifies whether to create the default client id `quarkus-app` with a secret `secret`and register them if the `create-realm` property is set to true. For OIDC extension configuration properties `quarkus.oidc.client.id` and `quarkus.oidc.credentials.secret` will be configured. For OIDC Client extension configuration properties `quarkus.oidc-client.client.id` and `quarkus.oidc-client.credentials.secret` will be configured. Set to `false` if clients have to be created using either the Keycloak Administration Console or the Keycloak Admin API provided by `io.quarkus.test.common.QuarkusTestResourceLifecycleManager` or registered dynamically.
The name of the directory where the transaction logs will be stored when using the `file-system` object store. If the value is not absolute then the directory is relative to the _user.dir_ system property.
Copy file name to clipboardExpand all lines: _generated-doc/latest/config/quarkus-container-image-docker.adoc
+14
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
11
11
12
12
[.description]
13
13
--
14
+
Path to the JVM Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.jvm will be used.
@@ -26,6 +28,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
26
28
27
29
[.description]
28
30
--
31
+
Path to the native Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.native will be used.
Copy file name to clipboardExpand all lines: _generated-doc/latest/config/quarkus-container-image-docker_quarkus.docker.adoc
+14
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
11
11
12
12
[.description]
13
13
--
14
+
Path to the JVM Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.jvm will be used.
@@ -26,6 +28,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
26
28
27
29
[.description]
28
30
--
31
+
Path to the native Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.native will be used.
Copy file name to clipboardExpand all lines: _generated-doc/latest/config/quarkus-container-image-podman.adoc
+14
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
11
11
12
12
[.description]
13
13
--
14
+
Path to the JVM Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.jvm will be used.
@@ -26,6 +28,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
26
28
27
29
[.description]
28
30
--
31
+
Path to the native Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.native will be used.
0 commit comments