Repo for SSM agent (This is not an _official repo_)
10K+
Dockerfile:
FROM amazonlinux:2
LABEL maintainer "Nithish Murcherla <[email protected]>"
RUN yum update -y && \
yum install -y awscli iptables systemd curl tar sudo procps && \
yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm && \
yum clean all
#Failed to get D-Bus connection: Operation not permitted
#RUN systemctl status amazon-ssm-agent
WORKDIR /opt/amazon/ssm/
CMD ["amazon-ssm-agent", "start"]
Content type
Image
Digest
Size
39.4 MB
Last updated
almost 6 years ago
docker pull nithmu/ssm-agent:3.0.502.0-alphine