[PR #118] [CLOSED] Add Dockerfile to main repository #896

Closed
opened 2026-02-25 23:44:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/118
Author: @so0k
Created: 3/11/2017
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

6 files changed (+230 additions, -1 deletions)

View changed files

.dockerignore (+5 -0)
Dockerfile (+48 -0)
📝 README.md (+81 -1)
bin/uwsgi-start.sh (+23 -0)
docker-compose.yml (+31 -0)
hc/local_settings.py.docker (+42 -0)

📄 Description

I suggest to include Dockerfile to main repository.

If you agree, I will remove the references to the honestbee image on quay.io and you can add references to the official docker registry you want to push the builds to.

Edit: Checklist

  • Rebase on official python (alpine)
  • Add tini process reaper
  • Add option to entrypoint bash script to attach the send-alert process to uwsgi daemon
  • Verify all assets are served properly
    I noticed some admin UI buttons seemed to have gone missing, could be because of asset compilation needs hostname?
  • Find a way to get rid of chown -R hc:hc /usr/src/app
  • reconsider using gosu

🔄 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/healthchecks/healthchecks/pull/118 **Author:** [@so0k](https://github.com/so0k) **Created:** 3/11/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`f724614`](https://github.com/healthchecks/healthchecks/commit/f72461409a3ccbfef13b07b7abdbab214efd78cc) Add alpine based docker image - [`8a217c0`](https://github.com/healthchecks/healthchecks/commit/8a217c08ab75643491ee0c115b33f7a4138a0079) Update README instructions - [`964ab2e`](https://github.com/healthchecks/healthchecks/commit/964ab2ed3d039243e87db652a7fffe6f17eb453f) Version pin python to 3.4 - [`a488dab`](https://github.com/healthchecks/healthchecks/commit/a488dabac3a8fc6380fdd92f4086dd6971226d2a) Fix typo on image name ### 📊 Changes **6 files changed** (+230 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+5 -0) ➕ `Dockerfile` (+48 -0) 📝 `README.md` (+81 -1) ➕ `bin/uwsgi-start.sh` (+23 -0) ➕ `docker-compose.yml` (+31 -0) ➕ `hc/local_settings.py.docker` (+42 -0) </details> ### 📄 Description I suggest to include Dockerfile to main repository. If you agree, I will remove the references to the honestbee image on quay.io and you can add references to the official docker registry you want to push the builds to. Edit: Checklist - [x] Rebase on official python (alpine) - [x] Add tini process reaper - [ ] Add option to entrypoint bash script to attach the send-alert process to uwsgi daemon - [ ] Verify all assets are served properly I noticed some admin UI buttons seemed to have gone missing, could be because of asset compilation needs hostname? - [ ] Find a way to get rid of `chown -R hc:hc /usr/src/app` - [ ] reconsider using `gosu` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:44:03 +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/healthchecks#896
No description provided.