From 642f0f594ad14176e17e3d97c7cc39ecf462153d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 11 Mar 2024 10:59:18 +0100 Subject: [PATCH] Rebuild images on newer postgres base image --- example/images/patroni/Dockerfile | 2 +- example/postgres.nomad.hcl | 2 +- variables.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/images/patroni/Dockerfile b/example/images/patroni/Dockerfile index 7ee24d7..390e826 100644 --- a/example/images/patroni/Dockerfile +++ b/example/images/patroni/Dockerfile @@ -1,4 +1,4 @@ -FROM danielberteaud/postgres:15.24.3-1 +FROM danielberteaud/postgres:15.24.3-2 MAINTAINER Daniel Berteaud ARG PATRONI_VERSION=3.2.2 diff --git a/example/postgres.nomad.hcl b/example/postgres.nomad.hcl index fe56a2c..fafd655 100644 --- a/example/postgres.nomad.hcl +++ b/example/postgres.nomad.hcl @@ -138,7 +138,7 @@ job "postgres" { kill_timeout = "10m" config { - image = "danielberteaud/patroni:15.24.3-1" + image = "danielberteaud/patroni:15.24.3-2" # Set shm_size to half of the total size shm_size = 536870912 volumes = ["local/mkdir-socket.sh:/entrypoint.d/70-mkdir-socket.sh"] diff --git a/variables.yml b/variables.yml index 564e970..0445451 100644 --- a/variables.yml +++ b/variables.yml @@ -31,7 +31,7 @@ pg: # Postgres server settings server: # The image to use - image: '[[ .docker.repo ]]patroni:15.24.3-1' + image: '[[ .docker.repo ]]patroni:15.24.3-2' # Number of postgres instance. Patroni will handle leader election and replication count: 1