| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-28 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: artiume <siderite@gmail.com> | |||
| 2020-11-27 | add NEO OpenCL runtime for Intel Tone mapping | nyanmisaka | |
| 2020-11-15 | update dotnet 5.0 image | artiume | |
| 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 | |||
| 2020-11-10 | Update build ci, dockerfiles to .Net5.0 | crobibero | |
| 2020-09-04 | Remove GenerateDocumentationFile | crobibero | |
| 2020-08-29 | include xml docs when publishing | crobibero | |
| 2020-05-15 | Fix container image build by installing python | Erik Rigtorp | |
| 2020-04-09 | minor changes | Nyanmisaka | |
| 2020-04-09 | use pre-compiled deb to avoid non-free drivers | Nyanmisaka | |
| 2020-03-29 | Dockerfile: support for non-ASCII characters | ox0spy | |
| 2020-03-21 | Merge pull request #2631 from mark-monteiro/fix-client-build-scripts | dkanada | |
| Fix Client Build Scripts | |||
| 2020-03-20 | Add missing trailing slashes | Mark Monteiro | |
| 2020-03-20 | Remove unnecessary execution of `yarn build:production` | Mark Monteiro | |
| 2020-03-20 | Use 'yarn build:production' instead of 'yarn:build' everywhere | Mark Monteiro | |
| 2020-03-15 | Update docker dependencies for Gulp | artiume | |
| 2020-03-05 | Fix Docker packages (#2499) | Andrew Rabert | |
| * 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 | |||
| 2020-02-11 | Update dockerfile to install git for new dependency | artiume | |
| https://github.com/jellyfin/jellyfin-web/pull/735 I had to install git to get it to build ✌️ | |||
| 2020-02-01 | Add root certificates to docker image | Matt | |
| 2020-01-10 | fixes dockerfile building on recent linux installations | Narfinger | |
| 2019-12-06 | Move to .Net Core 3.1 | Bond_009 | |
| 2019-11-17 | Merge pull request #1937 from justinfenn/docker-entrypoint-exec | Joshua M. Boniface | |
| use exec form for Dockerfile entrypoint | |||
| 2019-10-28 | Adding OpenSSL library | Steve Hayles | |
| Depending on configuration the docker container may need OpenSSL to support https access | |||
| 2019-10-27 | Update Dockerfile | Steve Hayles | |
| 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 | |||
| 2019-10-27 | use exec form for Dockerfile entrypoint | Justin Fenn | |
| 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. | |||
| 2019-10-25 | Use the correct dotnet runtime in Docker images | Bond_009 | |
| 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. | |||
| 2019-10-19 | Fix Docker ffmpeg | Andrew Rabert | |
| 2019-10-19 | Update Docker containers to dotnet 3.0 | Andrew Rabert | |
| 2019-10-19 | Default to jellyfin-web master | Andrew Rabert | |
| 2019-10-11 | Bump version to 10.5.0 for next stable release | Joshua Boniface | |
| 2019-10-05 | Make the comment nicer | Joshua Boniface | |
| 2019-10-05 | Move copy steps further so they're not overwriting | Joshua Boniface | |
| 2019-09-27 | Do explicit dotnet publish in Dockerfiles (#1801) | Joshua M. Boniface | |
| 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. | |||
| 2019-09-24 | Remove submodule and add clone and build to CI | Erwin de Haan | |
| 2019-09-15 | Add mesa-va-drivers to main Dockerfile (#1727) | nevado | |
| 2019-09-12 | Docker - Build jellyfin-web | Andrew Rabert | |
| 2019-09-02 | Merge pull request #1699 from joshuaboniface/bump-version | Joshua M. Boniface | |
| Bump version to 10.4.0 | |||
| 2019-09-02 | Fix default build arg | Andrew Rabert | |
| 2019-08-31 | Bump version to 10.4.0 | Joshua Boniface | |
| 2019-08-31 | docker - make ffmpeg version configurable | Andrew Rabert | |
| 2019-08-06 | Fix Docker build | Andrew Rabert | |
| 2019-08-01 | Docker - make web version more configurable | Andrew Rabert | |
| This allows for building against jellyfin-web master. Ex. docker build . --build-arg JELLYFIN_WEB_VERSION=master | |||
| 2019-07-24 | Bump version for 10.3.7v10.3.7 | Joshua M. Boniface | |
| 2019-07-06 | Bump version for 10.3.6 | Joshua M. Boniface | |
| 2019-06-09 | Bump version for 10.3.5v10.3.5 | Joshua M. Boniface | |
| 2019-06-06 | Bump version for 10.3.4v10.3.4 | Joshua M. Boniface | |
| 2019-05-17 | Bump version for 10.3.3v10.3.3 | Joshua M. Boniface | |
| 2019-04-30 | Bump version for 10.3.2v10.3.2 | Joshua Boniface | |
| 2019-04-20 | Bump version to 10.3.1 | Joshua Boniface | |
| 2019-04-19 | Bump version to 10.3.0 (release)v10.3.0 | Joshua Boniface | |
| 2019-04-10 | Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2 | Joshua Boniface | |
