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

Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas