Sign inSign up

evojam/aws-ecs-java8

By evojam

Updated almost 7 years ago

Base image for apps running on AWS ECS on JVM8

Image
0

986

evojam/aws-ecs-java8 repository overview

FROM openjdk:8

RUN apt-get update && apt-get install -y python-pip jq
RUN pip install awscli --ignore-installed six
RUN apt-get clean &&  rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Tag summary

Content type

Image

Digest

Size

355.9 MB

Last updated

almost 7 years ago

docker pull evojam/aws-ecs-java8