Skip to content

Commit 9d27cb1

Browse files
committed
Sync documentation of main branch
1 parent db90a71 commit 9d27cb1

21 files changed

+3030
-19
lines changed

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

Lines changed: 1093 additions & 7 deletions
Large diffs are not rendered by default.

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

Lines changed: 14 additions & 0 deletions
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/main/config/quarkus-container-image-docker_quarkus.docker.adoc

Lines changed: 14 additions & 0 deletions
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/main/config/quarkus-container-image-podman.adoc

Lines changed: 14 additions & 0 deletions
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+++[]

_generated-doc/main/config/quarkus-container-image-podman_quarkus.podman.adoc

Lines changed: 14 additions & 0 deletions
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)