-
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 ELK images #14571
Merged
Merged
Update ELK images #14571
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
elasticsearch: - docker-library/elasticsearch@229361a: Update to 8.7.1 - docker-library/elasticsearch@e95712a: Update to 7.17.10 logstash: - docker-library/logstash@da79914: Update to 8.7.1 - docker-library/logstash@963070b: Update to 7.17.10 kibana: - docker-library/kibana@e577f15: Update to 8.7.1 - docker-library/kibana@6dc8cf4: Update to 7.17.10
Diff for d43d3fe:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0bc89bc..16f500d 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.9
+Tags: 7.17.10
Architectures: amd64, arm64v8
-GitCommit: 584687331345cc631249925517b78b2f1058914c
+GitCommit: e95712a301d6adacde7ef3d31d54dd9bca752426
Directory: 7
-Tags: 8.7.0
+Tags: 8.7.1
Architectures: amd64, arm64v8
-GitCommit: ffa0104f45677975eb6fcb0a52829618143bdad7
+GitCommit: 229361a202bcd5b7c1ddfd7b52ebc4c79e884958
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.9
+Tags: 7.17.10
Architectures: amd64, arm64v8
-GitCommit: fd40461903be40051a19f81fc7a1630e8049343f
+GitCommit: 6dc8cf4590a7259135398fe84648b76fdb79ac2e
Directory: 7
-Tags: 8.7.0
+Tags: 8.7.1
Architectures: amd64, arm64v8
-GitCommit: 1ac2c313dc7c1636b6c14bfd0d6e929357a0b43a
+GitCommit: e577f15420a471649acd96a337cf5f575924a18f
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.9
+Tags: 7.17.10
Architectures: amd64, arm64v8
-GitCommit: 19eccdc220a6c1d80ddb3a0e48e2bf5d2414682e
+GitCommit: 963070bbacb3ca9dd3aea80abf24da2113254f81
Directory: 7
-Tags: 8.7.0
+Tags: 8.7.1
Architectures: amd64, arm64v8
-GitCommit: 5d9c639d3f66808b1fe45bd714c8ff14c8b22f8e
+GitCommit: da79914ffa9715c6db2f084ff5aec2700fefbab4
Directory: 8
diff --git a/_bashbrew-list b/_bashbrew-list
index de5fb6b..6244978 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
-elasticsearch:7.17.9
-elasticsearch:8.7.0
-kibana:7.17.9
-kibana:8.7.0
-logstash:7.17.9
-logstash:8.7.0
+elasticsearch:7.17.10
+elasticsearch:8.7.1
+kibana:7.17.10
+kibana:8.7.1
+logstash:7.17.10
+logstash:8.7.1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index de5fb6b..6244978 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,6 +1,6 @@
-elasticsearch:7.17.9
-elasticsearch:8.7.0
-kibana:7.17.9
-kibana:8.7.0
-logstash:7.17.9
-logstash:8.7.0
+elasticsearch:7.17.10
+elasticsearch:8.7.1
+kibana:7.17.10
+kibana:8.7.1
+logstash:7.17.10
+logstash:8.7.1
diff --git a/elasticsearch_7.17.9/Dockerfile b/elasticsearch_7.17.10/Dockerfile
similarity index 69%
rename from elasticsearch_7.17.9/Dockerfile
rename to elasticsearch_7.17.10/Dockerfile
index 963943d..c144293 100644
--- a/elasticsearch_7.17.9/Dockerfile
+++ b/elasticsearch_7.17.10/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 7.17.9
+# Elasticsearch 7.17.10
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.9@sha256:59b37f77bd8b015d5b60f75bebb22d06028f7f15036f9d3559d2b7c16ece74db
+FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.10@sha256:bc7ba1dc5067c5b3907b82c667a374cc987cd813501e1378ec74ccd1c577f787
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v7.17.9/elasticsearch
+# https://github.com/elastic/dockerfiles/tree/v7.17.10/elasticsearch
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v7.17.9:elasticsearch'
+# docker build 'https://github.com/elastic/dockerfiles.git#v7.17.10:elasticsearch'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/elasticsearch_8.7.0/Dockerfile b/elasticsearch_8.7.1/Dockerfile
similarity index 70%
rename from elasticsearch_8.7.0/Dockerfile
rename to elasticsearch_8.7.1/Dockerfile
index 1cb8a44..d3df734 100644
--- a/elasticsearch_8.7.0/Dockerfile
+++ b/elasticsearch_8.7.1/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 8.7.0
+# Elasticsearch 8.7.1
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:8.7.0@sha256:9fe38a4dc00ce101630e70a966aad1a195b56bceb779748e6c399ceeb45cffab
+FROM docker.elastic.co/elasticsearch/elasticsearch:8.7.1@sha256:bfd17b9ba48b247c7c93f10ed18350d289ebf4a06bc10b928357a1bb8f923e08
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.7.0/elasticsearch
+# https://github.com/elastic/dockerfiles/tree/v8.7.1/elasticsearch
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.7.0:elasticsearch'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.7.1:elasticsearch'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/kibana_7.17.9/Dockerfile b/kibana_7.17.10/Dockerfile
similarity index 71%
rename from kibana_7.17.9/Dockerfile
rename to kibana_7.17.10/Dockerfile
index f0f397f..33bbd01 100644
--- a/kibana_7.17.9/Dockerfile
+++ b/kibana_7.17.10/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 7.17.9
+# Kibana 7.17.10
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:7.17.9@sha256:1176c9b020af505dee42823a76e06a1fde63bdcb58dfbee5422acef1674fc80d
+FROM docker.elastic.co/kibana/kibana:7.17.10@sha256:4426892d5a8744d9f17932189a839822bf068ebb2610db8dc477b10d345a1058
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v7.17.9/kibana
+# https://github.com/elastic/dockerfiles/tree/v7.17.10/kibana
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v7.17.9:kibana'
+# docker build 'https://github.com/elastic/dockerfiles.git#v7.17.10:kibana'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/kibana_8.7.0/Dockerfile b/kibana_8.7.1/Dockerfile
similarity index 72%
rename from kibana_8.7.0/Dockerfile
rename to kibana_8.7.1/Dockerfile
index 4a653ae..e1a25c1 100644
--- a/kibana_8.7.0/Dockerfile
+++ b/kibana_8.7.1/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 8.7.0
+# Kibana 8.7.1
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:8.7.0@sha256:14e0574d043eab9078e2ca64487334ad1dca2215d710b7321027e9f63c34449b
+FROM docker.elastic.co/kibana/kibana:8.7.1@sha256:69a54bc41d3da0eff0e172622d4ac8581a48b58dc8e68e2ea133e9fe341a6df7
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.7.0/kibana
+# https://github.com/elastic/dockerfiles/tree/v8.7.1/kibana
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.7.0:kibana'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.7.1:kibana'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/logstash_7.17.9/Dockerfile b/logstash_7.17.10/Dockerfile
similarity index 70%
rename from logstash_7.17.9/Dockerfile
rename to logstash_7.17.10/Dockerfile
index 6e47c27..05c9e31 100644
--- a/logstash_7.17.9/Dockerfile
+++ b/logstash_7.17.10/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 7.17.9
+# Logstash 7.17.10
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:7.17.9@sha256:3611804db06ef3c47cc0a78ef58c309081f89ed16b556193af3cc6b75e85eb8f
+FROM docker.elastic.co/logstash/logstash:7.17.10@sha256:8fb88ff8789c7d01a67a0b746e0ee1cd4e14b2978a53f7496b2c8e3ffc11b147
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v7.17.9/logstash
+# https://github.com/elastic/dockerfiles/tree/v7.17.10/logstash
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v7.17.9:logstash'
+# docker build 'https://github.com/elastic/dockerfiles.git#v7.17.10:logstash'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/logstash_8.7.0/Dockerfile b/logstash_8.7.1/Dockerfile
similarity index 71%
rename from logstash_8.7.0/Dockerfile
rename to logstash_8.7.1/Dockerfile
index e1ef610..5ab5746 100644
--- a/logstash_8.7.0/Dockerfile
+++ b/logstash_8.7.1/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 8.7.0
+# Logstash 8.7.1
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:8.7.0@sha256:9aecbe5f49e1015bc7041dcd9b4124fb2026fc3cf28c0888aac3d64cd11865f6
+FROM docker.elastic.co/logstash/logstash:8.7.1@sha256:077a58d221107b9b15b04dcc1fd218b8bae2e8f3c5b10f5cd753daca7b275079
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.7.0/logstash
+# https://github.com/elastic/dockerfiles/tree/v8.7.1/logstash
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.7.0:logstash'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.7.1:logstash'
# For a full list of supported images and tags visit https://www.docker.elastic.co Relevant Maintainers: |
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.
elasticsearch:
logstash:
kibana: