Skip to content

Commit e63ba0c

Browse files
committed
fix: remove broken healthcheck metadata
1 parent dbce2d2 commit e63ba0c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Containerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ ARG PG_VERSION
66
ARG FREEBSD_ARCH=amd64
77
ARG PACKAGES="postgresql${PG_VERSION}-server postgresql${PG_VERSION}-client postgresql${PG_VERSION}-contrib"
88
ARG UPSTREAM_URL="https://www.postgresql.org/docs/release/"
9-
ARG HEALTHCHECK_ENDPOINT="pg_isready -q"
10-
11-
ENV HEALTHCHECK_URL="${HEALTHCHECK_ENDPOINT}"
129

1310
# --- Metadata (Injected by Generator) ---
1411
LABEL org.opencontainers.image.title="PostgreSQL ${PG_VERSION}" \

Containerfile.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ ARG PG_VERSION
66
ARG FREEBSD_ARCH=amd64
77
ARG PACKAGES="postgresql${PG_VERSION}-server postgresql${PG_VERSION}-client postgresql${PG_VERSION}-contrib"
88
ARG UPSTREAM_URL="https://www.postgresql.org/docs/release/"
9-
ARG HEALTHCHECK_ENDPOINT="pg_isready -q"
10-
11-
ENV HEALTHCHECK_URL="${HEALTHCHECK_ENDPOINT}"
129

1310
# --- Metadata (Injected by Generator) ---
1411
LABEL org.opencontainers.image.title="{{ title }} ${PG_VERSION}" \

0 commit comments

Comments
 (0)