1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00
2013-11-12 11:45:39 +01:00
2013-11-12 11:45:39 +01:00
2013-11-12 11:39:25 +01:00
2013-11-12 11:39:25 +01:00
2013-11-12 11:45:39 +01:00
2013-11-12 11:39:25 +01:00

# Use phusion/baseimage as base image. To make your builds reproducible, make
# sure you lock down to a specific version, not to `latest`!
FROM phusion/baseimage:<VERSION>

# Remove authentication rights for insecure_key.
RUN rm -f /root/.ssh/authorized_keys /home/*/.ssh/authorized_keys

# Use baseimage-docker's init process.
CMD ["/sbin/my_init"]

# ...put other build instructions here...

# Clean up APT when done.
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Description
No description provided
Readme 764 KiB
Languages
Shell 48.2%
Python 44.5%
Makefile 4.7%
Public Key 1.7%
Dockerfile 0.9%