aboutsummaryrefslogtreecommitdiff
path: root/deployment/centos-package-x64/Dockerfile
AgeCommit message (Collapse)Author
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-03-15Use NodeJS 10 on CentOSJoshua M. Boniface
2020-01-04Update the build script to use .NET core SDK 3.1Sacha Korban
2019-11-02REVERT-ME Update to .NET 3.0Joshua Boniface
2019-10-29Remove the SPEC edit hack, replace with proper repos (#7)Thomas Büttner
* Remove the SPEC edit hack, replace with proper repos Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> * Fix bad rpmbuild flag Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-07Use NVM to install nodejs v8 and yarnJoshua Boniface
Prevents failure of the installation of jellyfin-web dependencies due to the NodeJS version in EPEL being too old. v8 might be a little conservative but is the earliest compatible version. Instead of using their repo to install Yarn, use the new nvm binary to install Yarn, thus forcing it to use the updated NodeJS version.
2019-09-25Clean up and fix Fedora/CentOS buildsJoshua Boniface
This performs a lot of bugfixing and general cleanup to the Fedora/CentOS builds, including moving the create_tarball into the docker-build.sh script, remove some old long versions from the spec file, correcting several bugs with the Docker environment including splitting them into more discrete layers, and finally making sure jellyfin-web is included properly in the RPM.
2019-09-24Add web build to CentOS package buildJoshua Boniface
2019-02-09Remove superfluous commentsJoshua Boniface
2019-02-09Combine various RUNs in Fedora/CentOSJoshua Boniface
2019-02-05Update CentOS package buildJoshua Boniface
2019-02-03Add CentOSThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>