ji-container (latest)

Published 2026-03-14 17:42:58 +01:00 by malopieds

Installation

docker pull git.la-banquise.fr/banquise/ji-container:latest
sha256:0814dacdaf79f7ba946ff76948ee60f4c3f0919432d69ff50dd5b7ece7b4e861

About this package

[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.

Image layers

COPY /root-out/ / # buildkit
ARG BUILD_DATE=2025-10-11T13:33:38+00:00
ARG VERSION=68219374-ls13
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
ARG LSIOWN_VERSION=v1
ARG WITHCONTENV_VERSION=v1
LABEL build_version=Linuxserver.io version:- 68219374-ls13 Build-date:- 2025-10-11T13:33:38+00:00
LABEL maintainer=TheLamer
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |6 BUILD_DATE=2025-10-11T13:33:38+00:00 VERSION=68219374-ls13 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
COPY root/ / # buildkit
ENTRYPOINT ["/init"]
ENV LSIO_FIRST_PARTY=true
ARG BUILD_DATE=2025-10-12T18:49:27+00:00
ARG VERSION=10.0_p1-r9-ls208
ARG OPENSSH_RELEASE=10.0_p1-r9
LABEL build_version=Linuxserver.io version:- 10.0_p1-r9-ls208 Build-date:- 2025-10-12T18:49:27+00:00
LABEL maintainer=aptalca
RUN |3 BUILD_DATE=2025-10-12T18:49:27+00:00 VERSION=10.0_p1-r9-ls208 OPENSSH_RELEASE=10.0_p1-r9 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade logrotate nano netcat-openbsd sudo && echo "**** install openssh-server ****" && if [ -z ${OPENSSH_RELEASE+x} ]; then OPENSSH_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:openssh-server-pam$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache openssh-client==${OPENSSH_RELEASE} openssh-server-pam==${OPENSSH_RELEASE} openssh-sftp-server==${OPENSSH_RELEASE} && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** setup openssh environment ****" && sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && usermod --shell /bin/bash abc && rm -rf /tmp/* $HOME/.cache # buildkit
COPY /root / # buildkit
EXPOSE [2222/tcp]
VOLUME [/config]
RUN /bin/sh -c apk update # buildkit
RUN /bin/sh -c apk upgrade # buildkit
RUN /bin/sh -c apk add vim python3 py3-pip apache2 git # buildkit
RUN /bin/sh -c pip install discord-py --break-system-packages # buildkit
RUN /bin/sh -c mkdir -p /run/apache2 # buildkit
CMD ["/bin/sh" "-c" "exec /bin/sh -c \"trap : TERM INT; sleep 9999999999d & wait\""]

Labels

Key Value
build_version Linuxserver.io version:- 10.0_p1-r9-ls208 Build-date:- 2025-10-12T18:49:27+00:00
maintainer aptalca
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2025-10-12T18:49:27+00:00
org.opencontainers.image.description [Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.
org.opencontainers.image.documentation https://docs.linuxserver.io/images/docker-openssh-server
org.opencontainers.image.licenses GPL-3.0-only
org.opencontainers.image.ref.name 50353c323fa5a540eae22511f40fdea01a073a8b
org.opencontainers.image.revision 50353c323fa5a540eae22511f40fdea01a073a8b
org.opencontainers.image.source https://github.com/linuxserver/docker-openssh-server
org.opencontainers.image.title Openssh-server
org.opencontainers.image.url https://github.com/linuxserver/docker-openssh-server/packages
org.opencontainers.image.vendor linuxserver.io
org.opencontainers.image.version 10.0_p1-r9-ls208
Details
Container
2026-03-14 17:42:58 +01:00
2
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
68 MiB
Versions (1) View all
latest 2026-03-14