farrellit / ec2metadata-role-assumption

a simple role assumption service that exports resultant credentials the same way the ec2metadata service does, and provides endpoints for arbitrary metadata like in EC2 land.
8 stars 30 forks source link

saving miniscule amounts of disk space, container naming convenience. #25

Closed toodufuye closed 6 years ago

toodufuye commented 7 years ago

On a previous commit of this repo, I was able to save 400mb of disk space by using ruby:2.2-slim. That doesn't work with the latest code, so the only change to the dockerfile is to remove unneeded apt data, and combine some steps.