Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Rationale

The ONAP community and early adopters has expressed concern with the size of the images. A strong rationale is to optimize ONAP image sizes.

Images contained the in official repositories have clear documentation, promote best practices and support common use cases.

Using the base images provided here, users could still build a custom images with just the necessary pre-compiled libraries to save space.

Guidelines

Developers are encouraged to use images from the official, curated repositories, for example https://hub.docker.com/explore/?page=1

Recommended base images


Current Base ImageRecommended Base Image**Supports multi-CPU deployments
java:8openjdk:8-alpineYes
java:openjdk-8-jreopenjdj:8-jre-alpineYes
jetty:9.3-jre8jetty:9.3-jre8-alpineYes
jetty:9.3-jre8-alpinejetty:9.3-jre8-alpineYes
nginx:1.11.8nginx:1.15-alpineYes
nginx:1.11.9-alpinenginx:1.15-alpineYes
node:4.6.0node:6.14-alpineYes
node:6.10.3node:6.14-alpineYes
openjdk:8u121-jre-alpineopenjdk:8u171-jre-alpineYes
openresty/openresty:alpine
Unknown
python:alpinepython:3-alpine, python:2-alpineYes

(**) Recommended release, users are encouraged to choose newer official releases.

  • No labels