File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ services:
33
44 mariadb :
55 image : mariadb:10.6.1
6+ network_mode : host
67 ports :
78 - 3306:3306
89 environment :
Original file line number Diff line number Diff line change 155155 </excludes >
156156 </configuration >
157157 </plugin >
158+ <plugin >
159+ <groupId >com.google.cloud.tools</groupId >
160+ <artifactId >jib-maven-plugin</artifactId >
161+ <version >3.1.4</version >
162+ <configuration >
163+ <from >
164+ <image >openjdk:16</image >
165+ </from >
166+ <to >
167+ <image >com.github.throyer.common.spring-boot.${project.artifactId} :${project.version} </image >
168+ </to >
169+ <container >
170+ <creationTime >${maven.build.timestamp} </creationTime >
171+ <ports >
172+ <port >8080</port >
173+ </ports >
174+ </container >
175+ <allowInsecureRegistries >true</allowInsecureRegistries >
176+ </configuration >
177+ </plugin >
158178 </plugins >
159179 </build >
160180
161- </project >
181+ </project >
You can’t perform that action at this time.
0 commit comments