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

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠