This website requires JavaScript.
Explore
Help
Sign In
majomi
/
intro-skipper
Watch
1
Star
0
Fork
0
You've already forked intro-skipper
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
intro-skipper
/
docker
/
Dockerfile
5 lines
99 B
Docker
Raw
Normal View
History
Unescape
Escape
Add multi-arch container image builds (#132) * Update versions for GH Actions * Add build arg for Dockerfile * Add automated tags for container image * Add multi-arch image builds using QEMU and Buildx * Add checks to ensure PRs don't publish images * Auto-indent YAML * Change web interface version name * Revert back to `10.8.0` version name
2023-02-07 10:34:43 +02:00
ARG
JELLYFIN_TAG
=
10
.8.9
FROM
jellyfin/jellyfin:${JELLYFIN_TAG}
Add container instructions
2022-05-10 16:09:27 -05:00
COPY
dist/ /jellyfin/jellyfin-web/
Reference in New Issue
Copy Permalink