Skip to content
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 1 commit into from
May 26, 2022
Merged

Update ELK images #12523

merged 1 commit into from
May 26, 2022

Conversation

tianon
Copy link
Member

@tianon tianon commented May 26, 2022

elasticsearch:

logstash:

kibana:

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
@tianon
Copy link
Member Author

tianon commented May 26, 2022

Upstream diff: https://github.com/elastic/dockerfiles/compare/v8.2.1..v8.2.2

@github-actions
Copy link

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:

@yosifkit yosifkit merged commit 61d47ed into docker-library:master May 26, 2022
@yosifkit yosifkit deleted the elk branch May 26, 2022 23:50
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.

3 participants