Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update postgres #6159

Merged
merged 1 commit into from
Jun 25, 2019
Merged

Update postgres #6159

merged 1 commit into from
Jun 25, 2019

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 25, 2019

Changes:

Changes:

- docker-library/postgres@ba24350: Merge pull request docker-library/postgres#590 from J0WI/alpine10
@tianon
Copy link
Member Author

tianon commented Jun 25, 2019

Diff:
diff --git a/postgres_10-alpine/Dockerfile b/postgres_10-alpine/Dockerfile
index d3d1419..696f617 100644
--- a/postgres_10-alpine/Dockerfile
+++ b/postgres_10-alpine/Dockerfile
@@ -1,5 +1,5 @@
 # vim:set ft=dockerfile:
-FROM alpine:3.9
+FROM alpine:3.10
 
 # alpine includes "postgres" user/group in base install
 #   /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
diff --git a/postgres_12-alpine/Dockerfile b/postgres_12-alpine/Dockerfile
index 1b6ee3f..958b2e8 100644
--- a/postgres_12-alpine/Dockerfile
+++ b/postgres_12-alpine/Dockerfile
@@ -1,5 +1,5 @@
 # vim:set ft=dockerfile:
-FROM alpine:3.9
+FROM alpine:3.10
 
 # alpine includes "postgres" user/group in base install
 #   /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
diff --git a/postgres_9-alpine/Dockerfile b/postgres_9-alpine/Dockerfile
index 3bf524a..935fe64 100644
--- a/postgres_9-alpine/Dockerfile
+++ b/postgres_9-alpine/Dockerfile
@@ -1,5 +1,5 @@
 # vim:set ft=dockerfile:
-FROM alpine:3.9
+FROM alpine:3.10
 
 # alpine includes "postgres" user/group in base install
 #   /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
diff --git a/postgres_9.4-alpine/Dockerfile b/postgres_9.4-alpine/Dockerfile
index 5352cf9..550f0bd 100644
--- a/postgres_9.4-alpine/Dockerfile
+++ b/postgres_9.4-alpine/Dockerfile
@@ -1,5 +1,5 @@
 # vim:set ft=dockerfile:
-FROM alpine:3.9
+FROM alpine:3.10
 
 # alpine includes "postgres" user/group in base install
 #   /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
diff --git a/postgres_9.5-alpine/Dockerfile b/postgres_9.5-alpine/Dockerfile
index 57de1d4..1ec7400 100644
--- a/postgres_9.5-alpine/Dockerfile
+++ b/postgres_9.5-alpine/Dockerfile
@@ -1,5 +1,5 @@
 # vim:set ft=dockerfile:
-FROM alpine:3.9
+FROM alpine:3.10
 
 # alpine includes "postgres" user/group in base install
 #   /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
diff --git a/postgres_alpine/Dockerfile b/postgres_alpine/Dockerfile
index 6c56324..bfc79d5 100644
--- a/postgres_alpine/Dockerfile
+++ b/postgres_alpine/Dockerfile
@@ -1,5 +1,5 @@
 # vim:set ft=dockerfile:
-FROM alpine:3.9
+FROM alpine:3.10
 
 # alpine includes "postgres" user/group in base install
 #   /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh

@tianon
Copy link
Member Author

tianon commented Jun 25, 2019

Build test of #6159; 2710373; amd64 (postgres):

$ bashbrew build postgres:12-beta2
Using bashbrew/cache:f0b7eaa1b38f9eac9b224f350251999a09876e0587c78c99e06dcfc195d62f9c (postgres:12-beta2)
Tagging postgres:12-beta2
Tagging postgres:12

$ test/run.sh postgres:12-beta2
testing postgres:12-beta2
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6]....passed
	'postgres-initdb' [6/6]....passed


$ bashbrew build postgres:12-beta2-alpine
Using bashbrew/cache:961c8b9e11183a02cd8319a966d99e88b67c73da40b31f1d5095d1890be8e532 (postgres:12-beta2-alpine)
Tagging postgres:12-beta2-alpine
Tagging postgres:12-alpine

$ test/run.sh postgres:12-beta2-alpine
testing postgres:12-beta2-alpine
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6]....passed
	'postgres-initdb' [6/6]....passed


$ bashbrew build postgres:11.4
Using bashbrew/cache:921bd3a6ea0583d302f55ddc3c13c1d253abf42d814d2b54915534589ee38713 (postgres:11.4)
Tagging postgres:11.4
Tagging postgres:11
Tagging postgres:latest

$ test/run.sh postgres:11.4
testing postgres:11.4
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6]....passed
	'postgres-initdb' [6/6]....passed


$ bashbrew build postgres:11.4-alpine
Using bashbrew/cache:dd9b6830946c38648e3c3f5cec5ea05e6ae0632480ce7348ecd87a60ea226a88 (postgres:11.4-alpine)
Tagging postgres:11.4-alpine
Tagging postgres:11-alpine
Tagging postgres:alpine

$ test/run.sh postgres:11.4-alpine
testing postgres:11.4-alpine
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6]....passed
	'postgres-initdb' [6/6]....passed


$ bashbrew build postgres:10.9
Using bashbrew/cache:be985df11e4de6478f8bad889775b5dfaba0f120456b919dc2b9199903bdd442 (postgres:10.9)
Tagging postgres:10.9
Tagging postgres:10

$ test/run.sh postgres:10.9
testing postgres:10.9
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6]....passed
	'postgres-initdb' [6/6]....passed


$ bashbrew build postgres:10.9-alpine
Using bashbrew/cache:edd46e4b40a61d7e89a85388515f6decfecb78282df1ef26bb6183dcd5ea1af5 (postgres:10.9-alpine)
Tagging postgres:10.9-alpine
Tagging postgres:10-alpine

$ test/run.sh postgres:10.9-alpine
testing postgres:10.9-alpine
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6]....passed
	'postgres-initdb' [6/6]....passed


$ bashbrew build postgres:9.6.14
Using bashbrew/cache:5c650480f4849cb0027ae786f2c33fe0aebb26571cc229adb00fbbeffadad9de (postgres:9.6.14)
Tagging postgres:9.6.14
Tagging postgres:9.6
Tagging postgres:9

$ test/run.sh postgres:9.6.14
testing postgres:9.6.14
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6].....passed
	'postgres-initdb' [6/6].....passed


$ bashbrew build postgres:9.6.14-alpine
Using bashbrew/cache:ed589286206812ac406bf3941881a2c38960ac0f4f4b68fe162bad011cf2981a (postgres:9.6.14-alpine)
Tagging postgres:9.6.14-alpine
Tagging postgres:9.6-alpine
Tagging postgres:9-alpine

$ test/run.sh postgres:9.6.14-alpine
testing postgres:9.6.14-alpine
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6]....passed
	'postgres-initdb' [6/6].....passed


$ bashbrew build postgres:9.5.18
Using bashbrew/cache:5a0b52f0157de9eb2669512db5b50d07396e94d4b6a65beca5b5aeffe1aa7755 (postgres:9.5.18)
Tagging postgres:9.5.18
Tagging postgres:9.5

$ test/run.sh postgres:9.5.18
testing postgres:9.5.18
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6].....passed
	'postgres-initdb' [6/6].....passed


$ bashbrew build postgres:9.5.18-alpine
Building bashbrew/cache:0727aba9578d60621fec73f36286dcba4790985daf40ea5833254962d6e54e6d (postgres:9.5.18-alpine)
Tagging postgres:9.5.18-alpine
Tagging postgres:9.5-alpine

$ test/run.sh postgres:9.5.18-alpine
testing postgres:9.5.18-alpine
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6].....passed
	'postgres-initdb' [6/6].....passed


$ bashbrew build postgres:9.4.23
Using bashbrew/cache:0b1e88733c966c5b3696acd90ad5ba0b9090c8e4d9d78d7e437d728b02c8d5a5 (postgres:9.4.23)
Tagging postgres:9.4.23
Tagging postgres:9.4

$ test/run.sh postgres:9.4.23
testing postgres:9.4.23
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6].....passed
	'postgres-initdb' [6/6].....passed


$ bashbrew build postgres:9.4.23-alpine
Building bashbrew/cache:3b124df73e078d5cba891d3401c40bb67f08310a7c5053450384c9079410d137 (postgres:9.4.23-alpine)
Tagging postgres:9.4.23-alpine
Tagging postgres:9.4-alpine

$ test/run.sh postgres:9.4.23-alpine
testing postgres:9.4.23-alpine
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'postgres-basics' [5/6].....passed
	'postgres-initdb' [6/6].....passed

@tianon tianon merged commit 009e96d into docker-library:master Jun 25, 2019
@tianon tianon deleted the postgres branch June 25, 2019 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants