healthchecks-cache (11d2d63c93c3ef11ae9ec39097638345734882c437fd276b291320ee094bbbf7)

Published 2026-08-10 00:27:01 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/healthchecks-cache:11d2d63c93c3ef11ae9ec39097638345734882c437fd276b291320ee094bbbf7
sha256:2f72cb6b109dbda57de5d27c399c1466340a1eceff9d4b40259d385b2bc32969

Image layers

ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 VIRTUAL_ENV=/.venv
/bin/sh -c apk add --no-cache --upgrade build-base ca-certificates cargo curl-dev git libffi-dev pcre-dev postgresql-dev openssl-dev python3-dev zlib-dev
/bin/sh -c mkdir -p /tmp/application /build && git clone https://github.com/healthchecks/healthchecks /tmp/application && cd /tmp/application && git archive --format=tar v4.2 | tar -x -C /build
WORKDIR /build
/bin/sh -c python3 -m venv ${VIRTUAL_ENV}
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
/bin/sh -c python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel apprise uwsgi minio
/bin/sh -c python3 -m pip install --no-cache-dir --upgrade --requirement requirements.txt
/bin/sh -c rm -f hc/local_settings.py
/bin/sh -c DEBUG=False SECRET_KEY=build-key ./manage.py collectstatic --noinput
/bin/sh -c DEBUG=False SECRET_KEY=build-key ./manage.py compress
/bin/sh -c chmod 0755 manage.py

Labels

Key Value
io.buildah.version 1.43.2