From 24d2f4ac2b715cd3b75b96ae5f89f6e162758b2a Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 21 Dec 2023 17:49:10 +0100 Subject: [PATCH] Fix docs to say that the `Dockerfile` is created, not the image --- src/docs/asciidoc/user-guide/23-tasks.adoc | 2 +- src/docs/asciidoc/user-guide/33-tasks.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/user-guide/23-tasks.adoc b/src/docs/asciidoc/user-guide/23-tasks.adoc index a11e829c8..6e7bb14a4 100644 --- a/src/docs/asciidoc/user-guide/23-tasks.adoc +++ b/src/docs/asciidoc/user-guide/23-tasks.adoc @@ -6,7 +6,7 @@ The plugin provides a set of tasks for your project and preconfigures them with |======= |Task name |Depends On |Type |Description |`dockerSyncBuildContext` |`classes` |TaskProvider<{uri-gradle-docs}/javadoc/org/gradle/api/tasks/Sync.html[Sync]> |Copies the application files to a temporary directory for image creation. -|`dockerCreateDockerfile` |`dockerSyncBuildContext` |TaskProvider<{uri-ghpages}/api/com/bmuschko/gradle/docker/tasks/image/Dockerfile.html[Dockerfile]> |Creates the Docker image for the Java application. +|`dockerCreateDockerfile` |`dockerSyncBuildContext` |TaskProvider<{uri-ghpages}/api/com/bmuschko/gradle/docker/tasks/image/Dockerfile.html[Dockerfile]> |Creates the `Dockerfile` for the Java application. |`dockerBuildImage` |`dockerCreateDockerfile` |TaskProvider<{uri-ghpages}/api/com/bmuschko/gradle/docker/tasks/image/DockerBuildImage.html[DockerBuildImage]> |Builds the Docker image for the Java application. |`dockerPushImage` |`dockerBuildImage` |TaskProvider<{uri-ghpages}/api/com/bmuschko/gradle/docker/tasks/image/DockerPushImage.html[DockerPushImage]> |Pushes created Docker image to the repository. |======= \ No newline at end of file diff --git a/src/docs/asciidoc/user-guide/33-tasks.adoc b/src/docs/asciidoc/user-guide/33-tasks.adoc index 56e34f81e..b75db7e95 100644 --- a/src/docs/asciidoc/user-guide/33-tasks.adoc +++ b/src/docs/asciidoc/user-guide/33-tasks.adoc @@ -6,7 +6,7 @@ The plugin provides a set of tasks for your project and preconfigures them with |======= |Task name |Depends On |Type |Description |`dockerSyncBuildContext` |`classes` |TaskProvider<{uri-gradle-docs}/javadoc/org/gradle/api/tasks/Sync.html[Sync]> |Copies the application files to a temporary directory for image creation. -|`dockerCreateDockerfile` |`dockerSyncBuildContext` |TaskProvider<{uri-ghpages}/api/com/bmuschko/gradle/docker/tasks/image/Dockerfile.html[Dockerfile]> |Creates the Docker image for the Spring Boot application. +|`dockerCreateDockerfile` |`dockerSyncBuildContext` |TaskProvider<{uri-ghpages}/api/com/bmuschko/gradle/docker/tasks/image/Dockerfile.html[Dockerfile]> |Creates the `Dockerfile` for the Spring Boot application. |`dockerBuildImage` |`dockerCreateDockerfile` |TaskProvider<{uri-ghpages}/api/com/bmuschko/gradle/docker/tasks/image/DockerBuildImage.html[DockerBuildImage]> |Builds the Docker image for the Spring Boot application. |`dockerPushImage` |`dockerBuildImage` |TaskProvider<{uri-ghpages}/api/com/bmuschko/gradle/docker/tasks/image/DockerPushImage.html[DockerPushImage]> |Pushes created Docker image to the repository. |======= \ No newline at end of file