-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
topic/deploymenttopic/distributionThis PR changes something about the packaging of GiteaThis PR changes something about the packaging of Giteatype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
- Gitea version (or commit ref): 1.14.1-rootless
- Git version: Latest stable on Debian 10
- Operating system: GNU/Linux Debian 10
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- [] Yes (provide example URL)
- No
- Log gist:
Description
Lines 33 to 38 in d7dbe4f
RUN apk --no-cache add \ | |
bash \ | |
ca-certificates \ | |
gettext \ | |
git \ | |
gnupg |
Can we also install curl
here for healthcheck logic? Handy for docker swarm deployments when you want to run healtchecks locally on the container against ports. Otherwise we need to do a custom image and it is preferable to use upstream. Thanks for considering.
Screenshots
viceice, l-2-j and justusbunsi
Metadata
Metadata
Assignees
Labels
topic/deploymenttopic/distributionThis PR changes something about the packaging of GiteaThis PR changes something about the packaging of Giteatype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.