Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[7.x] [kibana] use bash for readiness script (#1530) #1531

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

jmlrt
Copy link
Member

@jmlrt jmlrt commented Jan 5, 2022

Backports the following commits to 7.x:

This commit set the readiness probe to use bash instead of sh. This is
required for Kibana > 7.17.0 because the Docker image is now
based on Ubuntu instead of CentOS 8, and sh on Ubuntu isn't compatible
with the if [[ ... -eq .... ]] statements used in the readiness probe.

Fix elastic#1529
@jmlrt jmlrt added the backport label Jan 5, 2022
@jmlrt
Copy link
Member Author

jmlrt commented Jan 5, 2022

jenkins test this please

@jmlrt jmlrt merged commit 2f6c384 into elastic:7.x Jan 5, 2022
@jmlrt jmlrt deleted the backport/7.x/pr-1530 branch January 5, 2022 18:01
@jmlrt jmlrt mentioned this pull request Mar 8, 2022
@jmlrt jmlrt mentioned this pull request Apr 21, 2022
This was referenced Sep 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant