mirror of
https://git.koehn.com/docker/postgres-wal-g.git
synced 2023-10-20 22:33:52 -05:00
bump to 13.4
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ build:
|
||||
}
|
||||
}
|
||||
EOF
|
||||
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination koehn/postgres-wal-g:13.3-$CI_COMMIT_TAG --build-arg BASE=13.3 --build-arg WALG_RELEASE=$(echo $CI_COMMIT_TAG | awk -F '-' '{print $1}')
|
||||
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination koehn/postgres-wal-g:13.4-$CI_COMMIT_TAG --build-arg BASE=13.4 --build-arg WALG_RELEASE=$(echo $CI_COMMIT_TAG | awk -F '-' '{print $1}')
|
||||
only:
|
||||
- tags
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
FROM koehn/postgres-wal-g:13.3-v1.0-2
|
||||
|
||||
RUN apt-get update -qq && apt-get install -qqy --no-install-recommends postgis postgresql-13-postgis-3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user