diff --git a/src/docs/asciidoc/user-guide/23-tasks.adoc b/src/docs/asciidoc/user-guide/23-tasks.adoc index a11e829c..6e7bb14a 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 56e34f81..b75db7e9 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