Block a user
	fileflows (latest)
		
		
		Published 2025-06-02 04:09:06 +02:00  by Joren
		
	
Installation
docker pull git.directme.in/joren/fileflows:latestsha256:9f48ff83c1a616df7738916b2e00f205ee6eaae996647a673f5e59a50988efca
					Image Layers
| ARG RELEASE | 
| ARG LAUNCHPAD_BUILD_ARCH | 
| LABEL org.opencontainers.image.ref.name=ubuntu | 
| LABEL org.opencontainers.image.version=24.04 | 
| ADD file:ad85a9d7b0a74c2140bd51d9c4559cca392991e0c95f84cb139347348e5d1f9a 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 sudo 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 | 
| EXPOSE map[5000/tcp:{}] | 
| WORKDIR /app | 
| ENTRYPOINT ["/app/docker-entrypoint.sh"] | 
| COPY file:d3fbfd842cc083bbbf6084b4310b82f9e4a1dd69f9da4db2dd615b36632dff18 in /app/Server/FileFlows.Common.dll | 
| COPY file:55c448482d01d28b670d4d5c177f7a4c30edc1bed4bd02d924d98f18e027ed0d in /app/Server/FileFlows.Services.dll | 
Labels
| Key | Value | 
|---|---|
| org.opencontainers.image.ref.name | ubuntu | 
| org.opencontainers.image.version | 24.04 |