File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 11---
22kind : pipeline
33name : default
4- type : docker
4+ type : kubernetes
55
66platform :
77 os : linux
88 arch : arm64
99
1010steps :
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-
4329trigger :
4430 branch :
4531 - master
Original file line number Diff line number Diff line change 1- FROM postgres:14-bullseye
1+ FROM postgres:14-bookworm
22
33LABEL maintainer="codestation <codestation@megpoid.dev>"
44
5- ARG BACKREST_VERSION=2.47
5+ ARG BACKREST_VERSION=2.50
66ARG S6_OVERLAY_VERSION=3.1.5.0
77
88# Install pgbackrest
You can’t perform that action at this time.
0 commit comments