[PR #1205] [MERGED] Reduce Docker image size by improving apk commands #1118

Closed
opened 2026-02-25 21:30:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/1205
Author: @PeterDaveHello
Created: 12/14/2024
Status: Merged
Merged: 1/17/2025
Merged by: @benbusby

Base: mainHead: ImproveDockerfile


📝 Commits (1)

  • 095884d Reduce Docker image size by improving apk commands

📊 Changes

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

View changed files

📝 Dockerfile (+3 -3)

📄 Description

Replace redundant apk flags -U and --update with --no-cache to prevent package index caching. This change unifies all apk package commands for better maintainability and smaller image size.


🔄 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/benbusby/whoogle-search/pull/1205 **Author:** [@PeterDaveHello](https://github.com/PeterDaveHello) **Created:** 12/14/2024 **Status:** ✅ Merged **Merged:** 1/17/2025 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `ImproveDockerfile` --- ### 📝 Commits (1) - [`095884d`](https://github.com/benbusby/whoogle-search/commit/095884d8f97b1715c726b4c4be5281c95670b79e) Reduce Docker image size by improving apk commands ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -3) </details> ### 📄 Description Replace redundant apk flags `-U` and `--update` with `--no-cache` to prevent package index caching. This change unifies all apk package commands for better maintainability and smaller image size. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:30:14 +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/whoogle-search#1118
No description provided.