[PR #3355] [CLOSED] Use environment variables in Dockerfiles entrypoint #9479

Closed
opened 2026-02-07 06:02:51 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3355
Author: @ferferga
Created: 6/16/2020
Status: Closed

Base: masterHead: env-docker


📝 Commits (5)

  • 01dfc6d Use environment variables for entrypoint
  • 5d30bc6 Use all the possible environment variables, moving all of them into a single layer
  • ce67738 Fix syntax
  • a28d9f0 Use custom entrypoint and cmd scripts
  • 8562a4f Remove repeated env var

📊 Changes

5 files changed (+67 additions, -49 deletions)

View changed files

📝 Dockerfile (+20 -15)
📝 Dockerfile.arm (+21 -17)
📝 Dockerfile.arm64 (+21 -17)
docker/entrypoint.sh (+2 -0)
docker/run.sh (+3 -0)

📄 Description

Would be also really cool if we include a reference to them in Docker Hub, so people know they exist.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3355 **Author:** [@ferferga](https://github.com/ferferga) **Created:** 6/16/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `env-docker` --- ### 📝 Commits (5) - [`01dfc6d`](https://github.com/jellyfin/jellyfin/commit/01dfc6d1dac2ef33ffee69af7e66d9b8afa02048) Use environment variables for entrypoint - [`5d30bc6`](https://github.com/jellyfin/jellyfin/commit/5d30bc6efa9219cd0fe60adaf610496e7bf5209a) Use all the possible environment variables, moving all of them into a single layer - [`ce67738`](https://github.com/jellyfin/jellyfin/commit/ce677388a5eed08b13c62436f2b933a362a13346) Fix syntax - [`a28d9f0`](https://github.com/jellyfin/jellyfin/commit/a28d9f07ba2431967e6fc8d5b14cf5aa19c2e8f5) Use custom entrypoint and cmd scripts - [`8562a4f`](https://github.com/jellyfin/jellyfin/commit/8562a4f81d32fe0147170668afb830f299db1921) Remove repeated env var ### 📊 Changes **5 files changed** (+67 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+20 -15) 📝 `Dockerfile.arm` (+21 -17) 📝 `Dockerfile.arm64` (+21 -17) ➕ `docker/entrypoint.sh` (+2 -0) ➕ `docker/run.sh` (+3 -0) </details> ### 📄 Description Would be also really cool if we include a reference to them in Docker Hub, so people know they exist. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:02:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9479