Reduce amazon Linux 2 docker size

0

I am trying to install Java 11 in Amazon Linux 2 docker image and trying to pass it as runtime for codebuild. Locally it has 750 MB after installation of Java 11 and when I upload it to ecr repo it's size is 300 MB. Is there a way to reduce it

Below is my sample docker file FROM amazonlinux RUN yum update -y RUN amazon-linux-extras install java-openjdk11 -y

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions