mumoshu / kube-ssm-agent

Secure, access-controlled, and audited terminal sessions to EKS nodes without SSH
109 stars 35 forks source link

Remove yum cache to reduce docker image size #14

Open neglect-yp opened 4 years ago

neglect-yp commented 4 years ago

before:

$ docker image ls mumoshu/aws-ssm-agent:v0.3.0
REPOSITORY              TAG                 IMAGE ID            CREATED             SIZE
mumoshu/aws-ssm-agent   v0.3.0              a03b0a0c52a7        About an hour ago   715MB

after:

$ docker image ls mumoshu/aws-ssm-agent:v0.3.0
REPOSITORY              TAG                 IMAGE ID            CREATED             SIZE
mumoshu/aws-ssm-agent   v0.3.0              9400f59e9900        49 minutes ago      514MB
inductor commented 4 years ago

@mumoshu