mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #21] [MERGED] Improving Docker Image #766
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#766
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-updates← Head:master📝 Commits (10+)
ba2da9dChange Dockerfile to LinuxServer.io base486f148Update docker-compose fileff049cfAdding 30-config0ed0714Create run46fdcddUpdate README.mdc2acfe0Update 30-configbde7003Update 30-configcdba752Update Docker file fo the latest Changes9876d3aCreate Dockerfile for arm64v8 architecture9ed1deeCreate 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.