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
The health-cmd in these files is obsolete. Since containers are now from scratch, there is no /bin/sh, and the check won't execute, since it is in shell form, not exec array. However, images have health command already defined, so probably we could skip that at all. https://github.com/codenotary/immudb-py/blob/master/tests/starttestcontainers.sh
The text was updated successfully, but these errors were encountered:
The health-cmd in these files is obsolete. Since containers are now from scratch, there is no /bin/sh, and the check won't execute, since it is in shell form, not exec array. However, images have health command already defined, so probably we could skip that at all.
https://github.com/codenotary/immudb-py/blob/master/tests/starttestcontainers.sh
The text was updated successfully, but these errors were encountered: