diff options
author | Jim Hahn <jrh3@att.com> | 2020-01-15 11:09:14 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-01-15 11:09:14 -0500 |
commit | 8db243af9793c7d54ca2547ac0785897846d17db (patch) | |
tree | 510b78504feccb8c7b1038c12f4e20c3678fd21f /policy-jre/pom.xml | |
parent | 756e5feb2d1ecdc2066827dc473406dae48d9f2a (diff) |
Comment out alpine docker images
Issue-ID: POLICY-1586
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I2d6dc8c2d4b233cc17b5acf5260780416c55217b
Diffstat (limited to 'policy-jre/pom.xml')
-rw-r--r-- | policy-jre/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 7e494937..cc0d588d 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -46,7 +46,10 @@ <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> |