-
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 #6628
Merged
Merged
Update postgres #6628
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@058c5c9: Update to 12~beta4-1.pgdg100+1 - docker-library/postgres@5ad8e92: Update to 12beta4 - docker-library/postgres@a74b452: Update generated README
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index 65409b4..f62f530 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -22,7 +22,7 @@ postgres:11.5
postgres:11.5-alpine
postgres:12
postgres:12-alpine
-postgres:12-beta3
-postgres:12-beta3-alpine
+postgres:12-beta4
+postgres:12-beta4-alpine
postgres:alpine
postgres:latest
diff --git a/postgres_12-alpine/Dockerfile b/postgres_12-alpine/Dockerfile
index 2b41cdb..72adc40 100644
--- a/postgres_12-alpine/Dockerfile
+++ b/postgres_12-alpine/Dockerfile
@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 12
-ENV PG_VERSION 12beta3
-ENV PG_SHA256 e4a4079c75bf049349c70a02f705beecbb8263684ff2d4e13a582a3ff50332aa
+ENV PG_VERSION 12beta4
+ENV PG_SHA256 422f5e2ad999126f505b44c2d56abe726a08ed7e50e2d268e9906c879831805f
RUN set -ex \
\
diff --git a/postgres_12/Dockerfile b/postgres_12/Dockerfile
index 379d781..5a9fce3 100644
--- a/postgres_12/Dockerfile
+++ b/postgres_12/Dockerfile
@@ -71,7 +71,7 @@ RUN set -ex; \
apt-key list
ENV PG_MAJOR 12
-ENV PG_VERSION 12~beta3-1.pgdg100+1
+ENV PG_VERSION 12~beta4-1.pgdg100+1
RUN set -ex; \
\ |
Build test of #6628; 086118e; $ bashbrew build postgres:12-beta4
Building bashbrew/cache:2c5b1de6929d9bd053675d9e9af19ba29157f63cefaf16a074bc7e1eca04c23c (postgres:12-beta4)
Tagging postgres:12-beta4
Tagging postgres:12
$ test/run.sh postgres:12-beta4
testing postgres:12-beta4
'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-beta4-alpine
Building bashbrew/cache:bd80d16e41e69d8598f79bc64b4e07530ac561fb687e6ab93e0c76baa13de5aa (postgres:12-beta4-alpine)
Tagging postgres:12-beta4-alpine
Tagging postgres:12-alpine
$ test/run.sh postgres:12-beta4-alpine
testing postgres:12-beta4-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.5
Using bashbrew/cache:617c8d990dd2777529cd7d8aa3d4176d1b8265ef6ff89760271606e95abcfdf3 (postgres:11.5)
Tagging postgres:11.5
Tagging postgres:11
Tagging postgres:latest
$ test/run.sh postgres:11.5
testing postgres:11.5
'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.5-alpine
Using bashbrew/cache:d2025402584895a1374f1781579ba28c0c83341cccdb0067f584c74d999772a0 (postgres:11.5-alpine)
Tagging postgres:11.5-alpine
Tagging postgres:11-alpine
Tagging postgres:alpine
$ test/run.sh postgres:11.5-alpine
testing postgres:11.5-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.10
Using bashbrew/cache:098571b0b499eeac1f29ab7967e3e5f19299a0d4dbc7e565529dab7d51fa8ddc (postgres:10.10)
Tagging postgres:10.10
Tagging postgres:10
$ test/run.sh postgres:10.10
testing postgres:10.10
'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.10-alpine
Using bashbrew/cache:52e692a7cce38487bfccbaceb6b10f1f19de8697da79b581052ae30db2c0ef11 (postgres:10.10-alpine)
Tagging postgres:10.10-alpine
Tagging postgres:10-alpine
$ test/run.sh postgres:10.10-alpine
testing postgres:10.10-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.15
Using bashbrew/cache:9ff186c5da8b9ce28b0cbd33e3995313170f2a0c690b967a90da613cf43f5286 (postgres:9.6.15)
Tagging postgres:9.6.15
Tagging postgres:9.6
Tagging postgres:9
$ test/run.sh postgres:9.6.15
testing postgres:9.6.15
'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.15-alpine
Using bashbrew/cache:7f5187f69f85eca1c929e367838c37abc73d60a1cd3787737d54886cb799e592 (postgres:9.6.15-alpine)
Tagging postgres:9.6.15-alpine
Tagging postgres:9.6-alpine
Tagging postgres:9-alpine
$ test/run.sh postgres:9.6.15-alpine
testing postgres:9.6.15-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.19
Using bashbrew/cache:60b8cd1d9a9d390a788a3af3a1238ae120fe64064bd7c7b3a568ca303fd7f2fd (postgres:9.5.19)
Tagging postgres:9.5.19
Tagging postgres:9.5
$ test/run.sh postgres:9.5.19
testing postgres:9.5.19
'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.19-alpine
Using bashbrew/cache:35336224efab852bee7e10471a7c31009b61ce5a13d150805a7d464b96057ca1 (postgres:9.5.19-alpine)
Tagging postgres:9.5.19-alpine
Tagging postgres:9.5-alpine
$ test/run.sh postgres:9.5.19-alpine
testing postgres:9.5.19-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.24
Using bashbrew/cache:c9b55359f633684c7d94e443a52e51de5c922e1e82a1fd93153e089bb10e551c (postgres:9.4.24)
Tagging postgres:9.4.24
Tagging postgres:9.4
$ test/run.sh postgres:9.4.24
testing postgres:9.4.24
'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.24-alpine
Using bashbrew/cache:8c2fb75f268411ab06e6a199c1233c45b0e46d95ede5787fa487d6c32f293676 (postgres:9.4.24-alpine)
Tagging postgres:9.4.24-alpine
Tagging postgres:9.4-alpine
$ test/run.sh postgres:9.4.24-alpine
testing postgres:9.4.24-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: