We faced apk install invocation problem in wait-for scripts for MySQL check. The problem of invocation is brought by switching main container user from root to ml-user in the central-ledger image.
Here is the proposition of the new way to handle wait for in a declarative way using existing in container node.js setup so the use of apk install is deprecated
We faced
apk install invocation
problem in wait-for scripts for MySQL check. The problem of invocation is brought by switching main container user from root to ml-user in thecentral-ledger
image.Here is the proposition of the new way to handle
wait for
in a declarative way using existing in container node.js setup so the use ofapk install
is deprecated