mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[PR #444] [MERGED] Chore: Avoid shell in Docker health check #559
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#559
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/axllent/mailpit/pull/444
Author: @scop
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @axllent
Base:
develop← Head:chore/healthcheck-no-shell📝 Commits (1)
fc0d0c0Chore: Avoid shell in Docker health check📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Dockerfile(+1 -1)📄 Description
Hardly significant, but... why not :)
https://docs.docker.com/reference/dockerfile/#healthcheck
Before (
docker image inspect axllent/mailpit | jq ".[0].Config.Healthcheck.Test"):After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.