[PR #341] [MERGED] Remove golang from final docker image #570

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/341
Author: @n8225
Created: 2/6/2022
Status: Merged
Merged: 2/7/2022
Merged by: @fmartingr

Base: masterHead: updateDockerfile


📝 Commits (1)

  • 748b306 Remove golang from final image

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 Dockerfile (+3 -2)

📄 Description

The current Dockerfile uses the golang:alpine image for the final image, which makes the final image much larger than needed. This changes the final image to alpine and uses images from ghcr.io(It looks like these are ghcr.io official images pulled from dockerhub). Also added a label to the image that will link the package to the repository.


🔄 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/341 **Author:** [@n8225](https://github.com/n8225) **Created:** 2/6/2022 **Status:** ✅ Merged **Merged:** 2/7/2022 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `updateDockerfile` --- ### 📝 Commits (1) - [`748b306`](https://github.com/go-shiori/shiori/commit/748b3065639cdb89abb3989b6ee68b214358b0aa) Remove golang from final image ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -2) </details> ### 📄 Description The current Dockerfile uses the golang:alpine image for the final image, which makes the final image much larger than needed. This changes the final image to alpine and uses images from ghcr.io(It looks like these are ghcr.io official images pulled from dockerhub). Also added a label to the image that will link the package to the repository. --- <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:45 +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#570
No description provided.