Bill Thornton
260782349c
Fix web build in dockerfiles
2021-05-05 00:58:12 -04:00
Fernando Fernández
8d6713af65
Use npm ci instead of npm i
2021-04-06 17:37:50 +02:00
Fernando Fernández
ba958c70d5
(jellyfin-web): Switch to npm
2021-04-06 17:24:01 +02:00
crobibero
9b7c5cddae
Update build ci, dockerfiles to .Net5.0
2020-11-10 10:03:21 -07:00
crobibero
583f47ea28
Remove GenerateDocumentationFile
2020-09-04 07:04:06 -06:00
crobibero
44fb76bbcf
include xml docs when publishing
2020-08-29 10:42:12 -06:00
Joshua M. Boniface
35da965cd3
Add -k to keyserver curl command
...
This command seems to inexplicably fail in Docker builds, despite
working on the CLI, similar to what happened with the command directly
above it in c257d6071c
. Fix it in the same
way by adding `-k`.
2020-05-25 01:30:55 -04:00
Kristupas Savickas
9dda2ffc91
Fix ffmpeg path on ARM docker image
2020-04-06 13:21:20 +03:00
ox0spy
e0fdf6fa07
Dockerfile: support for non-ASCII characters
2020-03-29 14:05:22 +00:00
dkanada
84c23d6232
Merge pull request #2631 from mark-monteiro/fix-client-build-scripts
...
Fix Client Build Scripts
2020-03-21 16:39:15 +09:00
Mark Monteiro
589958d13f
Add missing trailing slashes
2020-03-20 22:41:58 +01:00
Mark Monteiro
887e9c2020
Remove unnecessary execution of yarn build:production
2020-03-20 11:46:51 +01:00
Mark Monteiro
6894602dab
Use 'yarn build:production' instead of 'yarn:build' everywhere
2020-03-20 11:36:21 +01:00
artiume
7d14bdd6ff
Update Dockerfile.arm
2020-03-15 19:09:15 -04:00
Joshua M. Boniface
c257d6071c
Fix curl for Jellyfin GPG key
...
This curl command seems to fail inexplicably with an "unable to get
local issuer" error. Use `-k` instead so it doesn't complain.
2020-03-08 20:53:11 -04:00
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
2020-03-05 09:41:14 -05:00
Andrew Rabert
dcac99c1a4
Fix arm32 built on amd64 host
...
dotnet doesn't support building arm32 from QEMU (fuck knows why).
also change arm64 image for the sake of consistency
2020-02-13 20:03:40 -05:00
artiume
e47185160e
Add git to arm
2020-02-11 10:30:15 -05:00
artiume
78bb45e8fa
fix SSL issue in arm and arm64
...
verified arm build on raspbian
2020-02-01 14:46:11 -05:00
Andrew Rabert
da2c998e28
Update ARM images to debian buster ( #2313 )
...
Also has the effect of updating ffmpeg to 4.1
2020-01-19 12:34:33 -05:00
Andrew Rabert
075dad8720
Fix ARM images ( #2302 )
...
Allow for native building of Docker images. Use buildx if
cross-compilation is needed.
2020-01-19 07:51:38 -05:00
artiume
73a47e934d
Fix Docker Arm Nightly ( #2286 )
...
* Fix Docker Arm Nightly
Updated image base.
There was an error for libssl missing. I attempted to add libssl1.0.0 but it wasn't found so I fell back to libssl-dev.
Much more work needs to be done. ffmpeg is still debian based. I attempted to add jellyfin-ffmpeg but I was having too many issues so I'm saving it for another day, but it at least builds out successfully.
* Fix docker arm64 nightly
2020-01-17 00:35:41 -05:00
Bond_009
c8f403238e
Move to .Net Core 3.1
2019-12-06 21:28:47 +01:00
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.
2019-10-27 12:28:56 -07:00
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.
2019-10-25 18:04:01 +02:00
Andrew Rabert
64eca9e1c7
Update Docker containers to dotnet 3.0
2019-10-19 19:36:56 -04:00
Andrew Rabert
cd3c14961f
Default to jellyfin-web master
2019-10-19 19:32:19 -04:00
Joshua Boniface
fffc5e3a6f
Bump version to 10.5.0 for next stable release
2019-10-11 20:12:52 -04:00
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.
2019-09-27 23:02:18 -04:00
Erwin de Haan
0ca0d9d01e
Remove submodule and add clone and build to CI
2019-09-24 16:22:26 +02:00
Andrew Rabert
03f32978c0
Docker - Build jellyfin-web
2019-09-12 18:24:09 -04:00
Joshua Boniface
742102b541
Bump version to 10.4.0
2019-08-31 21:39:10 -04:00
Andrew Rabert
da01376294
Fix Docker build
2019-08-06 23:57:39 -04:00
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
2019-08-01 01:03:52 -04:00
Joshua M. Boniface
595a68b822
Bump version for 10.3.7
2019-07-24 10:48:35 -04:00
Joshua M. Boniface
b3f9d04501
Bump version for 10.3.6
2019-07-06 13:34:38 -04:00
Joshua M. Boniface
d5fe82314e
Bump version for 10.3.5
2019-06-09 21:47:45 -04:00
Andrew Rabert
247a5e12ab
Docker - Update arm* Dockerfiles for latest multiarch
...
Relates to this change 7bdafb96ee
2019-06-07 00:00:14 -04:00
Joshua M. Boniface
855911333a
Bump version for 10.3.4
2019-06-06 22:45:37 -04:00
Joshua M. Boniface
1bf3a26a61
Bump version for 10.3.3
2019-05-17 23:12:21 -04:00
Joshua Boniface
e8196fed7c
Bump version for 10.3.2
2019-04-30 20:18:54 -04:00
Joshua Boniface
5fb4922c6f
Bump version to 10.3.1
2019-04-20 14:24:40 -04:00
Joshua Boniface
46c37c0ae8
Bump version to 10.3.0 (release)
2019-04-19 14:25:29 -04:00
Joshua Boniface
65bff1181a
Bump version to 10.3.0-rc2 and update submodule
2019-04-10 00:51:21 -04:00
Andrew Rabert
d75324afc9
Update Dockerfiles
...
* Use new dotnet image paths
* Update jellyfin-web to 10.3.0-rc1
2019-04-03 01:21:28 -04:00
Sandro Jäckel
31305af7ff
Clean apt lists in arm Dockerfiles
2019-03-15 14:39:23 +01:00
PloughPuff
b864e9da2a
Finalise removal of --ffprobe switch
...
Removed --ffprobe from src files and server/docker scripts.
2019-03-12 22:09:18 +00:00
Andrew Rabert
27f9981142
Treat jellyfin-web as just another dependency for Docker builds
2019-03-01 00:17:46 -05:00
Andrew Rabert
1d1e6dede9
Set ffmpeg+ffprobe paths in Docker container
...
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-27 21:04:37 -05:00
Thomas Büttner
38ec68c488
use common.build.sh for docker image builds
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-24 11:17:39 +01:00