Sha256: 10f656cb132bd5a834703acd631bf19d109e334981da2b350d990072ffca818c

Contents?: true

Size: 193 Bytes

Versions: 2

Compression:

Stored size: 193 Bytes

Contents

FROM ubuntu-upstart:trusty

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y openssh-server && apt-get clean

COPY ami-spec.pub /root/.ssh/authorized_keys

EXPOSE 22

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ami_spec-1.2.0 spec/containers/Dockerfile.trusty
ami_spec-1.1.0 spec/containers/Dockerfile.trusty