fileflows (latest)

Published 2025-03-12 22:52:55 +01:00 by Joren

Installation

docker pull git.directme.in/joren/fileflows:latest
sha256:fd4817066a9ffbe52df0a8e09cc927823cbedd7e068727bfe672bdcb98d139e6

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in /
CMD ["/bin/bash"]
ARG DEBIAN_FRONTEND=noninteractive
ENV PATH=/dotnet:/dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV DOTNET_ROOT=/dotnet
ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility NVIDIA_VISIBLE_DEVICES=all DOTNET_CLI_TELEMETRY_OPTOUT=true
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y software-properties-common && add-apt-repository universe && apt-get update && apt-get install -y tzdata wget ca-certificates gnupg curl tar xz-utils libssl-dev apt-transport-https openssl locales libfontconfig1 libfreetype6 pciutils vainfo git # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c wget https://dot.net/v1/dotnet-install.sh && bash dotnet-install.sh -c 8.0 --install-dir /dotnet && rm -f dotnet-install.sh && chmod 775 /dotnet # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c curl -fsSL https://get.docker.com | sh # buildkit
COPY /deploy /app # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /app/docker-entrypoint.sh # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c /dotnet/dotnet dev-certs https # buildkit
EXPOSE map[5000/tcp:{}]
WORKDIR /app
ENTRYPOINT ["/app/docker-entrypoint.sh"]
COPY Server /app/Server # buildkit

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-03-12 22:52:55 +01:00
12
OCI / Docker
linux/amd64
938 MiB
Versions (13) View all
latest 2025-03-12
1.0.11 2025-03-12
1.0.10 2025-02-04
1.0.9 2025-02-01
1.0.8 2025-01-29