Base image: debian:10.6-slim
Full name: ludeeus/container:debian-base-s6
View this on Docker Hub
| Variable | Value |
|---|---|
CONTAINER_TYPE |
debian-base-s6 |
DEBIAN_FRONTEND |
noninteractive |
S6_BEHAVIOUR_IF_STAGE2_FAILS |
2 |
S6_CMD_WAIT_FOR_SERVICES |
1 |
S6 (v2.1.0.2)bashca-certificatesgitnanoopenssh-clientwget
FROM debian:10.6-slim
ENV DEBIAN_FRONTEND=noninteractive
ENV CONTAINER_TYPE=debian-base-s6
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
ENV S6_CMD_WAIT_FOR_SERVICES=1
COPY rootfs/s6/install /s6/install
RUN \
apt update \
&& apt install -y --no-install-recommends --allow-downgrades \
ca-certificates \
nano \
bash \
wget \
git \
openssh-client \
&& bash /s6/install \
&& rm -R /s6 \
&& rm -fr /var/lib/apt/lists/* \
&& rm -fr /tmp/* /var/{cache,log}/*
This is a generated version of the context used while building the container, some of the labels will not be correct since they use information in the action that publishes the container