File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
graceful-container-removal Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project >
3+ <modelVersion >4.0.0</modelVersion >
4+
5+ <parent >
6+ <groupId >io.fabric8.dmp.itests</groupId >
7+ <artifactId >dmp-it-parent</artifactId >
8+ <version >0.45-SNAPSHOT</version >
9+ <relativePath >../pom.xml</relativePath >
10+ </parent >
11+
12+ <groupId >fabric8io</groupId >
13+ <artifactId >dmp-it-graceful-container-removal</artifactId >
14+ <packaging >pom</packaging >
15+
16+ <build >
17+ <plugins >
18+ <plugin >
19+ <groupId >io.fabric8</groupId >
20+ <artifactId >docker-maven-plugin</artifactId >
21+ <configuration >
22+ <images >
23+ <image >
24+ <name >busybox</name >
25+ <run >
26+ <autoRemove >true</autoRemove >
27+ <wait >
28+ <shutdown >128</shutdown >
29+ </wait >
30+ </run >
31+ </image >
32+ </images >
33+ </configuration >
34+ <executions >
35+ <execution >
36+ <id >start-docker</id >
37+ <goals >
38+ <goal >start</goal >
39+ </goals >
40+ </execution >
41+ <execution >
42+ <id >stop-docker</id >
43+ <goals >
44+ <goal >stop</goal >
45+ </goals >
46+ </execution >
47+ </executions >
48+ </plugin >
49+ </plugins >
50+ </build >
51+ </project >
Original file line number Diff line number Diff line change 3333 <module >dockerfile-base-as-arg</module >
3434 <module >dockerfile-base-as-arg-buildconfig</module >
3535 <module >dockerignore</module >
36+ <module >graceful-container-removal</module >
3637 <module >healthcheck</module >
3738 <module >helloworld</module >
3839 <module >log</module >
You can’t perform that action at this time.
0 commit comments