Merge ~sergiodj/ubuntu-docker-images/+git/postgresql:14-22.04 into ~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql:13-21.10

Proposed by Sergio Durigan Junior
Status: Merged
Merge reported by: Sergio Durigan Junior
Merged at revision: 89d94b341e828834633e329901de970a1697b287
Proposed branch: ~sergiodj/ubuntu-docker-images/+git/postgresql:14-22.04
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql:13-21.10
Diff against target: 20 lines (+2/-2)
1 file modified
Dockerfile (+2/-2)
Reviewer Review Type Date Requested Status
Athos Ribeiro Approve
Canonical Server Pending
Review via email: mp+414923@code.launchpad.net

Description of the change

Update postgresql ROCKs image to Jammy. Tested locally, everything OK.

To post a comment you must log in.
Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

LGTM

Thanks!

review: Approve
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Thanks. Merged.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Dockerfile b/Dockerfile
2index fb7457b..b9819f5 100644
3--- a/Dockerfile
4+++ b/Dockerfile
5@@ -1,5 +1,5 @@
6 # vim:set ft=dockerfile:
7-FROM ubuntu:impish
8+FROM ubuntu:jammy
9
10 ENV TZ UTC
11 ENV DEBIAN_FRONTEND noninteractive
12@@ -30,7 +30,7 @@ ENV LANG en_US.utf8
13
14 RUN mkdir /docker-entrypoint-initdb.d
15
16-ENV PG_MAJOR 13
17+ENV PG_MAJOR 14
18
19 RUN set -eux; \
20 # installation

Subscribers

People subscribed via source and target branches