fileflows (latest)

Published 2025-01-10 23:59:59 +01:00 by Joren

Installation

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

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:bcebbf0fddcba5b864d5d267b68dd23bcfb01275e6ec7bcab69bf8b56af14804 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
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 FileFlows.Server.dll /app/Server/FileFlows.Server.dll # buildkit

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-01-10 23:59:59 +01:00
1
OCI / Docker
linux/amd64
603 MiB
Versions (5) View all
latest 2025-01-10
1.0.3 2025-01-10
1.0.2 2025-01-10
1.0.1 2025-01-10
1.0.0 2025-01-10