File tree Expand file tree Collapse file tree 5 files changed +8
-42
lines changed
Expand file tree Collapse file tree 5 files changed +8
-42
lines changed Original file line number Diff line number Diff line change 55 <configuration />
<
8000
td data-grid-cell-id="diff-e9d36932a122f303a1c700233a25de130a044e776e4c4d1d76aa6e4f35e52c65-6-6-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">66 </facet >
77 </component >
8- <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_8 " >
8+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_5 " >
99 <output url =" file://$MODULE_DIR$/target/classes" />
1010 <output-test url =" file://$MODULE_DIR$/target/test-classes" />
1111 <content url =" file://$MODULE_DIR$" >
101101 <orderEntry type =" library" name =" Maven: org.springframework:spring-beans:5.0.7.RELEASE" level =" project" />
102102 <orderEntry type =" library" name =" Maven: org.springframework:spring-expression:5.0.7.RELEASE" level =" project" />
103103 <orderEntry type =" library" name =" Maven: javax.activation:activation:1.1.1" level =" project" />
104- <orderEntry type =" library" scope =" TEST" name =" Maven: joda-time:joda-time:2.9.7 " level =" project" />
104+ <orderEntry type =" library" scope =" TEST" name =" Maven: joda-time:joda-time:2.9.9 " level =" project" />
105105 </component >
106106</module >
Original file line number Diff line number Diff line change 1616
1717 <properties >
1818 <docker-java .version>3.1.0-rc-3</docker-java .version>
19+ <javax .activation.version>1.1.1</javax .activation.version>
20+ <java .version>10</java .version>
1921 </properties >
2022
2123 <dependencies >
4547 <dependency >
4648 <groupId >joda-time</groupId >
4749 <artifactId >joda-time</artifactId >
48- <version >2.9.7</version >
4950 <scope >test</scope >
5051 </dependency >
5152
Original file line number Diff line number Diff line change 11spring.main.banner-mode =off
22dockerContainer.intervalSecond =10
3+ logging.level.root =warn
4+
35# ´Ë´¦ÅäÖÃHarbor-registryµÄÄÚÍøIP
4- registryRepository =192.168.0.48:8081
6+ registryRepository =192.168.0.48:8081
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class InternalDockerImageOperationsTest extends BaseTestCase {
1212
1313 private String filePath = "E:\\ docker-java-tutorials\\ src\\ test\\ resources\\ dockerfile" ;
1414 private String name = "isv/skytech/app1" ;
15- private String version = "2 .0.0" ;
15+ private String version = "4 .0.0" ;
1616
1717 @ Test
1818 public void 制作镜像_推送镜像 () {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments