• Joined on 2023-03-10

filebrowser (latest)

Published 2025-08-09 01:31:12 +00:00 by kohbo

Installation

docker pull git.kohding.net/kohbo/filebrowser:latest
sha256:c9f50d698b04514d5e9172739de821add0db0e3caa6bfdb64631bf7008da5ada

About this package

baseimage-alpine image by linuxserver.io

Image Layers

COPY /root-out/ / # buildkit
ARG BUILD_DATE=2025-07-19T13:45:23+00:00
ARG VERSION=a8e5679b-ls5
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
ARG LSIOWN_VERSION=v1
ARG WITHCONTENV_VERSION=v1
LABEL build_version=Linuxserver.io version:- a8e5679b-ls5 Build-date:- 2025-07-19T13:45:23+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-07-19T13:45:23+00:00 VERSION=a8e5679b-ls5 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"]
RUN /bin/sh -c apk update && apk --no-cache add ca-certificates mailcap jq # buildkit
RUN /bin/sh -c mkdir -p /config /database /srv && chown -R abc:abc /config /database /srv # buildkit
COPY filebrowser /bin/filebrowser # buildkit
COPY docker/common/ / # buildkit
COPY docker/s6/ / # buildkit
RUN /bin/sh -c chown -R abc:abc /bin/filebrowser /defaults healthcheck.sh # buildkit
HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "5s" "3s" "2s" "0s" '\x00'}
VOLUME [/srv /config /database]
EXPOSE map[80/tcp:{}]
ENV PUID=99
ENV PGID=100
EXPOSE map[80/tcp:{}]
VOLUME [/mnt/files]
VOLUME [/database]
ENTRYPOINT ["/bin/sh" "-c" "filebrowser"]
CMD ["-c" "/.filebrowser.json" "-d" "/filebrowser.db"]

Labels

Key Value
build_version Linuxserver.io version:- a8e5679b-ls5 Build-date:- 2025-07-19T13:45:23+00:00
maintainer TheLamer
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2025-08-06T14:51:34Z
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.name filebrowser
org.opencontainers.image.ref.name d48d757ef7e20e088fea1e592b7ba801bb4d9862
org.opencontainers.image.revision c829330b53d65016d56e6369b8283b0b70f959b3
org.opencontainers.image.source https://github.com/filebrowser/filebrowser
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 2.42.2
Details
Container
2025-08-09 01:31:12 +00:00
3
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
33 MiB
Versions (1) View all
latest 2025-08-09