container

debian-base-s6

Back to overview

Base image: debian:10.6-slim
Full name: ludeeus/container:debian-base-s6
View this on Docker Hub

Environment variables

Variable Value
CONTAINER_TYPE debian-base-s6
DEBIAN_FRONTEND noninteractive
S6_BEHAVIOUR_IF_STAGE2_FAILS 2
S6_CMD_WAIT_FOR_SERVICES 1

Features

Debian packages


Generated dockerfile
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