File tree Expand file tree Collapse file tree 7 files changed +36
-53
lines changed Expand file tree Collapse file tree 7 files changed +36
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ matrix :
2+ POSTGRES_VERSION :
3+ - 17
4+
5+ steps :
6+ build :
7+ image : woodpeckerci/plugin-docker-buildx:6.0.1
8+ settings :
9+ registry : registry.megpoid.dev
10+ repo : registry.megpoid.dev/codestation/postgres
11+ dockerfile : ${POSTGRES_VERSION}/Dockerfile
12+ tags :
13+ - latest
14+ - ${POSTGRES_VERSION}
15+ config :
16+ from_secret : registry_credentials
17+
18+ when :
19+ event :
20+ - push
21+ - manual
22+ branch :
23+ - master
Original file line number Diff line number Diff line change 1- FROM postgres:14.17 -bookworm
1+ FROM postgres:14.18 -bookworm
22
33LABEL maintainer="codestation <codestation@megpoid.dev>"
44
5- ARG BACKREST_VERSION=2.54.2
6- ARG S6_OVERLAY_VERSION=3.2.0.2
5+ ARG BACKREST_VERSION=2.55.1
6+ ARG S6_OVERLAY_VERSION=3.2.1.0
77
88# Install pgbackrest
99RUN set -ex; \
Original file line number Diff line number Diff line change 1- FROM postgres:15.12 -bookworm
1+ FROM postgres:15.13 -bookworm
22
33LABEL maintainer="codestation <codestation@megpoid.dev>"
44
5- ARG BACKREST_VERSION=2.54.2
6- ARG S6_OVERLAY_VERSION=3.2.0.2
5+ ARG BACKREST_VERSION=2.55.1
6+ ARG S6_OVERLAY_VERSION=3.2.1.0
77
88# Install pgbackrest
99RUN set -ex; \
Original file line number Diff line number Diff line change 1- FROM postgres:16.8 -bookworm
1+ FROM postgres:16.9 -bookworm
22
33LABEL maintainer="codestation <codestation@megpoid.dev>"
44
5- ARG BACKREST_VERSION=2.54.2
6- ARG S6_OVERLAY_VERSION=3.2.0.2
5+ ARG BACKREST_VERSION=2.55.1
6+ ARG S6_OVERLAY_VERSION=3.2.1.0
77
88# Install pgbackrest
99RUN set -ex; \
Original file line number Diff line number Diff line change 1- FROM postgres:17.4 -bookworm
1+ FROM postgres:17.5 -bookworm
22
33LABEL maintainer="codestation <codestation@megpoid.dev>"
44
5- ARG BACKREST_VERSION=2.54.2
6- ARG S6_OVERLAY_VERSION=3.2.0.2
5+ ARG BACKREST_VERSION=2.55.1
6+ ARG S6_OVERLAY_VERSION=3.2.1.0
77
88# Install pgbackrest
99RUN set -ex; \
Original file line number Diff line number Diff line change 11## Postgres images
22
3- Postgres 14/15/16/17 images with pgbackrest 2.52 installed.
3+ Postgres 14/15/16/17 images with pgbackrest 2.55 installed.
You can’t perform that action at this time.
0 commit comments