Skip to content

Commit 9b3fc08

Browse files
committed
update postgres patch version and pgbackrest to 2.55.1
1 parent bac661e commit 9b3fc08

File tree

7 files changed

+36
-53
lines changed

7 files changed

+36
-53
lines changed

.drone.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.woodpecker/publish.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

14/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM postgres:14.17-bookworm
1+
FROM postgres:14.18-bookworm
22

33
LABEL maintainer="codestation <[email protected]>"
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
99
RUN set -ex; \

15/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM postgres:15.12-bookworm
1+
FROM postgres:15.13-bookworm
22

33
LABEL maintainer="codestation <[email protected]>"
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
99
RUN set -ex; \

16/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM postgres:16.8-bookworm
1+
FROM postgres:16.9-bookworm
22

33
LABEL maintainer="codestation <[email protected]>"
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
99
RUN set -ex; \

17/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM postgres:17.4-bookworm
1+
FROM postgres:17.5-bookworm
22

33
LABEL maintainer="codestation <[email protected]>"
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
99
RUN set -ex; \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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.

0 commit comments

Comments
 (0)