diff options
author | Jim Hahn <jrh3@att.com> | 2021-03-25 18:04:18 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-03-26 12:26:26 -0400 |
commit | 516b0a8287a70500e1c68c13afb264d20af5efeb (patch) | |
tree | 47fbc300b7cf32abacc855708b3fa8202336ca04 /policy-jre/alpine/src | |
parent | 39b7b9897494d9f14ca196c8f0e2f0bc7e57cf4f (diff) |
Use base image for policy-jdk docker images
Couldn't figure out a way to remove the jre, but was able to install the
jdk over top of it.
Issue-ID: POLICY-3134
Change-Id: I6096ff765500977f58449800192bbf2b53848efa
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-jre/alpine/src')
-rw-r--r-- | policy-jre/alpine/src/main/docker/Dockerfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/policy-jre/alpine/src/main/docker/Dockerfile b/policy-jre/alpine/src/main/docker/Dockerfile index ec950d72..20e74134 100644 --- a/policy-jre/alpine/src/main/docker/Dockerfile +++ b/policy-jre/alpine/src/main/docker/Dockerfile @@ -1,6 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019 Tieto. All rights reserved. -# Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2020, 2021 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2020 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -30,10 +30,7 @@ LABEL maintainer="Policy Team" ENV POLICY_HOME=/opt/app/policy USER root -# -# When these are done via a single "RUN", I/O errors occur sporadically, -# thus they have been split into separate RUNs. -# + RUN apk update \ && apk add --no-cache \ busybox-extras \ |