91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

maven插件構建Docker鏡像

發布時間:2020-06-10 19:39:10 來源:網絡 閱讀:506 作者:素顏豬 欄目:編程語言

讀取Dockerfile進行構建

在項目的/src/main目錄下創建docker目錄

將Dockerfile文件添加進去

Dockerfile內容如下

FROM java:8

MAINTAINER dengyunshuo <dengyunshuo@163.com>

COPY *.jar /

ENTRYPOINT ["java","-jar", "/power-dubbo-provider-1.0-SNAPSHOT.jar"]


插件配置如下

<!-- docker的maven插件,官網:https://github.com/spotify/docker-maven-plugin -->

? ? ? ? ? ? <plugin>

? ? ? ? ? ? ? ? <groupId>com.spotify</groupId>

? ? ? ? ? ? ? ? <artifactId>docker-maven-plugin</artifactId>

? ? ? ? ? ? ? ? <version>0.4.12</version>

? ? ? ? ? ? ? ? <executions>

? ? ? ? ? ? ? ? ? ? <execution>

? ? ? ? ? ? ? ? ? ? ? ? <id>build-image</id>

? ? ? ? ? ? ? ? ? ? ? ? <phase>package</phase>

? ? ? ? ? ? ? ? ? ? ? ? <goals>

? ? ? ? ? ? ? ? ? ? ? ? ? ? <goal>build</goal>

? ? ? ? ? ? ? ? ? ? ? ? </goals>

? ? ? ? ? ? ? ? ? ? </execution>

? ? ? ? ? ? ? ? </executions>

? ? ? ? ? ? ? ? <configuration>

? ? ? ? ? ? ? ? ? ? <!-- 注意imageName一定要是符合正則[a-z0-9-_.]的,否則構建不會成功 -->

? ? ? ? ? ? ? ? ? ? <!-- 詳見:https://github.com/spotify/docker-maven-plugin? ? Invalid repository name ... only [a-z0-9-_.] are allowed-->

? ? ? ? ? ? ? ? ? ? <imageName>${project.artifactId}:${project.version}</imageName>

? ? ? ? ? ? ? ? ? ? <dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>

? ? ? ? ? ? ? ? ? ? <resources>

? ? ? ? ? ? ? ? ? ? ? ? <resource>

? ? ? ? ? ? ? ? ? ? ? ? ? ? <targetPath>/</targetPath>

? ? ? ? ? ? ? ? ? ? ? ? ? ? <directory>${project.build.directory}</directory>

? ? ? ? ? ? ? ? ? ? ? ? ? ? <include>${project.build.finalName}.jar</include>

? ? ? ? ? ? ? ? ? ? ? ? </resource>

? ? ? ? ? ? ? ? ? ? </resources>

? ? ? ? ? ? ? ? </configuration>

? ? ? ? ? ? </plugin>

------------------------------------------------------------------------------------------------------

插件配置

<plugin>

? ? ? ? ? ? ? ? <groupId>com.spotify</groupId>

? ? ? ? ? ? ? ? <artifactId>docker-maven-plugin</artifactId>

? ? ? ? ? ? ? ? <version>0.4.12</version>

? ? ? ? ? ? ? ? <executions>

? ? ? ? ? ? ? ? ? ? <execution>

? ? ? ? ? ? ? ? ? ? ? ? <id>build-image</id>

? ? ? ? ? ? ? ? ? ? ? ? <phase>package</phase>

? ? ? ? ? ? ? ? ? ? ? ? <goals>

? ? ? ? ? ? ? ? ? ? ? ? ? ? <goal>build</goal>

? ? ? ? ? ? ? ? ? ? ? ? </goals>

? ? ? ? ? ? ? ? ? ? </execution>

? ? ? ? ? ? ? ? </executions>

? ? ? ? ? ? ? ? <configuration>

? ? ? ? ? ? ? ? ? ? <!-- 注意imageName一定要是符合正則[a-z0-9-_.]的,否則構建不會成功 -->

? ? ? ? ? ? ? ? ? ? <!-- 詳見:https://github.com/spotify/docker-maven-plugin? ? Invalid repository name ... only [a-z0-9-_.] are allowed-->

? ? ? ? ? ? ? ? ? ? <imageName>power-dubbo-provider</imageName>

? ? ? ? ? ? ? ? ? ? <baseImage>java</baseImage>

? ? ? ? ? ? ? ? ? ? <entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>

? ? ? ? ? ? ? ? ? ? <resources>

? ? ? ? ? ? ? ? ? ? ? ? <resource>

? ? ? ? ? ? ? ? ? ? ? ? ? ? <targetPath>/</targetPath>

? ? ? ? ? ? ? ? ? ? ? ? ? ? <directory>${project.build.directory}</directory>

? ? ? ? ? ? ? ? ? ? ? ? ? ? <include>${project.build.finalName}.jar</include>

? ? ? ? ? ? ? ? ? ? ? ? </resource>

? ? ? ? ? ? ? ? ? ? </resources>

? ? ? ? ? ? ? ? </configuration>

</plugin>

通過執行package打包既可


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

易门县| 清水县| 博乐市| 宜君县| 辽宁省| 安福县| 济南市| 五台县| 大名县| 马关县| 临海市| 南川市| 巴林右旗| 同德县| 封开县| 盐山县| 桂林市| 台北县| 武汉市| 云梦县| 连平县| 巧家县| 日喀则市| 二连浩特市| 收藏| 扬中市| 乐平市| 高邮市| 永靖县| 昭平县| 永城市| 凤城市| 定西市| 水富县| 孝感市| 惠安县| 行唐县| 墨玉县| 福鼎市| 五指山市| 舟曲县|