Add support for Elasticsearch 7.16 and 7.17#358
Open
phoenix-bjoern wants to merge 1 commit intomagento:developfrom
Open
Add support for Elasticsearch 7.16 and 7.17#358phoenix-bjoern wants to merge 1 commit intomagento:developfrom
phoenix-bjoern wants to merge 1 commit intomagento:developfrom
Conversation
Functional Acceptance Test Results❌ One or more functional acceptance tests have failed. PHP 7.2
PHP 7.3
PHP 7.4
PHP 8.1
Output for failed tests is below. If many tests have failed only the first 5 will be included. If you need additional information please reach out to the Magento Cloud team for more details. This comment was generated by Jenkins job magento-cloud-docker/functional build 160. |
PHP 7.2 Acceptance72Cest OutputThis comment was generated by Jenkins job magento-cloud-docker/functional build 160. |
Contributor
|
@phoenix-bjoern thank you for your PR |
Contributor
|
@magento import pr to magento-commerce/magento-cloud-docker |
|
@BaDos the Pull Request is successfully imported. |
Author
|
@BaDos any update on processing the PR. |
Author
|
@BaDos any update here? |
This file contains hidden or 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
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.
Description
The images for Elasticsearch are outdated and versions are unsupported by recent Adobe Commerce / Magento releases (https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/system-requirements.html). The PR adds support for Elasticsearch 7.16 and 7.17 to match system requirements.
Fixed Issues
The upstream images switched their base image from centos:8 to ubuntu:20.04. Furthermore the log4j vulnerability has been fixed in ES 7.16 (https://www.elastic.co/de/blog/new-elasticsearch-and-logstash-releases-upgrade-apache-log4j2). Hence the patching of the log4j class is not required and the
Dockerfilecan be simplified.Manual testing scenarios
Build for both new Elastcisearch version can be tested by:
Release notes