aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Mazuruk <a.mazuruk@samsung.com>2021-02-18 14:26:29 +0100
committerAlexander Mazuruk <a.mazuruk@samsung.com>2021-02-19 14:34:34 +0000
commit0d2b6a1b2f1d93178fa856877d42a20a6f9413a5 (patch)
treecf13724e2a886f34e48eef8dec1515cd78b1fb69
parent90b40166c45d2348cf2cb99b47bbba6381e2362c (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
-rw-r--r--deployment/docker/src/main/docker/Dockerfile2
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