[PR #74] [MERGED] Updated Dockerfile to use an alpine (busybox) source. #383

Closed
opened 2026-03-15 03:30:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asapach/peerflix-server/pull/74
Author: @stfl
Created: 6/5/2016
Status: Merged
Merged: 6/5/2016
Merged by: @asapach

Base: masterHead: master


📝 Commits (3)

  • b4cba37 Update Dockerfile to use an alpine (busybox) source.
  • 9b52046 use COPY instead of ADD, add --rm to Docker readme
  • 74f06b4 Restructure Dockerfile to minimize layers.

📊 Changes

2 files changed (+24 additions, -5 deletions)

View changed files

📝 Docker.md (+1 -1)
📝 Dockerfile (+23 -4)

📄 Description

I updated the Dockerfile to use an alpine-linux source, which is based on busybox.
This drastically reduces the image size from 943MB to 296MB.

Updated Docker.md as well to run with --rm to remove the container on exit.


🔄 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/asapach/peerflix-server/pull/74 **Author:** [@stfl](https://github.com/stfl) **Created:** 6/5/2016 **Status:** ✅ Merged **Merged:** 6/5/2016 **Merged by:** [@asapach](https://github.com/asapach) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`b4cba37`](https://github.com/asapach/peerflix-server/commit/b4cba37adc513743ccade5e3211ccdc8427e7793) Update Dockerfile to use an alpine (busybox) source. - [`9b52046`](https://github.com/asapach/peerflix-server/commit/9b52046cb8b9a219917aa3f8329270e13d4c0920) use COPY instead of ADD, add --rm to Docker readme - [`74f06b4`](https://github.com/asapach/peerflix-server/commit/74f06b4adbb114d0cd6e307e1d449258d68e1a64) Restructure Dockerfile to minimize layers. ### 📊 Changes **2 files changed** (+24 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Docker.md` (+1 -1) 📝 `Dockerfile` (+23 -4) </details> ### 📄 Description I updated the Dockerfile to use an alpine-linux source, which is based on busybox. This drastically reduces the image size from 943MB to 296MB. Updated Docker.md as well to run with --rm to remove the container on exit. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 03:30:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#383
No description provided.