diff options
author | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-02-18 14:26:29 +0100 |
---|---|---|
committer | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-02-19 14:34:34 +0000 |
commit | 0d2b6a1b2f1d93178fa856877d42a20a6f9413a5 (patch) | |
tree | cf13724e2a886f34e48eef8dec1515cd78b1fb69 /deployment/docker | |
parent | 90b40166c45d2348cf2cb99b47bbba6381e2362c (diff) |
Change openjdk baseOS img to integration-java11
This change should not have any effects on functionality as
integration-java11:7.0.0 image is built on top of
openjdk:11.0.6-jre-slim.
Benefits from switching over:
* minimal {java11,python} images maintained by integration team
* using currently "blessed by seccom" versions (if :latest tag used)
* should limit spread of legal issues across layers
* integration images will be the first to have automated compliance
documentation
* should limit spread of base layers (contributing to deployment
footprint - more base layers = more to download, more to store etc...)
Issue-ID: INT-1864
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
Change-Id: Ifc4eb87c77e4742562a4b43a803ded0c646bad50
Diffstat (limited to 'deployment/docker')
-rw-r--r-- | deployment/docker/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/docker/src/main/docker/Dockerfile b/deployment/docker/src/main/docker/Dockerfile index 05684eee..d074c404 100644 --- a/deployment/docker/src/main/docker/Dockerfile +++ b/deployment/docker/src/main/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM openjdk:11.0.6-jre-slim +FROM nexus3.onap.org:10001/onap/integration-java11:7.0.0 RUN apt-get update && apt-get install -y sudo |