[PR #21] [MERGED] Improving Docker Image #766

Closed
opened 2026-02-25 20:36:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/21
Author: @mohammedalqadi
Created: 5/11/2020
Status: Merged
Merged: 7/28/2020
Merged by: @benbusby

Base: feature/docker-updatesHead: master


📝 Commits (10+)

  • ba2da9d Change Dockerfile to LinuxServer.io base
  • 486f148 Update docker-compose file
  • ff049cf Adding 30-config
  • 0ed0714 Create run
  • 46fdcdd Update README.md
  • c2acfe0 Update 30-config
  • bde7003 Update 30-config
  • cdba752 Update Docker file fo the latest Changes
  • 9876d3a Create Dockerfile for arm64v8 architecture
  • 9ed1dee Create Dockerfile for arm32v7 architecture

📊 Changes

7 files changed (+284 additions, -14 deletions)

View changed files

📝 Dockerfile (+64 -8)
Dockerfile.aarch64 (+69 -0)
Dockerfile.armhf (+69 -0)
📝 README.md (+30 -0)
📝 docker-compose.yml (+22 -6)
root/etc/cont-init.d/30-config (+11 -0)
root/etc/services.d/whooglesearch/run (+19 -0)

📄 Description

This is interesting project which made me want to help a little, any feedback will help :)

An improvement for docker build and image by using lsiobase/python from linuxserver.io Team, for smaller image size and the ability to map custom User PUID/PGID and an option to change server port.

reference from:
https://github.com/linuxserver/docker-mods
https://github.com/linuxserver/docker-baseimage-alpine-python


🔄 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/21 **Author:** [@mohammedalqadi](https://github.com/mohammedalqadi) **Created:** 5/11/2020 **Status:** ✅ Merged **Merged:** 7/28/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `feature/docker-updates` ← **Head:** `master` --- ### 📝 Commits (10+) - [`ba2da9d`](https://github.com/benbusby/whoogle-search/commit/ba2da9dcf981888c33c6328f841eca767a558349) Change Dockerfile to LinuxServer.io base - [`486f148`](https://github.com/benbusby/whoogle-search/commit/486f148e19880d8ac293cd72ede9649a4283b37d) Update docker-compose file - [`ff049cf`](https://github.com/benbusby/whoogle-search/commit/ff049cf2d5d78c6eb994029e686643dd4639ed4c) Adding 30-config - [`0ed0714`](https://github.com/benbusby/whoogle-search/commit/0ed071487b2b55022cb7899e54815a08db3d326a) Create run - [`46fdcdd`](https://github.com/benbusby/whoogle-search/commit/46fdcddc5ec8b315e523dc0365c490acd61eeeed) Update README.md - [`c2acfe0`](https://github.com/benbusby/whoogle-search/commit/c2acfe0479b8ed15f87d1469be594e1e6a1c30b1) Update 30-config - [`bde7003`](https://github.com/benbusby/whoogle-search/commit/bde7003584a43c9002c70a89fc43d7deb03b3788) Update 30-config - [`cdba752`](https://github.com/benbusby/whoogle-search/commit/cdba75258705a8d9edac229be5c8df4077474aa0) Update Docker file fo the latest Changes - [`9876d3a`](https://github.com/benbusby/whoogle-search/commit/9876d3ae3f1a5b100f1a73a94123eb35b0f397d1) Create Dockerfile for arm64v8 architecture - [`9ed1dee`](https://github.com/benbusby/whoogle-search/commit/9ed1dee05e5a3b6e5d3310c5adc4956fa012ae08) Create Dockerfile for arm32v7 architecture ### 📊 Changes **7 files changed** (+284 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+64 -8) ➕ `Dockerfile.aarch64` (+69 -0) ➕ `Dockerfile.armhf` (+69 -0) 📝 `README.md` (+30 -0) 📝 `docker-compose.yml` (+22 -6) ➕ `root/etc/cont-init.d/30-config` (+11 -0) ➕ `root/etc/services.d/whooglesearch/run` (+19 -0) </details> ### 📄 Description This is interesting project which made me want to help a little, any feedback will help :) An improvement for docker build and image by using lsiobase/python from linuxserver.io Team, for smaller image size and the ability to map custom User PUID/PGID and an option to change server port. reference from: https://github.com/linuxserver/docker-mods https://github.com/linuxserver/docker-baseimage-alpine-python --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36: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/whoogle-search#766
No description provided.