Base image: debian:10.6-slim
Full name: ludeeus/container:debian-base
View this on Docker Hub
| Variable | Value |
|---|---|
CONTAINER_TYPE |
debian-base |
DEBIAN_FRONTEND |
noninteractive |
bashca-certificatesgitnanoopenssh-clientwget
FROM debian:10.6-slim
ENV DEBIAN_FRONTEND=noninteractive
ENV CONTAINER_TYPE=debian-base
RUN \
apt update \
&& apt install -y --no-install-recommends --allow-downgrades \
ca-certificates \
nano \
bash \
wget \
git \
openssh-client \
&& 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