diff options
author | lain <lain@soykaf.club> | 2024-08-01 08:53:29 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-08-01 08:53:29 +0000 |
commit | 36d469cf022ea66947a73ee4c762d7f459aceee4 (patch) | |
tree | 5f8824d56f10d1c94353afeb77833cd250e67369 /ci/postgres-with-rum-13 | |
parent | 7566b4a348c66fcea45bcb017979ece9c7b45b3a (diff) | |
parent | a5d32aab50abf725196fa782775a38907b4b2afa (diff) | |
download | pleroma-36d469cf022ea66947a73ee4c762d7f459aceee4.tar.gz pleroma-36d469cf022ea66947a73ee4c762d7f459aceee4.zip |
Merge branch 'release/2.7.0' into 'stable'
v2.7.0
See merge request pleroma/pleroma!4179
Diffstat (limited to 'ci/postgres-with-rum-13')
-rw-r--r-- | ci/postgres-with-rum-13/Dockerfile | 3 | ||||
-rwxr-xr-x | ci/postgres-with-rum-13/build_and_push.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ci/postgres-with-rum-13/Dockerfile b/ci/postgres-with-rum-13/Dockerfile new file mode 100644 index 000000000..dc727df1d --- /dev/null +++ b/ci/postgres-with-rum-13/Dockerfile @@ -0,0 +1,3 @@ +FROM postgres:13-bullseye + +RUN apt-get update && apt-get install -y postgresql-13-rum/bullseye-pgdg diff --git a/ci/postgres-with-rum-13/build_and_push.sh b/ci/postgres-with-rum-13/build_and_push.sh new file mode 100755 index 000000000..c437b64a7 --- /dev/null +++ b/ci/postgres-with-rum-13/build_and_push.sh @@ -0,0 +1 @@ +docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/postgres-with-rum-13:latest --push . |