File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ ARG PACKAGER
1010ARG PGBACKREST_VERSION
1111ARG PGVERSION
1212ARG OLD_PG_VERSIONS
13- # ARG PG_SUPPORTED_VERSIONS="$PGVERSION"
1413ARG PG_SUPPORTED_VERSIONS="$OLD_PG_VERSIONS $PGVERSION"
1514
1615RUN ${PACKAGER} -y install --nodocs \
@@ -21,7 +20,6 @@ RUN ${PACKAGER} -y install --nodocs \
2120 lz4 \
2221 zstd \
2322 libicu \
24- # postgresql${PGVERSION}-server \
2523 dumb-init \
2624 jq \
2725 pgbackrest-${PGBACKREST_VERSION} \
Original file line number Diff line number Diff line change 11ARG CONTAINERSUITE
22ARG BUILD
33ARG BASEOS
4+ ARG PGVERSION
45
56FROM ${CONTAINERSUITE}/base:${BASEOS}-${BUILD} as builder
67
@@ -198,6 +199,9 @@ RUN pip3 install 'PyYAML<6.0' setuptools pystache loader kazoo meld3 boto python
198199# && ${PACKAGER} -y clean all;
199200
200201FROM scratch
202+
203+ ARG PGVERSION
204+
201205COPY --from=builder / /
202206
203207EXPOSE 5432 8008 8080
You can’t perform that action at this time.
0 commit comments