You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the command executed in the container context:
```
/bin/sh -c curl --silent --fail localhost:9001/health || exit 1
```
Since the move to UBI 8 image, sh is available under /usr/bin/sh.
This change ensures a link from /bin/sh to /usr/bin/sh.
Attempt to fixchange-metrics#1078
Here is the command executed in the container context:
```
/bin/sh -c curl --silent --fail localhost:9001/health || exit 1
```
Since the move to UBI 8 image, sh is available under /usr/bin/sh.
This change ensures a link from /bin/sh to /usr/bin/sh.
Attempt to fixchange-metrics#1078
Anything changed which can affect this?
The text was updated successfully, but these errors were encountered: