aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
AgeCommit message (Collapse)Author
2019-02-16Fix cachedir missing from Docker containerAndrew 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-16Enhance DockerfilesAndrew Rabert
* Prevent failure when obj exists from host compile * Enhance readability of disposed stages * Formatting
2019-02-15Fix docker arm buildsn8225
2019-02-02Fix docker argsSparky
After the change to runtime args in #749 docker broke. This fixes it.
2019-01-25Make another docker layer reusableSparky
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-22Fix arm32 DockerAndrew Rabert
2019-01-21Update to .NETCore 3.0Andrew Rabert
2019-01-21Disable cross-platform build for arm32v7Andrew Rabert
https://github.com/jellyfin/jellyfin/issues/665
2019-01-21Update arm/arm64 images to build cross-platformAndrew Rabert
These Dockerfiles can not be built natively - must be built on x86_64
2019-01-13Merged the two ARM platforms. To be split apart when a binary ffmpeg is ↵Erwin de Haan
required.