Skip to content

Conversation

yosifkit
Copy link
Member

elasticsearch:

logstash:

kibana:

elasticsearch:
- docker-library/elasticsearch@eae769a: Update to 8.9.1
- docker-library/elasticsearch@5fe5a42: Update to 7.17.12
- docker-library/elasticsearch@b57fb36: Fix "Upstream Diff"

logstash:
- docker-library/logstash@2ff314d: Update to 8.9.1
- docker-library/logstash@d94032b: Update to 7.17.12
- docker-library/logstash@c38bad7: Fix "Upstream Diff" (8 only)

kibana:
- docker-library/kibana@bc46449: Update to 8.9.1
- docker-library/kibana@c2cb4e0: Update to 7.17.12
- docker-library/kibana@c47e688: Fix "Upstream Diff" history
@github-actions
Copy link

Diff for 70b8a78:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0413bda..ba0d927 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,14 +2,14 @@
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/elasticsearch.git
 
-Tags: 7.17.10
+Tags: 7.17.12
 Architectures: amd64, arm64v8
-GitCommit: e95712a301d6adacde7ef3d31d54dd9bca752426
+GitCommit: 5fe5a426ca33ac9869500cf87e6e4a14d7b1f9e5
 Directory: 7
 
-Tags: 8.8.1
+Tags: 8.9.1
 Architectures: amd64, arm64v8
-GitCommit: 0404371923419eeb901956b8cb4fcc308da088b2
+GitCommit: eae769ae918ec760e5d21385d22298003914bd33
 Directory: 8
 
 
@@ -17,14 +17,14 @@ Directory: 8
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/kibana.git
 
-Tags: 7.17.10
+Tags: 7.17.12
 Architectures: amd64, arm64v8
-GitCommit: 6dc8cf4590a7259135398fe84648b76fdb79ac2e
+GitCommit: c2cb4e05003784aaa811f1c2ec8df9bdfb8d46e5
 Directory: 7
 
-Tags: 8.8.1
+Tags: 8.9.1
 Architectures: amd64, arm64v8
-GitCommit: babe715a9ea3c4024d56d1bdffdc5feaed901df6
+GitCommit: bc464499de24fd857521ba25fcb8d58f23516d3d
 Directory: 8
 
 
@@ -32,12 +32,12 @@ Directory: 8
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/logstash.git
 
-Tags: 7.17.10
+Tags: 7.17.12
 Architectures: amd64, arm64v8
-GitCommit: 963070bbacb3ca9dd3aea80abf24da2113254f81
+GitCommit: d94032bc7db1f3b62922a15f9e0eab7401fe479b
 Directory: 7
 
-Tags: 8.8.1
+Tags: 8.9.1
 Architectures: amd64, arm64v8
-GitCommit: f6c2e750d4dd9a91c3fd9b71b4f9ae6137848514
+GitCommit: 2ff314dcb3ed7b4bb812ca9fa3cdf72ca958e99f
 Directory: 8
diff --git a/_bashbrew-list b/_bashbrew-list
index 1b17a32..69a24ee 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
-elasticsearch:7.17.10
-elasticsearch:8.8.1
-kibana:7.17.10
-kibana:8.8.1
-logstash:7.17.10
-logstash:8.8.1
+elasticsearch:7.17.12
+elasticsearch:8.9.1
+kibana:7.17.12
+kibana:8.9.1
+logstash:7.17.12
+logstash:8.9.1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 1b17a32..69a24ee 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,6 +1,6 @@
-elasticsearch:7.17.10
-elasticsearch:8.8.1
-kibana:7.17.10
-kibana:8.8.1
-logstash:7.17.10
-logstash:8.8.1
+elasticsearch:7.17.12
+elasticsearch:8.9.1
+kibana:7.17.12
+kibana:8.9.1
+logstash:7.17.12
+logstash:8.9.1
diff --git a/elasticsearch_7.17.10/Dockerfile b/elasticsearch_7.17.12/Dockerfile
similarity index 70%
rename from elasticsearch_7.17.10/Dockerfile
rename to elasticsearch_7.17.12/Dockerfile
index c144293..1b02525 100644
--- a/elasticsearch_7.17.10/Dockerfile
+++ b/elasticsearch_7.17.12/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 7.17.10
+# Elasticsearch 7.17.12
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.10@sha256:bc7ba1dc5067c5b3907b82c667a374cc987cd813501e1378ec74ccd1c577f787
+FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.12@sha256:1d32aaee1673c45dba5ed666ae167ed3e5010ec1b5a20ee782197b66092749ab
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v7.17.10/elasticsearch
+#   https://github.com/elastic/dockerfiles/tree/v7.17.12/elasticsearch
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v7.17.10:elasticsearch'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v7.17.12:elasticsearch'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/elasticsearch_8.8.1/Dockerfile b/elasticsearch_8.9.1/Dockerfile
similarity index 70%
rename from elasticsearch_8.8.1/Dockerfile
rename to elasticsearch_8.9.1/Dockerfile
index 89ddd5d..a46ed70 100644
--- a/elasticsearch_8.8.1/Dockerfile
+++ b/elasticsearch_8.9.1/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 8.8.1
+# Elasticsearch 8.9.1
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:8.8.1@sha256:27cb808b1029ac75718a12ac16f2c09b0cda6469146b6039fd3573fc2f0711d3
+FROM docker.elastic.co/elasticsearch/elasticsearch:8.9.1@sha256:9dca16af65ed6f1a27f1960f8c67eb87fee2aaae0bf1f5a437af434f69e3ff1d
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v8.8.1/elasticsearch
+#   https://github.com/elastic/dockerfiles/tree/v8.9.1/elasticsearch
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v8.8.1:elasticsearch'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v8.9.1:elasticsearch'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/kibana_7.17.10/Dockerfile b/kibana_7.17.12/Dockerfile
similarity index 71%
rename from kibana_7.17.10/Dockerfile
rename to kibana_7.17.12/Dockerfile
index 33bbd01..84a15ca 100644
--- a/kibana_7.17.10/Dockerfile
+++ b/kibana_7.17.12/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 7.17.10
+# Kibana 7.17.12
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:7.17.10@sha256:4426892d5a8744d9f17932189a839822bf068ebb2610db8dc477b10d345a1058
+FROM docker.elastic.co/kibana/kibana:7.17.12@sha256:3de705b1689f77b4c7b9c60cf2aaf861e6b48e377279bde9b100b31d38419f2d
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v7.17.10/kibana
+#   https://github.com/elastic/dockerfiles/tree/v7.17.12/kibana
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v7.17.10:kibana'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v7.17.12:kibana'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/kibana_8.8.1/Dockerfile b/kibana_8.9.1/Dockerfile
similarity index 72%
rename from kibana_8.8.1/Dockerfile
rename to kibana_8.9.1/Dockerfile
index 7a0bc17..79fa5d9 100644
--- a/kibana_8.8.1/Dockerfile
+++ b/kibana_8.9.1/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 8.8.1
+# Kibana 8.9.1
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:8.8.1@sha256:aeb1a2e28a4b90b141784d474a8586311a1a8a91517905090cf477f0349ba608
+FROM docker.elastic.co/kibana/kibana:8.9.1@sha256:8a973aefa3268cd92dbdc18f071bc6d4ece968fb39db41b7664b02e718007be7
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v8.8.1/kibana
+#   https://github.com/elastic/dockerfiles/tree/v8.9.1/kibana
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v8.8.1:kibana'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v8.9.1:kibana'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/logstash_7.17.10/Dockerfile b/logstash_7.17.12/Dockerfile
similarity index 71%
rename from logstash_7.17.10/Dockerfile
rename to logstash_7.17.12/Dockerfile
index 05c9e31..5420ecd 100644
--- a/logstash_7.17.10/Dockerfile
+++ b/logstash_7.17.12/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 7.17.10
+# Logstash 7.17.12
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:7.17.10@sha256:8fb88ff8789c7d01a67a0b746e0ee1cd4e14b2978a53f7496b2c8e3ffc11b147
+FROM docker.elastic.co/logstash/logstash:7.17.12@sha256:604a65b90299db705f55950d904650f655fedf1c975da97660afe4ec65e86e57
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v7.17.10/logstash
+#   https://github.com/elastic/dockerfiles/tree/v7.17.12/logstash
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v7.17.10:logstash'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v7.17.12:logstash'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/logstash_8.8.1/Dockerfile b/logstash_8.9.1/Dockerfile
similarity index 71%
rename from logstash_8.8.1/Dockerfile
rename to logstash_8.9.1/Dockerfile
index 0e319dc..4f8808b 100644
--- a/logstash_8.8.1/Dockerfile
+++ b/logstash_8.9.1/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 8.8.1
+# Logstash 8.9.1
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:8.8.1@sha256:9b2e080605e208ef1165fd6cfd68a8b05c2031c8818b8520f82f73238dbb471c
+FROM docker.elastic.co/logstash/logstash:8.9.1@sha256:3801b746dfd94c1a662fa6323a88beab88497b7f117568e5e33389d3717afd2a
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v8.8.1/logstash
+#   https://github.com/elastic/dockerfiles/tree/v8.9.1/logstash
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v8.8.1:logstash'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v8.9.1:logstash'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co

Relevant Maintainers:

@yosifkit
Copy link
Member Author

@yosifkit yosifkit merged commit 465bff3 into docker-library:master Aug 23, 2023
@yosifkit yosifkit deleted the elk branch August 23, 2023 23:00
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