base11 (202502a)

Published 2025-02-13 13:00:02 -03:00 by lmachuca

Installation

docker pull forja.helpcom.cl/helpcom/base11:202502a
sha256:45653471bc4f71444ce66e51a263459ed8fef03d7e84a094934bc4b24221a8a1

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1738540800'
ENV USER_ID=1000
ENV PROJ helpcom
/bin/sh -c apt-get update && apt-get install tzdata locales
/bin/sh -c locale-gen es_CL.UTF-8
ENV TZ America/Santiago
ENV LANG es_CL.UTF-8
ENV LANGUAGE es_CL:es
ENV LC_ALL POSIX
/bin/sh -c mkdir /app
COPY file:66d4b04bd60245febe1932380b339ffa1b1230842f6923de5bc7f92958b13e1b in /etc/apt/sources.list.d/helpcom.list
COPY file:fce1cf69d4db1e611fe19a2cc85fe8f8dc62f1efe0e9af75fd08df1f4e3cd2b3 in /tmp/
/bin/sh -c /tmp/1-install-packages.sh
COPY file:d97d0409087a3bbb8f1ad5adc1c5557c3dbbfecf5aeb00565778169876ac24f0 in /tmp/
/bin/sh -c /tmp/2-sshd.sh
/bin/sh -c useradd -ms /bin/bash --uid ${USER_ID?-no_UUID} helpcom && (echo "helpcom:helpcom0170" | chpasswd ) && chown helpcom /app
USER helpcom
WORKDIR /home/helpcom
/bin/sh -c mkdir -p ~/postinst ~/bin
USER root
EXPOSE 22
CMD ["/usr/sbin/sshd", "-D"]

Labels

Key Value
io.buildah.version 1.38.1
Details
Container
2025-02-13 13:00:02 -03:00
0
OCI / Docker
linux/amd64
57 MiB
Versions (1) View all
202502a 2025-02-13