File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ ARG PG_VERSION
66ARG FREEBSD_ARCH=amd64
77ARG PACKAGES="postgresql${PG_VERSION}-server postgresql${PG_VERSION}-client postgresql${PG_VERSION}-contrib"
88ARG 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) ---
1411LABEL org.opencontainers.image.title="PostgreSQL ${PG_VERSION}" \
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ ARG PG_VERSION
66ARG FREEBSD_ARCH=amd64
77ARG PACKAGES="postgresql${PG_VERSION}-server postgresql${PG_VERSION}-client postgresql${PG_VERSION}-contrib"
88ARG 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) ---
1411LABEL org.opencontainers.image.title="{{ title }} ${PG_VERSION}" \
You can’t perform that action at this time.
0 commit comments