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
The character encoding behavior of the embedded servlet container for request and response handling can be configured using the `server.servlet.encoding.*` configuration properties.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc
+12-5
Original file line number
Diff line number
Diff line change
@@ -397,9 +397,10 @@ The publish option can be specified on the command line as well, as shown in thi
The CNB builder caches layers that are used when building and launching an image.
404
405
By default, these caches are stored as named volumes in the Docker daemon with names that are derived from the full name of the target image.
405
406
If the image name changes frequently, for example when the project version is used as a tag in the image name, then the caches can be invalidated frequently.
The plugin can communicate with the https://minikube.sigs.k8s.io/docs/tasks/docker_daemon/[Docker daemon provided by minikube] instead of the default local connection.
428
432
429
433
On Linux and macOS, environment variables can be set using the command `eval $(minikube docker-env)` after minikube has been started.
TIP: With the `podman` CLI installed, the command `podman info --format='{{.Host.RemoteSocket.Path}}'` can be used to get the value for the `docker.host` configuration property shown in this example.
465
470
471
+
472
+
466
473
[[build-image.examples.docker.colima]]
467
474
==== Docker Configuration for Colima
468
-
469
475
The plugin can communicate with the Docker daemon provided by https://github.com/abiosoft/colima[Colima].
470
476
The `DOCKER_HOST` environment variable can be set by using the command `export DOCKER_HOST=$(docker context inspect colima -f '{{.Endpoints.docker.Host}}').`
If the builder or run image are stored in a private Docker registry that supports user authentication, authentication details can be provided using `docker.builderRegistry` properties as shown in the following example:
The CNB builder caches layers that are used when building and launching an image.
379
380
By default, these caches are stored as named volumes in the Docker daemon with names that are derived from the full name of the target image.
380
381
If the image name changes frequently, for example when the project version is used as a tag in the image name, then the caches can be invalidated frequently.
@@ -386,12 +387,15 @@ The cache volumes can be configured to use alternative names to give more contro
The plugin can communicate with the https://minikube.sigs.k8s.io/docs/tasks/docker_daemon/[Docker daemon provided by minikube] instead of the default local connection.
396
400
397
401
On Linux and macOS, environment variables can be set using the command `eval $(minikube docker-env)` after minikube has been started.
@@ -403,9 +407,10 @@ The plugin can also be configured to use the minikube daemon by providing connec
TIP: With the `colima` CLI installed, the command `podman info --format='{{.Host.RemoteSocket.Path}}'` can be used to get the value for the `docker.host` configuration property shown in this example.
419
424
425
+
426
+
420
427
[[build-image.examples.docker.colima]]
421
428
==== Docker Configuration for Colima
422
-
423
429
The plugin can communicate with the Docker daemon provided by https://github.com/abiosoft/colima[Colima].
424
430
The `DOCKER_HOST` environment variable can be set by using the command `export DOCKER_HOST=$(docker context inspect colima -f '{{.Endpoints.docker.Host}}').`
425
431
@@ -430,9 +436,10 @@ The plugin can also be configured to use Colima daemon by providing connection d
If the builder or run image are stored in a private Docker registry that supports user authentication, authentication details can be provided using `docker.builderRegistry` parameters as shown in the following example:
0 commit comments