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
dockerfiles: replace wait-for-it dependency with simple bash loop
Instead of relying on an external repository that basically does the
same job, use a simple loop opening a socket via bash's pseudo-device
files below /dev/tcp instead.
Signed-off-by: Bastian Krause <bst@pengutronix.de>
0 commit comments