Skip to content

Commit 256159c

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent 2aaddd5 commit 256159c

15 files changed

+158
-18
lines changed

_generated-doc/latest/config/quarkus-all-config.adoc

+43-1
Original file line numberDiff line numberDiff line change
@@ -2179,6 +2179,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
21792179

21802180
[.description]
21812181
--
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.
2183+
21822184

21832185
ifdef::add-copy-button-to-env-var[]
21842186
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_DOCKERFILE_JVM_PATH+++[]
@@ -2194,6 +2196,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
21942196

21952197
[.description]
21962198
--
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.
2200+
21972201

21982202
ifdef::add-copy-button-to-env-var[]
21992203
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_DOCKERFILE_NATIVE_PATH+++[]
@@ -2209,6 +2213,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
22092213

22102214
[.description]
22112215
--
2216+
Build args passed to docker via `--build-arg`
2217+
22122218

22132219
ifdef::add-copy-button-to-env-var[]
22142220
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_BUILD_ARGS__ARG_NAME_+++[]
@@ -2224,6 +2230,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
22242230

22252231
[.description]
22262232
--
2233+
Images to consider as cache sources. Values are passed to `docker build`/`podman build` via the `cache-from` option
2234+
22272235

22282236
ifdef::add-copy-button-to-env-var[]
22292237
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_CACHE_FROM+++[]
@@ -2239,6 +2247,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
22392247

22402248
[.description]
22412249
--
2250+
The networking mode for the RUN instructions during build
2251+
22422252

22432253
ifdef::add-copy-button-to-env-var[]
22442254
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_NETWORK+++[]
@@ -2254,6 +2264,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
22542264

22552265
[.description]
22562266
--
2267+
Name of binary used to execute the docker/podman commands. This setting can override the global container runtime detection.
2268+
22572269

22582270
ifdef::add-copy-button-to-env-var[]
22592271
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_EXECUTABLE_NAME+++[]
@@ -2269,6 +2281,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
22692281

22702282
[.description]
22712283
--
2284+
Additional arbitrary arguments passed to the executable when building the container image.
2285+
22722286

22732287
ifdef::add-copy-button-to-env-var[]
22742288
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_ADDITIONAL_ARGS+++[]
@@ -3192,6 +3206,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
31923206

31933207
[.description]
31943208
--
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.
3210+
31953211

31963212
ifdef::add-copy-button-to-env-var[]
31973213
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_DOCKERFILE_JVM_PATH+++[]
@@ -3207,6 +3223,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
32073223

32083224
[.description]
32093225
--
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.
3227+
32103228

32113229
ifdef::add-copy-button-to-env-var[]
32123230
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_DOCKERFILE_NATIVE_PATH+++[]
@@ -3222,6 +3240,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
32223240

32233241
[.description]
32243242
--
3243+
Build args passed to docker via `--build-arg`
3244+
32253245

32263246
ifdef::add-copy-button-to-env-var[]
32273247
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_BUILD_ARGS__ARG_NAME_+++[]
@@ -3237,6 +3257,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
32373257

32383258
[.description]
32393259
--
3260+
Images to consider as cache sources. Values are passed to `docker build`/`podman build` via the `cache-from` option
3261+
32403262

32413263
ifdef::add-copy-button-to-env-var[]
32423264
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_CACHE_FROM+++[]
@@ -3252,6 +3274,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
32523274

32533275
[.description]
32543276
--
3277+
The networking mode for the RUN instructions during build
3278+
32553279

32563280
ifdef::add-copy-button-to-env-var[]
32573281
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_NETWORK+++[]
@@ -3267,6 +3291,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
32673291

32683292
[.description]
32693293
--
3294+
Name of binary used to execute the docker/podman commands. This setting can override the global container runtime detection.
3295+
32703296

32713297
ifdef::add-copy-button-to-env-var[]
32723298
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_EXECUTABLE_NAME+++[]
@@ -3282,6 +3308,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
32823308

32833309
[.description]
32843310
--
3311+
Additional arbitrary arguments passed to the executable when building the container image.
3312+
32853313

32863314
ifdef::add-copy-button-to-env-var[]
32873315
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_ADDITIONAL_ARGS+++[]
@@ -9046,7 +9074,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-ke
90469074

90479075
[.description]
90489076
--
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.
90509078

90519079

90529080
ifdef::add-copy-button-to-env-var[]
@@ -51886,6 +51914,8 @@ a| [[quarkus-narayana-jta_quarkus-transaction-manager-object-store-directory]] [
5188651914

5188751915
[.description]
5188851916
--
51917+
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.
51918+
5188951919

5189051920
ifdef::add-copy-button-to-env-var[]
5189151921
Environment variable: env_var_with_copy_button:+++QUARKUS_TRANSACTION_MANAGER_OBJECT_STORE_DIRECTORY+++[]
@@ -51901,6 +51931,8 @@ a| [[quarkus-narayana-jta_quarkus-transaction-manager-object-store-type]] [.prop
5190151931

5190251932
[.description]
5190351933
--
51934+
The type of object store.
51935+
5190451936

5190551937
ifdef::add-copy-button-to-env-var[]
5190651938
Environment variable: env_var_with_copy_button:+++QUARKUS_TRANSACTION_MANAGER_OBJECT_STORE_TYPE+++[]
@@ -51916,6 +51948,10 @@ a| [[quarkus-narayana-jta_quarkus-transaction-manager-object-store-datasource]]
5191651948

5191751949
[.description]
5191851950
--
51951+
The name of the datasource where the transaction logs will be stored when using the `jdbc` object store.
51952+
51953+
If undefined, it will use the default datasource.
51954+
5191951955

5192051956
ifdef::add-copy-button-to-env-var[]
5192151957
Environment variable: env_var_with_copy_button:+++QUARKUS_TRANSACTION_MANAGER_OBJECT_STORE_DATASOURCE+++[]
@@ -51931,6 +51967,8 @@ a| [[quarkus-narayana-jta_quarkus-transaction-manager-object-store-create-table]
5193151967

5193251968
[.description]
5193351969
--
51970+
Whether to create the table if it does not exist.
51971+
5193451972

5193551973
ifdef::add-copy-button-to-env-var[]
5193651974
Environment variable: env_var_with_copy_button:+++QUARKUS_TRANSACTION_MANAGER_OBJECT_STORE_CREATE_TABLE+++[]
@@ -51946,6 +51984,8 @@ a| [[quarkus-narayana-jta_quarkus-transaction-manager-object-store-drop-table]]
5194651984

5194751985
[.description]
5194851986
--
51987+
Whether to drop the table on startup.
51988+
5194951989

5195051990
ifdef::add-copy-button-to-env-var[]
5195151991
Environment variable: env_var_with_copy_button:+++QUARKUS_TRANSACTION_MANAGER_OBJECT_STORE_DROP_TABLE+++[]
@@ -51961,6 +52001,8 @@ a| [[quarkus-narayana-jta_quarkus-transaction-manager-object-store-table-prefix]
5196152001

5196252002
[.description]
5196352003
--
52004+
The prefix to apply to the table.
52005+
5196452006

5196552007
ifdef::add-copy-button-to-env-var[]
5196652008
Environment variable: env_var_with_copy_button:+++QUARKUS_TRANSACTION_MANAGER_OBJECT_STORE_TABLE_PREFIX+++[]

_generated-doc/latest/config/quarkus-container-image-docker.adoc

+14
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
1111

1212
[.description]
1313
--
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.
15+
1416

1517
ifdef::add-copy-button-to-env-var[]
1618
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_DOCKERFILE_JVM_PATH+++[]
@@ -26,6 +28,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
2628

2729
[.description]
2830
--
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.
32+
2933

3034
ifdef::add-copy-button-to-env-var[]
3135
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_DOCKERFILE_NATIVE_PATH+++[]
@@ -41,6 +45,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
4145

4246
[.description]
4347
--
48+
Build args passed to docker via `--build-arg`
49+
4450

4551
ifdef::add-copy-button-to-env-var[]
4652
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_BUILD_ARGS__ARG_NAME_+++[]
@@ -56,6 +62,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
5662

5763
[.description]
5864
--
65+
Images to consider as cache sources. Values are passed to `docker build`/`podman build` via the `cache-from` option
66+
5967

6068
ifdef::add-copy-button-to-env-var[]
6169
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_CACHE_FROM+++[]
@@ -71,6 +79,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
7179

7280
[.description]
7381
--
82+
The networking mode for the RUN instructions during build
83+
7484

7585
ifdef::add-copy-button-to-env-var[]
7686
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_NETWORK+++[]
@@ -86,6 +96,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
8696

8797
[.description]
8898
--
99+
Name of binary used to execute the docker/podman commands. This setting can override the global container runtime detection.
100+
89101

90102
ifdef::add-copy-button-to-env-var[]
91103
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_EXECUTABLE_NAME+++[]
@@ -101,6 +113,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
101113

102114
[.description]
103115
--
116+
Additional arbitrary arguments passed to the executable when building the container image.
117+
104118

105119
ifdef::add-copy-button-to-env-var[]
106120
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_ADDITIONAL_ARGS+++[]

_generated-doc/latest/config/quarkus-container-image-docker_quarkus.docker.adoc

+14
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
1111

1212
[.description]
1313
--
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.
15+
1416

1517
ifdef::add-copy-button-to-env-var[]
1618
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_DOCKERFILE_JVM_PATH+++[]
@@ -26,6 +28,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
2628

2729
[.description]
2830
--
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.
32+
2933

3034
ifdef::add-copy-button-to-env-var[]
3135
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_DOCKERFILE_NATIVE_PATH+++[]
@@ -41,6 +45,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
4145

4246
[.description]
4347
--
48+
Build args passed to docker via `--build-arg`
49+
4450

4551
ifdef::add-copy-button-to-env-var[]
4652
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_BUILD_ARGS__ARG_NAME_+++[]
@@ -56,6 +62,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
5662

5763
[.description]
5864
--
65+
Images to consider as cache sources. Values are passed to `docker build`/`podman build` via the `cache-from` option
66+
5967

6068
ifdef::add-copy-button-to-env-var[]
6169
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_CACHE_FROM+++[]
@@ -71,6 +79,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
7179

7280
[.description]
7381
--
82+
The networking mode for the RUN instructions during build
83+
7484

7585
ifdef::add-copy-button-to-env-var[]
7686
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_NETWORK+++[]
@@ -86,6 +96,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
8696

8797
[.description]
8898
--
99+
Name of binary used to execute the docker/podman commands. This setting can override the global container runtime detection.
100+
89101

90102
ifdef::add-copy-button-to-env-var[]
91103
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_EXECUTABLE_NAME+++[]
@@ -101,6 +113,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-docker_quarkus-
101113

102114
[.description]
103115
--
116+
Additional arbitrary arguments passed to the executable when building the container image.
117+
104118

105119
ifdef::add-copy-button-to-env-var[]
106120
Environment variable: env_var_with_copy_button:+++QUARKUS_DOCKER_ADDITIONAL_ARGS+++[]

_generated-doc/latest/config/quarkus-container-image-podman.adoc

+14
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
1111

1212
[.description]
1313
--
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.
15+
1416

1517
ifdef::add-copy-button-to-env-var[]
1618
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_DOCKERFILE_JVM_PATH+++[]
@@ -26,6 +28,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
2628

2729
[.description]
2830
--
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.
32+
2933

3034
ifdef::add-copy-button-to-env-var[]
3135
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_DOCKERFILE_NATIVE_PATH+++[]
@@ -41,6 +45,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
4145

4246
[.description]
4347
--
48+
Build args passed to docker via `--build-arg`
49+
4450

4551
ifdef::add-copy-button-to-env-var[]
4652
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_BUILD_ARGS__ARG_NAME_+++[]
@@ -56,6 +62,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
5662

5763
[.description]
5864
--
65+
Images to consider as cache sources. Values are passed to `docker build`/`podman build` via the `cache-from` option
66+
5967

6068
ifdef::add-copy-button-to-env-var[]
6169
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_CACHE_FROM+++[]
@@ -71,6 +79,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
7179

7280
[.description]
7381
--
82+
The networking mode for the RUN instructions during build
83+
7484

7585
ifdef::add-copy-button-to-env-var[]
7686
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_NETWORK+++[]
@@ -86,6 +96,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
8696

8797
[.description]
8898
--
99+
Name of binary used to execute the docker/podman commands. This setting can override the global container runtime detection.
100+
89101

90102
ifdef::add-copy-button-to-env-var[]
91103
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_EXECUTABLE_NAME+++[]
@@ -101,6 +113,8 @@ a|icon:lock[title=Fixed at build time] [[quarkus-container-image-podman_quarkus-
101113

102114
[.description]
103115
--
116+
Additional arbitrary arguments passed to the executable when building the container image.
117+
104118

105119
ifdef::add-copy-button-to-env-var[]
106120
Environment variable: env_var_with_copy_button:+++QUARKUS_PODMAN_ADDITIONAL_ARGS+++[]

0 commit comments

Comments
 (0)