File tree Expand file tree Collapse file tree 2 files changed +6
-26
lines changed
Expand file tree Collapse file tree 2 files changed +6
-26
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ docker:
1515
1616docker-debug :
1717 @TAG=` ./mvnw -f gateway/ help:evaluate -q -DforceStdout -Dexpression=imageTag` && \
18- ./mvnw package -f gateway/ -Pdocker-debug -ntp -DskipTests && \
19- docker tag georchestra/gateway:$$ {TAG} georchestra/gateway:latest-debug
18+ ./mvnw package -f gateway/ -Pdocker,docker -debug -ntp -DskipTests && \
19+ docker tag georchestra/gateway:$$ {TAG}-debug georchestra/gateway:latest-debug
2020
2121deb : install
2222 ./mvnw package deb:package -f gateway/ -PdebianPackage
Original file line number Diff line number Diff line change 254254 </profile >
255255 <profile >
256256 <id >docker-debug</id >
257- <build >
258- <plugins >
259- <plugin >
260- <groupId >org.springframework.boot</groupId >
261- <artifactId >spring-boot-maven-plugin</artifactId >
262- <executions >
263- <execution >
264- <id >build-image</id >
265- <goals >
266- <goal >build-image</goal >
267- </goals >
268- </execution >
269- </executions >
270- <configuration >
271- <image >
272- <builder >paketobuildpacks/builder-jammy-base</builder >
273- <name >georchestra/${project.artifactId} :${project.version} -debug</name >
274- <pullPolicy >IF_NOT_PRESENT</pullPolicy >
275- </image >
276- <jvmOptions >-XX:MaxRAMPercentage=80 -XX:+UseParallelGC</jvmOptions >
277- </configuration >
278- </plugin >
279- </plugins >
280- </build >
257+ <properties >
258+ <spring-boot .build-image.builder>paketobuildpacks/builder-jammy-base</spring-boot .build-image.builder>
259+ <spring-boot .build-image.imageName>georchestra/gateway:${imageTag} -debug</spring-boot .build-image.imageName>
260+ </properties >
281261 </profile >
282262 <profile >
283263 <id >debianPackage</id >
You can’t perform that action at this time.
0 commit comments