Joshua M. Boniface
e14194bfe2
Fix remaining instances in root package configs
2 years ago
Nyanmisaka
10282dc444
Update intel compute runtime to 22.08.22549
3 years ago
Nyanmisaka
3fb3d7159c
Update intel compute runtime to 22.05.22297
3 years ago
Cody Robibero
a2127a48ef
Remove unused docker volumes ( #7030 )
3 years ago
Marcel
b225c3fd3c
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Marcel
f750235933
Added healthcheck url environemnt variable
3 years ago
Marcel
5d11fd68c6
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Marcel
32d6e7db7c
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Marcel
fe461ff66b
Added Docker Healthcheck
3 years ago
Claus Vium
c60428f869
Merge pull request #6580 from Artiume/patch-1
3 years ago
Cody Robibero
6fb3ec0319
Disable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT in docker images
3 years ago
Cody Robibero
4fc3de9b75
Fix builds for dotnet6 ( #6595 )
...
* Target net6.0
* Use new Enum.TryParse(ReadOnlySpan<char>) overload
* Replace RNGCryptoServiceProvider with RandomNumberGenerator
* ci - target net6.0 (#6594 )
* Update deployment for dotnet6
* Use generic 6.0.x preview for CI
* Update direct dotnet download links
Co-authored-by: Bond_009 <bond.009@outlook.com>
3 years ago
artiume
7e8557fec6
Update Docker Image
3 years ago
Fernando Fernández
488e276f01
Fix Dockerfile typos
3 years ago
Mayur Panchal
cee884613d
Update Intel Compute Runtime Resources
3 years ago
Cody Robibero
33bf8e34d1
Update Dockerfile to use debian:bullseye-slim
3 years ago
Rich Lander
3daf9e5afe
Optimize Dockerfiles
3 years ago
Bill Thornton
260782349c
Fix web build in dockerfiles
4 years ago
Rich Lander
fe54e9ae9d
Remove coupling to distro
...
- The substring `-buster-slim` isn't useful/correct.
- .NET 6 (from my team) is based exclusively on bullseye.
- If you update just `DOTNET_VERSION` to `6.0`, `docker build` will fail.
- If the goal is to force using `buster` throughout the Dockerfile, then making `DOTNET_VERSION` configurable isn't correct.
- Context: https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/amd64/Dockerfile#L1
Just saw this as a drive by look at your code. Is intended as helpful context.
4 years ago
Fernando Fernández
8d6713af65
Use npm ci instead of npm i
4 years ago
Fernando Fernández
ba958c70d5
(jellyfin-web): Switch to npm
4 years ago
Nyanmisaka
8814d9c5ea
Apply suggestions from code review
...
Co-authored-by: artiume <siderite@gmail.com>
4 years ago
nyanmisaka
b26a5e9e20
add NEO OpenCL runtime for Intel Tone mapping
4 years ago
artiume
d76afb209f
update dotnet 5.0 image
...
Step 5/23 : FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-buster as builder
manifest for mcr.microsoft.com/dotnet/sdk:5.0-buster not found: manifest unknown: manifest tagged by "5.0-buster" is not found
arm not tested
4 years ago
crobibero
9b7c5cddae
Update build ci, dockerfiles to .Net5.0
4 years ago
crobibero
583f47ea28
Remove GenerateDocumentationFile
4 years ago
crobibero
44fb76bbcf
include xml docs when publishing
4 years ago
Erik Rigtorp
9cad598059
Fix container image build by installing python
5 years ago
Nyanmisaka
8105494cb5
minor changes
5 years ago
Nyanmisaka
7b2fca96e3
use pre-compiled deb to avoid non-free drivers
5 years ago
ox0spy
e0fdf6fa07
Dockerfile: support for non-ASCII characters
5 years ago
dkanada
84c23d6232
Merge pull request #2631 from mark-monteiro/fix-client-build-scripts
...
Fix Client Build Scripts
5 years ago
Mark Monteiro
589958d13f
Add missing trailing slashes
5 years ago
Mark Monteiro
887e9c2020
Remove unnecessary execution of `yarn build:production`
5 years ago
Mark Monteiro
6894602dab
Use 'yarn build:production' instead of 'yarn:build' everywhere
5 years ago
artiume
dc2510d5e2
Update docker dependencies for Gulp
5 years ago
Andrew Rabert
ca585f12b3
Fix Docker packages ( #2499 )
...
* Fix Vaapi Intel packages
https://github.com/jellyfin/jellyfin/issues/1901#issuecomment-593114951
Still need to compile with the packages to verify it builds properly. Arm builds probably need it too.
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile.arm
* Update Dockerfile.arm
* Update Dockerfile.arm64
* Update Dockerfile.arm
* Update Dockerfile.arm
* Update Dockerfile.arm
* Update Dockerfile.arm64
* Update Dockerfile.arm64
* Update Dockerfile.arm
* Update Dockerfile
* shift from curl to git for web install
removed the necessity of curl, tar and package availability and using the source directly
* Update Dockerfile.arm
* Update Dockerfile.arm64
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile.arm
* Update Dockerfile.arm64
* clean up packages and remove unnecessary ARG
* Update Dockerfile
* Update Dockerfile.arm64
* Update Dockerfile
* Update Dockerfile.arm64
* Update Dockerfile
* Update Dockerfile.arm
* Update Dockerfile.arm64
* Explainations
* Update Dockerfile.arm
* Update Dockerfile.arm64
5 years ago
artiume
8acfc264fc
Update dockerfile to install git for new dependency
...
https://github.com/jellyfin/jellyfin-web/pull/735
I had to install git to get it to build ✌️
5 years ago
Matt
994481213f
Add root certificates to docker image
5 years ago
Narfinger
c3ff4e0b9f
fixes dockerfile building on recent linux installations
5 years ago
Bond_009
c8f403238e
Move to .Net Core 3.1
5 years ago
Joshua M. Boniface
84009b534d
Merge pull request #1937 from justinfenn/docker-entrypoint-exec
...
use exec form for Dockerfile entrypoint
5 years ago
Steve Hayles
b1e65c6cd4
Adding OpenSSL library
...
Depending on configuration the docker container may need OpenSSL to support https access
5 years ago
Steve Hayles
26ce62d318
Update Dockerfile
...
debian-stretch packages were missing for libva-drm2 so would not build
the base image mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION} is incorrectly referencing .NET Core 3-preview6 which will cause issues at runtime with library references being mismatched
5 years ago
Justin Fenn
435c30aed9
use exec form for Dockerfile entrypoint
...
This causes the jellyfin process to be pid 1 in the container. It can
receive signals like SIGTERM (from "docker stop", for example) and shut
down properly.
5 years ago
Bond_009
f1167ace7e
Use the correct dotnet runtime in Docker images
...
The self contained packages already contains the dotnet runtime
No need to use the dotnet runtime base image.
This should decrease the size of the image.
5 years ago
Andrew Rabert
4ace99ad76
Fix Docker ffmpeg
5 years ago
Andrew Rabert
64eca9e1c7
Update Docker containers to dotnet 3.0
5 years ago
Andrew Rabert
cd3c14961f
Default to jellyfin-web master
5 years ago
Joshua Boniface
fffc5e3a6f
Bump version to 10.5.0 for next stable release
5 years ago