filebrowser (latest)

Published 2023-12-18 23:44:08 +00:00 by drone in Infrastructure/Filebrowser

Installation

docker pull git.clortox.com/infrastructure/filebrowser:latest
sha256:9871ca6bcc3c58ee8d841e676fa29667a3cb40c517b1f23aa0a4bc18169e3b36

Image Layers

ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk --update add ca-certificates mailcap curl jq # buildkit
COPY healthcheck.sh /healthcheck.sh # buildkit
RUN /bin/sh -c chmod +x /healthcheck.sh # Make the script executable # buildkit
HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh || exit 1"] "5s" "3s" "2s" '\x00'}
VOLUME [/srv]
EXPOSE map[80/tcp:{}]
COPY docker_config.json /.filebrowser.json # buildkit
COPY filebrowser /filebrowser # buildkit
ENTRYPOINT ["/filebrowser"]
COPY file:f3aadae78190f64e8c265f218650817fd5aaae90105605e4b7db66ceeef7b0a2 in /entrypoint.sh
/bin/sh -c sed -i 's/\r$//' /entrypoint.sh && chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
LABEL org.opencontainers.image.created=2023-12-18T23:44:04Z
LABEL org.opencontainers.image.revision=db88dc0d14963b901473b1a503de1c5790ff130f
LABEL org.opencontainers.image.source=https://git.clortox.com/Infrastructure/Filebrowser.git
LABEL org.opencontainers.image.url=https://git.clortox.com/Infrastructure/Filebrowser

Labels

Key Value
org.opencontainers.image.created 2023-12-18T23:44:04Z
org.opencontainers.image.name filebrowser
org.opencontainers.image.revision db88dc0d14963b901473b1a503de1c5790ff130f
org.opencontainers.image.source https://git.clortox.com/Infrastructure/Filebrowser.git
org.opencontainers.image.url https://git.clortox.com/Infrastructure/Filebrowser
org.opencontainers.image.version 2.26.0
Details
Container
2023-12-18 23:44:08 +00:00
21
OCI / Docker
linux/amd64
14 MiB
Versions (3) View all
v1.0.1 2023-12-18
latest 2023-12-18
v1.0.0 2023-12-18