Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
a5c42ce4
Commit
a5c42ce4
authored
May 20, 2020
by
Scott Frederick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish `Add gradle build image command line example`
See gh-21490
parent
88a32d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
packaging-oci-image.adoc
...-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc
+8
-1
No files found.
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc
View file @
a5c42ce4
...
@@ -96,6 +96,13 @@ include::../gradle/packaging/boot-build-image-builder.gradle.kts[tags=builder]
...
@@ -96,6 +96,13 @@ include::../gradle/packaging/boot-build-image-builder.gradle.kts[tags=builder]
This configuration will use a builder image with the name `mine/java-cnb-builder` and the tag `latest`.
This configuration will use a builder image with the name `mine/java-cnb-builder` and the tag `latest`.
The builder can be specified on the command line as well, as shown in this example:
[indent=0]
----
$ gradle bootBuildImage --builder=mine/java-cnb-builder
----
[[build-image-example-builder-configuration]]
[[build-image-example-builder-configuration]]
...
@@ -157,5 +164,5 @@ The image name can be specified on the command line as well, as shown in this ex
...
@@ -157,5 +164,5 @@ The image name can be specified on the command line as well, as shown in this ex
[indent=0]
[indent=0]
----
----
$ gradle bootBuildImage --imageName=example.com/library/v1
$ gradle bootBuildImage --imageName=example.com/library/
my-app:
v1
----
----
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment