-
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 #12523
Merged
Merged
Update ELK images #12523
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@c9afd49: Update to 8.2.2 logstash: - docker-library/logstash@a96230b: Update to 8.2.2 kibana: - docker-library/kibana@7b5776c: Update to 8.2.2
Diff for 6489e8e:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2d6def5..6278085 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -11,9 +11,9 @@ Architectures: amd64, arm64v8
GitCommit: 8869c735312681ee05f01494e2ec26b610ab94f8
Directory: 7
-Tags: 8.2.1
+Tags: 8.2.2
Architectures: amd64, arm64v8
-GitCommit: e27b925f1c8d2bc6cd0cee2eb0f005dd16dcc359
+GitCommit: c9afd496f5727e62cd8150624a6e8a8fdb1a2085
Directory: 8
@@ -30,9 +30,9 @@ Architectures: amd64, arm64v8
GitCommit: ea515d33861122a505a983d26485f9c7c82d3856
Directory: 7
-Tags: 8.2.1
+Tags: 8.2.2
Architectures: amd64, arm64v8
-GitCommit: f4a15fddf1c7fb3f9eedafa2d4b25ec305b5fa1d
+GitCommit: 7b5776ce592c8de0183853cc212300fae614c926
Directory: 8
@@ -49,7 +49,7 @@ Architectures: amd64, arm64v8
GitCommit: bc8f45efe824d4cceb4d5e6cfd974b51b355ca01
Directory: 7
-Tags: 8.2.1
+Tags: 8.2.2
Architectures: amd64, arm64v8
-GitCommit: 6a10a8ea58978373a7e43d10b14d6a0cb9784010
+GitCommit: a96230b9c9e6b24eea684ddd720214f6250c5a26
Directory: 8
diff --git a/_bashbrew-list b/_bashbrew-list
index 12a3eab..8137beb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,9 @@
elasticsearch:6.8.23
elasticsearch:7.17.4
-elasticsearch:8.2.1
+elasticsearch:8.2.2
kibana:6.8.23
kibana:7.17.4
-kibana:8.2.1
+kibana:8.2.2
logstash:6.8.23
logstash:7.17.4
-logstash:8.2.1
+logstash:8.2.2
diff --git a/elasticsearch_8.2.1/Dockerfile b/elasticsearch_8.2.2/Dockerfile
similarity index 70%
rename from elasticsearch_8.2.1/Dockerfile
rename to elasticsearch_8.2.2/Dockerfile
index d84a3b5..a598d6e 100644
--- a/elasticsearch_8.2.1/Dockerfile
+++ b/elasticsearch_8.2.2/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 8.2.1
+# Elasticsearch 8.2.2
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:8.2.1@sha256:c18a829496064b5b99eabf466b3f86bff7b4e93b4d471594295d940f5b400747
+FROM docker.elastic.co/elasticsearch/elasticsearch:8.2.2@sha256:0101bbe4f8e9deeb01768955c7007d0a2927c3ea320fa6fb1f87ef04992caf9d
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.2.1/elasticsearch
+# https://github.com/elastic/dockerfiles/tree/v8.2.2/elasticsearch
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.2.1:elasticsearch'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.2.2:elasticsearch'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/kibana_8.2.1/Dockerfile b/kibana_8.2.2/Dockerfile
similarity index 72%
rename from kibana_8.2.1/Dockerfile
rename to kibana_8.2.2/Dockerfile
index 3710331..c5a16a0 100644
--- a/kibana_8.2.1/Dockerfile
+++ b/kibana_8.2.2/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 8.2.1
+# Kibana 8.2.2
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:8.2.1@sha256:f1e3fe157be48b949e84cb0f2e3087062a1304dc3a2491e70042190bd9e5a661
+FROM docker.elastic.co/kibana/kibana:8.2.2@sha256:f024c0d47b7a207aacb342c5638a0b79011e8dd988e112f059a306e8f6c765f7
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.2.1/kibana
+# https://github.com/elastic/dockerfiles/tree/v8.2.2/kibana
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.2.1:kibana'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.2.2:kibana'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/logstash_8.2.1/Dockerfile b/logstash_8.2.2/Dockerfile
similarity index 71%
rename from logstash_8.2.1/Dockerfile
rename to logstash_8.2.2/Dockerfile
index 4f386b0..affab60 100644
--- a/logstash_8.2.1/Dockerfile
+++ b/logstash_8.2.2/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 8.2.1
+# Logstash 8.2.2
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:8.2.1@sha256:71f82ca3ea7f257b9a6a51a915557baed77a0e8e84d137c3d7bd55df07658220
+FROM docker.elastic.co/logstash/logstash:8.2.2@sha256:150f10fd10f364abbc861d4fd309d0975944dd20a09ae3bbdd39b07e956539b4
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.2.1/logstash
+# https://github.com/elastic/dockerfiles/tree/v8.2.2/logstash
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.2.1:logstash'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.2.2: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: