container

alpine-base-s6

Back to overview

Base image: alpine:3.12.1
Full name: ludeeus/container:alpine-base-s6
View this on Docker Hub

Environment variables

Variable Value
CONTAINER_TYPE alpine-base-s6
S6_BEHAVIOUR_IF_STAGE2_FAILS 2
S6_CMD_WAIT_FOR_SERVICES 1

Features

Alpine packages

Package Version
bash 5.0.17-r0
git 2.26.2-r0
openssh 8.3_p1-r0
openssl-dev 1.1.1g-r0

Generated dockerfile
FROM alpine:3.12.1

ENV CONTAINER_TYPE=alpine-base-s6
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
ENV S6_CMD_WAIT_FOR_SERVICES=1

COPY rootfs/s6/install /s6/install

RUN  \ 
    apk add --no-cache  \ 
        bash=5.0.17-r0 \ 
        git=2.26.2-r0 \ 
        openssh=8.3_p1-r0 \ 
        openssl-dev=1.1.1g-r0 \ 
    && bash /s6/install \ 
    && rm -R /s6 \ 
    && rm -rf /var/cache/apk/* \ 
    && 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