[PR #66] [MERGED] Extended docker support #507

Closed
opened 2026-02-25 23:34:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/66
Author: @maxmeyer
Created: 3/9/2018
Status: Merged
Merged: 3/10/2018
Merged by: @RadhiFadlillah

Base: masterHead: feature/extend-docker-support


📝 Commits (4)

📊 Changes

3 files changed (+139 additions, -17 deletions)

View changed files

.dockerignore (+9 -0)
Dockerfile (+25 -0)
📝 README.md (+105 -17)

📄 Description

Preface

This incorparates all changes from #27 (/cc @dexafree) rebased to current master and reduces the image size by using the multistaged build feature from docker. This also reduces the surface for attacks by reducing the amount of installed packages.

Additions

  • Multistaged docker build - minimal Alpine Linux Image for the image
  • Build/Setup-scripts to make it easier for newcomers to get started
  • Extend documentation about how to run the docker container

🔄 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/go-shiori/shiori/pull/66 **Author:** [@maxmeyer](https://github.com/maxmeyer) **Created:** 3/9/2018 **Status:** ✅ Merged **Merged:** 3/10/2018 **Merged by:** [@RadhiFadlillah](https://github.com/RadhiFadlillah) **Base:** `master` ← **Head:** `feature/extend-docker-support` --- ### 📝 Commits (4) - [`17844d8`](https://github.com/go-shiori/shiori/commit/17844d88ae7f42069f4b13b21a5757fbee5d22bf) Added Dockerfile - [`24a2b28`](https://github.com/go-shiori/shiori/commit/24a2b288a5620091dd5130a66dc254ccfd2a8da9) Added Docker usage to README - [`5c7b08d`](https://github.com/go-shiori/shiori/commit/5c7b08d763ce836c1e4a0c17d995fb7984b3a8f8) Added EXPOSE to Dockerfile - [`2869212`](https://github.com/go-shiori/shiori/commit/286921268d05cd9b363388f6b03b051287f9ea81) Extend docker support ### 📊 Changes **3 files changed** (+139 additions, -17 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+9 -0) ➕ `Dockerfile` (+25 -0) 📝 `README.md` (+105 -17) </details> ### 📄 Description # Preface This incorparates all changes from #27 (/cc @dexafree) rebased to current master and reduces the image size by using the multistaged build feature from docker. This also reduces the surface for attacks by reducing the amount of installed packages. # Additions * Multistaged docker build - minimal Alpine Linux Image for the image * Build/Setup-scripts to make it easier for newcomers to get started * Extend documentation about how to run the docker container --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:34:33 +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/shiori#507
No description provided.