| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-03 | Bump version to 10.4.1 | 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-12 | Docker - Build jellyfin-web | Andrew Rabert | |
| 2019-08-31 | Bump version to 10.4.0 | Joshua Boniface | |
| 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-07 | Docker - Update arm* Dockerfiles for latest multiarch | Andrew Rabert | |
| Relates to this change https://github.com/multiarch/qemu-user-static/commit/7bdafb96ee59fde53d07a291f9446d2b8957d372 | |||
| 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 | |
| 2019-04-03 | Update Dockerfiles | Andrew Rabert | |
| * Use new dotnet image paths * Update jellyfin-web to 10.3.0-rc1 | |||
| 2019-03-15 | Clean apt lists in arm Dockerfiles | Sandro Jäckel | |
| 2019-03-12 | Finalise removal of --ffprobe switch | PloughPuff | |
| Removed --ffprobe from src files and server/docker scripts. | |||
| 2019-03-01 | Treat jellyfin-web as just another dependency for Docker builds | Andrew Rabert | |
| 2019-02-27 | Set ffmpeg+ffprobe paths in Docker container | Andrew Rabert | |
| Will always ensure containers use correct path. Yes - the arm images have a different path than the amd64 one. This is caused by the amd64 image using ffmpeg from jellyfin/ffmpeg while the others use ffmpeg from their distro's repos. | |||
| 2019-02-24 | use common.build.sh for docker image builds | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-02-24 | Build releases without debug | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-02-16 | Fix cachedir missing from Docker container | Andrew Rabert | |
| Adds the /cache volume and set it to writeable by all. This allows for those using jellyfin to continue using it without modifying their config. However, retaining cache will require one to mount the /cache volume. Also make the /config and /media dirs 777 by default. No permissions on mounted volumes will be changed. | |||
| 2019-02-16 | Enhance Dockerfiles | Andrew Rabert | |
| * Prevent failure when obj exists from host compile * Enhance readability of disposed stages * Formatting | |||
| 2019-02-15 | Fix docker arm builds | n8225 | |
| 2019-02-02 | Fix docker args | Sparky | |
| After the change to runtime args in #749 docker broke. This fixes it. | |||
| 2019-01-25 | Make another docker layer reusable | Sparky | |
| By moving the apt-get layer before the copies, the apt-get layer can be reused with each build, reducing upload/download needed during updates. Just a small optimization. | |||
| 2019-01-22 | Fix arm32 Docker | Andrew Rabert | |
| 2019-01-21 | Update to .NETCore 3.0 | Andrew Rabert | |
| 2019-01-21 | Disable cross-platform build for arm32v7 | Andrew Rabert | |
| https://github.com/jellyfin/jellyfin/issues/665 | |||
| 2019-01-21 | Update arm/arm64 images to build cross-platform | Andrew Rabert | |
| These Dockerfiles can not be built natively - must be built on x86_64 | |||
| 2019-01-13 | Merged the two ARM platforms. To be split apart when a binary ffmpeg is ↵ | Erwin de Haan | |
| required. | |||
