Skip to content

Commit

Permalink
docs about costom imageName
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtingxu committed Jun 20, 2024
1 parent cc0c3e4 commit 6458e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mall-catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ bootRun {
// https://docs.spring.io/spring-boot/gradle-plugin/packaging-oci-image.html
bootBuildImage {
builder = "docker.io/paketobuildpacks/builder-jammy-base"
// imageName = "thales/${project.name}:${version}"
imageName = "${project.name}"
environment = ["BP_JVM_VERSION" : "17"]
environment = ["BP_JVM_VERSION": "17"]

docker {
publishRegistry {
Expand Down

0 comments on commit 6458e1b

Please sign in to comment.