Skip to content

Commit 288304d

Browse files
committed
pgbackrest version bump to 2.50
1 parent af7c8c9 commit 288304d

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.drone.yml

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
kind: pipeline
33
name: default
4-
type: docker
4+
type: kubernetes
55

66
platform:
77
os: linux
88
arch: arm64
99

1010
steps:
1111
- name: build
12-
image: ghcr.io/codestation/drone-docker
12+
image: ghcr.io/codestation/drone-kaniko
1313
settings:
1414
repos:
1515
- registry.megpoid.dev/codestation/postgres
@@ -21,25 +21,11 @@ steps:
2121
platforms:
2222
- linux/amd64
2323
- linux/arm64
24-
buildkit: true
2524
username:
2625
from_secret: docker_username
2726
password:
2827
from_secret: docker_password
2928

30-
- name: update
31-
image: plugins/webhook
32-
settings:
33-
urls: http://updater:8000/apis/swarm/v1/update
34-
token_value:
35-
from_secret: updater_apikey
36-
template: |
37-
{
38-
"images": [
39-
"registry.megpoid.dev/codestation/postgres"
40-
]
41-
}
42-
4329
trigger:
4430
branch:
4531
- master

14/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM postgres:14-bullseye
1+
FROM postgres:14-bookworm
22

33
LABEL maintainer="codestation <[email protected]>"
44

5-
ARG BACKREST_VERSION=2.47
5+
ARG BACKREST_VERSION=2.50
66
ARG S6_OVERLAY_VERSION=3.1.5.0
77

88
# Install pgbackrest

0 commit comments

Comments
 (0)