ole

maloja (sha256:e1fd0aec31f9483045ead8998a901f6349b58ecccac8c8d4a81ee0c0a7640c71)

Published 2026-08-28 11:41:17 +02:00 by ole

Installation

docker pull git.olemo.de/ole/maloja@sha256:e1fd0aec31f9483045ead8998a901f6349b58ecccac8c8d4a81ee0c0a7640c71
sha256:e1fd0aec31f9483045ead8998a901f6349b58ecccac8c8d4a81ee0c0a7640c71

About this package

baseimage-alpine image by linuxserver.io

Image layers

COPY /root-out/ / # buildkit
ARG BUILD_DATE=2026-07-18T14:34:25+00:00
ARG VERSION=993efc33-ls36
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
ARG LSIOWN_VERSION=v1
ARG WITHCONTENV_VERSION=v1
LABEL build_version=Linuxserver.io version:- 993efc33-ls36 Build-date:- 2026-07-18T14:34:25+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=2026-07-18T14:34:25+00:00 VERSION=993efc33-ls36 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"]
WORKDIR /usr/src/app
COPY --chown=abc:abc ./requirements.txt ./requirements.txt # buildkit
RUN /bin/sh -c echo "" && echo "**** install build packages ****" && apk add --no-cache --virtual=build-deps gcc g++ python3-dev libxml2-dev libxslt-dev libffi-dev libc-dev py3-pip linux-headers && echo "" && echo "**** install runtime packages ****" && apk add --no-cache python3 py3-lxml libmagic tzdata && echo "" && echo "**** install pip dependencies ****" && python3 -m venv /venv && . /venv/bin/activate && python3 -m ensurepip && pip install -U --no-cache-dir pip wheel && echo "" && echo "**** install maloja requirements ****" && pip install --no-cache-dir -r requirements.txt && echo "" && echo "**** cleanup ****" && apk del --purge build-deps && rm -rf /tmp/* ${HOME}/.cache # buildkit
COPY --chown=abc:abc . . # buildkit
RUN /bin/sh -c echo "" && echo "**** install maloja ****" && apk add --no-cache --virtual=install-deps py3-pip && python3 -m venv /venv && . /venv/bin/activate && pip3 install /usr/src/app && apk del --purge install-deps && rm -rf /tmp/* ${HOME}/.cache # buildkit
COPY container/root/ / # buildkit
ENV MALOJA_SKIP_SETUP=yes MALOJA_CONTAINER=yes PYTHONUNBUFFERED=1 PUID=0 PGID=0
EXPOSE [42010/tcp]

Labels

Key Value
build_version Linuxserver.io version:- 993efc33-ls36 Build-date:- 2026-07-18T14:34:25+00:00
maintainer TheLamer
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2026-07-18T14:34:25+00:00
org.opencontainers.image.description baseimage-alpine image by linuxserver.io
org.opencontainers.image.documentation https://docs.linuxserver.io/images/docker-baseimage-alpine
org.opencontainers.image.licenses GPL-3.0-only
org.opencontainers.image.ref.name 296b7e4658aef9f03ac721d7c36164175ee61af9
org.opencontainers.image.revision 296b7e4658aef9f03ac721d7c36164175ee61af9
org.opencontainers.image.source https://github.com/linuxserver/docker-baseimage-alpine
org.opencontainers.image.title Baseimage-alpine
org.opencontainers.image.url https://github.com/linuxserver/docker-baseimage-alpine/packages
org.opencontainers.image.vendor linuxserver.io
org.opencontainers.image.version 993efc33-ls36
Details
Container
2026-08-28 11:41:17 +02:00
1
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
46 MiB
Versions (2) View all
latest 2026-08-28
pushtest 2026-07-17