File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11ARG POSTGRESQL_VERSION="16"
2+ ARG JOBMON_VERSION="v1.4.1"
3+ ARG PARTMAN_VERSION="v5.2.4"
4+
25FROM bitnami/postgresql:$POSTGRESQL_VERSION AS builder
36LABEL org.opencontainers.image.source="https://github.com/dbsystel/postgresql-partman-container"
4- ARG JOBMON_VERSION= "v1.4.1"
7+ ARG JOBMON_VERSION
58LABEL de.dbsystel.jobmon-version=$JOBMON_VERSION
6- ARG PARTMAN_VERSION= "v5.2.4"
9+ ARG PARTMAN_VERSION
710LABEL de.dbsystel.partman-version=$PARTMAN_VERSION
811ARG POSTGRESQL_VERSION
912LABEL de.dbsystel.postgres-version=$POSTGRESQL_VERSION
@@ -30,9 +33,9 @@ RUN wget "https://github.com/pgpartman/pg_partman/archive/refs/tags/${PARTMAN_VE
3033
3134FROM bitnami/postgresql:$POSTGRESQL_VERSION
3235LABEL org.opencontainers.image.source="https://github.com/dbsystel/postgresql-partman-container"
33- ARG JOBMON_VERSION= "v1.4.1"
36+ ARG JOBMON_VERSION
3437LABEL de.dbsystel.jobmon-version=$JOBMON_VERSION
35- ARG PARTMAN_VERSION= "v5.2.4"
38+ ARG PARTMAN_VERSION
3639LABEL de.dbsystel.partman-version=$PARTMAN_VERSION
3740ARG POSTGRESQL_VERSION
3841LABEL de.dbsystel.postgres-version=$POSTGRESQL_VERSION
You can’t perform that action at this time.
0 commit comments