Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs to say that the Dockerfile is created, not the image #1210

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

sschuberth
Copy link
Contributor

This is just a trivial docs fix without an associated issue.

Copy link
Owner

@bmuschko bmuschko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks for this.

@@ -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.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make the same change in 33-tasks.adoc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, commit amended and force-pushed.

@bmuschko bmuschko added this to the v9.4.1 milestone Dec 21, 2023
@bmuschko bmuschko merged commit 57521d3 into bmuschko:master Dec 21, 2023
3 checks passed
@bmuschko
Copy link
Owner

Thanks for the pull request. It has been merged.

@sschuberth sschuberth deleted the dockerfile-doc-fix branch December 22, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants