File tree Expand file tree Collapse file tree 8 files changed +32
-0
lines changed
Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,7 @@ scripts/logical_backup/
2121
2222# grid-files
2323/docker /add-grid-files /grid-files /*
24+
25+ # Public-betas
26+ docker /pg-public-beta
27+ docker /pgbackrest-public-beta
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ ENV PATH=$PATH:/usr/local/go/bin
2121RUN git clone https://github.com/prometheus-community/postgres_exporter.git && cd postgres_exporter && make build;
2222
2323FROM ${CONTAINERIMAGE}
24+
25+ LABEL org.opencontainers.image.source=https://github.com/cybertec-postgresql/CYBERTEC-pg-container
26+ LABEL org.opencontainers.image.description="CYBERTEC-PG-Container - Metric-Exporter for Prometheus"
27+ LABEL org.opencontainers.image.licenses=Apache-2.0
28+
2429COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init
2530COPY --from=builder ./postgres_exporter/postgres_exporter /bin/postgres_exporter
2631
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ FROM scratch
118118
119119ARG PGVERSION
120120
121+ LABEL org.opencontainers.image.source=https://github.com/cybertec-postgresql/CYBERTEC-pg-container
122+ LABEL org.opencontainers.image.description="CYBERTEC-PG-Container - HA-Postgres-Container with Patroni and pgBackRest (public-beta)"
123+ LABEL org.opencontainers.image.licenses=Apache-2.0
121124COPY --from=builder / /
122125
123126EXPOSE 5432 8008 8080
Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ RUN mkdir -p /tmp/zstd && cp -r /usr/bin/zstd* /tmp/zstd
5252
5353FROM ${CONTAINERIMAGE} as micro
5454
55+ LABEL org.opencontainers.image.source=https://github.com/cybertec-postgresql/CYBERTEC-pg-container
56+ LABEL org.opencontainers.image.description="CYBERTEC-PG-Container - pgBackRest-Container for restore-Container and as Repo-Host (public-beta)"
57+ LABEL org.opencontainers.image.licenses=Apache-2.0
58+
5559ARG PGVERSION
5660
5761COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init
Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ COPY --from=micro / /
131131
132132ARG PGVERSION
133133
134+ LABEL org.opencontainers.image.source=https://github.com/cybertec-postgresql/CYBERTEC-pg-container
135+ LABEL org.opencontainers.image.description="CYBERTEC-PG-Container - pgBackRest-Container for restore-Container and as Repo-Host"
136+ LABEL org.opencontainers.image.licenses=Apache-2.0
137+
134138# set user and group ownership
135139RUN chown -R postgres:postgres /opt/pgbackrest \
136140 /backrestrepo /home/postgres/pgdata/pgbackrest /home/postgres/pgdata
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ RUN mkdir -p /etc/pgbouncer/certs && chmod 775 /etc/pgbouncer/certs && chmod 664
2222
2323FROM scratch
2424
25+ LABEL org.opencontainers.image.source=https://github.com/cybertec-postgresql/CYBERTEC-pg-container
26+ LABEL org.opencontainers.image.description="CYBERTEC-PG-Container - pgBouncer"
27+ LABEL org.opencontainers.image.licenses=Apache-2.0
28+
2529COPY --from=builder / /
2630
2731COPY launcher/pgbouncer/launch.sh /
Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ FROM scratch
128128
129129ARG PGVERSION
130130
131+ LABEL org.opencontainers.image.source=https://github.com/cybertec-postgresql/CYBERTEC-pg-container
132+ LABEL org.opencontainers.image.description="CYBERTEC-PG-Container - HA-Postgres-Container with Postgis, Patroni and pgBackRest"
133+ LABEL org.opencontainers.image.licenses=Apache-2.0
134+
131135COPY --from=builder / /
132136
133137EXPOSE 5432 8008 8080
Original file line number Diff line number Diff line change @@ -125,6 +125,10 @@ FROM scratch
125125
126126ARG PGVERSION
127127
128+ LABEL org.opencontainers.image.source=https://github.com/cybertec-postgresql/CYBERTEC-pg-container
129+ LABEL org.opencontainers.image.description="CYBERTEC-PG-Container - HA-Postgres-Container with Patroni and pgBackRest"
130+ LABEL org.opencontainers.image.licenses=Apache-2.0
131+
128132COPY --from=builder / /
129133
130134EXPOSE 5432 8008 8080
You can’t perform that action at this time.
0 commit comments