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

[kibana] use bash for readiness script #1530

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Commits on Jan 5, 2022

  1. [kibana] use bash for readiness script

    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 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    88d8dc2 View commit details
    Browse the repository at this point in the history