Sha256: 92bc1ecfc0c856cdbbfb7d37573d66d689d3bdffe7c927d765fd27a22940b994
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
FROM amazonlinux:1 RUN yum install -y upstart openssh-server && yum clean all ADD rc.conf /etc/init/rc.conf COPY ami-spec.pub /root/.ssh/authorized_keys COPY sshd_config /etc/ssh/sshd_config CMD ["/bin/bash", "-c", "exec /sbin/init"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ami_spec-1.2.0 | spec/containers/Dockerfile.amazon_linux |
ami_spec-1.1.0 | spec/containers/Dockerfile.amazon_linux |