diff options
author | Jim Hahn <jrh3@att.com> | 2020-01-16 10:41:56 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-01-16 12:13:21 -0500 |
commit | de579e42a1daef260a01404b2bb8040b82d8c480 (patch) | |
tree | 19743553b30966e7610e3d66ec6ee7343864deac /policy-jdk/pom.xml | |
parent | 8db243af9793c7d54ca2547ac0785897846d17db (diff) |
Re-add alpine docker images
Split the RUN into separate items in an attempt to get past the
sporadic I/O Error when building the policy alpine docker images.
Updates per review comments:
- removed nss
- removed openssh (for now)
Issue-ID: POLICY-1586
Change-Id: I9e6181e67333a5fdf01c8a4286f117b673e50076
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-jdk/pom.xml')
-rw-r--r-- | policy-jdk/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index e02d1d1b..130784b2 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -29,7 +29,7 @@ <artifactId>policy-jdk</artifactId> <packaging>pom</packaging> - <name>Policy Common Docker images</name> + <name>Policy JDK Docker images</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -47,10 +47,7 @@ <profile> <id>docker</id> <modules> - <!-- pretty frequently, alpine fails to build, so removing - it for now <module>alpine</module> - --> <module>debian-slim</module> </modules> </profile> |