-
Notifications
You must be signed in to change notification settings - Fork 191
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
Add support for Elasticsearch 7.16 and 7.17 #358
base: develop
Are you sure you want to change the base?
Add support for Elasticsearch 7.16 and 7.17 #358
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 Output
This comment was generated by Jenkins job magento-cloud-docker/functional build 160. |
@phoenix-bjoern thank you for your PR |
@magento import pr to magento-commerce/magento-cloud-docker |
@BaDos the Pull Request is successfully imported. |
@BaDos any update on processing the PR. |
@BaDos any update here? |
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
Dockerfile
can be simplified.Manual testing scenarios
Build for both new Elastcisearch version can be tested by:
Release notes