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
Joshua Boniface
abde7c0242
Make the comment nicer
5 years ago
Joshua Boniface
762d17c3df
Move copy steps further so they're not overwriting
5 years ago
Joshua M. Boniface
75b7c9ac36
Do explicit dotnet publish in Dockerfiles ( #1801 )
...
The common.build.sh script was removed in #1793 but the Dockerfiles
still used this to perform the dotnet publish. Remove that call and do
the publish explicitly.
5 years ago
Erwin de Haan
0ca0d9d01e
Remove submodule and add clone and build to CI
5 years ago
nevado
cb32bf1c4f
Add mesa-va-drivers to main Dockerfile ( #1727 )
5 years ago
Andrew Rabert
03f32978c0
Docker - Build jellyfin-web
5 years ago
Joshua M. Boniface
2aecc3fa1b
Merge pull request #1699 from joshuaboniface/bump-version
...
Bump version to 10.4.0
5 years ago
Andrew Rabert
11346c000e
Fix default build arg
5 years ago
Joshua Boniface
742102b541
Bump version to 10.4.0
5 years ago
Andrew Rabert
1c4755f26a
docker - make ffmpeg version configurable
5 years ago
Andrew Rabert
da01376294
Fix Docker build
5 years ago
Andrew Rabert
358665d944
Docker - make web version more configurable
...
This allows for building against jellyfin-web master. Ex.
docker build . --build-arg JELLYFIN_WEB_VERSION=master
5 years ago
Joshua M. Boniface
595a68b822
Bump version for 10.3.7
5 years ago
Joshua M. Boniface
b3f9d04501
Bump version for 10.3.6
5 years ago
Joshua M. Boniface
d5fe82314e
Bump version for 10.3.5
5 years ago
Joshua M. Boniface
855911333a
Bump version for 10.3.4
5 years ago
Joshua M. Boniface
1bf3a26a61
Bump version for 10.3.3
6 years ago
Joshua Boniface
e8196fed7c
Bump version for 10.3.2
6 years ago