Skip to content

Commit

Permalink
chore: upgrade patroni-citus-k8s base image to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
rophy committed Jul 13, 2024
1 parent 4e53aa0 commit 8c28bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions patroni-citus-k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/patroni/patroni/blob/master/kubernetes/Dockerfile.citus

FROM postgres:16.3-bullseye
FROM postgres:16.3-bookworm
LABEL maintainer="Alexander Kukushkin <[email protected]>"

RUN export DEBIAN_FRONTEND=noninteractive \
Expand Down Expand Up @@ -28,8 +28,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -y \
&& apt-get -y install postgresql-16-citus-12.1; \
fi \
&& pip3 install setuptools \
&& pip3 install 'git+https://github.com/patroni/patroni.git#egg=patroni[kubernetes]' \
&& pip3 install --break-system-packages setuptools \
&& pip3 install --break-system-packages 'git+https://github.com/patroni/patroni.git#egg=patroni[kubernetes]' \
&& PGHOME=/home/postgres \
&& mkdir -p $PGHOME \
&& chown postgres $PGHOME \
Expand Down
2 changes: 1 addition & 1 deletion patroni-citus-k8s/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240713-r1
20240713-r2

0 comments on commit 8c28bec

Please sign in to comment.