File tree 2 files changed +4
-18
lines changed
2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
kind : pipeline
3
3
name : default
4
- type : docker
4
+ type : kubernetes
5
5
6
6
platform :
7
7
os : linux
8
8
arch : arm64
9
9
10
10
steps :
11
11
- name : build
12
- image : ghcr.io/codestation/drone-docker
12
+ image : ghcr.io/codestation/drone-kaniko
13
13
settings :
14
14
repos :
15
15
- registry.megpoid.dev/codestation/postgres
@@ -21,25 +21,11 @@ steps:
21
21
platforms :
22
22
- linux/amd64
23
23
- linux/arm64
24
- buildkit : true
25
24
username :
26
25
from_secret : docker_username
27
26
password :
28
27
from_secret : docker_password
29
28
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
-
43
29
trigger :
44
30
branch :
45
31
- master
Original file line number Diff line number Diff line change 1
- FROM postgres:14-bullseye
1
+ FROM postgres:14-bookworm
2
2
3
3
LABEL maintainer=
"codestation <[email protected] >"
4
4
5
- ARG BACKREST_VERSION=2.47
5
+ ARG BACKREST_VERSION=2.50
6
6
ARG S6_OVERLAY_VERSION=3.1.5.0
7
7
8
8
# Install pgbackrest
You can’t perform that action at this time.
0 commit comments