-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update postgres #6159
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/postgres@ba24350: Merge pull request docker-library/postgres#590 from J0WI/alpine10
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 |
Build test of #6159; 2710373; $ 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: