mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-31 21:17:39 +09:00 
			
		
		
		
	Bot Updating Templated Files
This commit is contained in:
		| @@ -1,47 +0,0 @@ | |||||||
| # syntax=docker/dockerfile:1 |  | ||||||
|  |  | ||||||
| FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-jammy |  | ||||||
|  |  | ||||||
| # set version label |  | ||||||
| ARG BUILD_DATE |  | ||||||
| ARG VERSION |  | ||||||
| ARG JELLYFIN_RELEASE |  | ||||||
| LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" |  | ||||||
| LABEL maintainer="thelamer" |  | ||||||
|  |  | ||||||
| # environment settings |  | ||||||
| ARG DEBIAN_FRONTEND="noninteractive" |  | ||||||
| ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility" |  | ||||||
|  |  | ||||||
| RUN \ |  | ||||||
|   echo "**** install jellyfin *****" && \ |  | ||||||
|   curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && \ |  | ||||||
|   echo 'deb [arch=armhf] https://repo.jellyfin.org/ubuntu jammy main' > /etc/apt/sources.list.d/jellyfin.list && \ |  | ||||||
|   echo 'deb [arch=armhf] https://repo.jellyfin.org/ubuntu jammy unstable' >> /etc/apt/sources.list.d/jellyfin.list && \ |  | ||||||
|   if [ -z ${JELLYFIN_RELEASE+x} ]; then \ |  | ||||||
|     JELLYFIN_RELEASE=$(curl -sX GET https://repo.jellyfin.org/ubuntu/dists/jammy/unstable/binary-amd64/Packages |grep -A 7 -m 1 'Package: jellyfin-server' | awk -F ': ' '/Version/{print $2;exit}'); \ |  | ||||||
|   fi && \ |  | ||||||
|   apt-get update && \ |  | ||||||
|   apt-get install -y --no-install-recommends \ |  | ||||||
|     at \ |  | ||||||
|     jellyfin-server=${JELLYFIN_RELEASE} \ |  | ||||||
|     jellyfin-ffmpeg5 \ |  | ||||||
|     jellyfin-web \ |  | ||||||
|     libfontconfig1 \ |  | ||||||
|     libfreetype6 \ |  | ||||||
|     libomxil-bellagio0 \ |  | ||||||
|     libomxil-bellagio-bin \ |  | ||||||
|     libraspberrypi0 \ |  | ||||||
|     libssl3 && \ |  | ||||||
|   echo "**** cleanup ****" && \ |  | ||||||
|   rm -rf \ |  | ||||||
|     /tmp/* \ |  | ||||||
|     /var/lib/apt/lists/* \ |  | ||||||
|     /var/tmp/* |  | ||||||
|  |  | ||||||
| # add local files |  | ||||||
| COPY root/ /  |  | ||||||
|  |  | ||||||
| # ports and volumes |  | ||||||
| EXPOSE 8096 8920 |  | ||||||
| VOLUME /config |  | ||||||
		Reference in New Issue
	
	Block a user