mirror of
https://git.koehn.com/docker/postgres-wal-g.git
synced 2023-10-20 22:33:52 -05:00
getting mtu
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
pipeline:
|
||||
build-image:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
repo: koehn/postgres-wal-g
|
||||
platforms: linux/amd64
|
||||
build_args:
|
||||
- BASE=15.2
|
||||
- WALG_RELEASE=v2.0.1
|
||||
|
||||
+4
-10
@@ -1,11 +1,5 @@
|
||||
pipeline:
|
||||
build-image:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
repo: koehn/postgres-wal-g
|
||||
platforms: linux/amd64
|
||||
build_args:
|
||||
- BASE=15.2
|
||||
- WALG_RELEASE=v2.0.1
|
||||
|
||||
get-mtu:
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
- ifconfig
|
||||
|
||||
Reference in New Issue
Block a user