This change sets default timeout from 30s to 120s and push to quay.io Change-Id: I1046e5113b3d86284d4d06e1d046bff422695648 Signed-off-by: wu.chunyang <wchy1001@gmail.com>
5 lines
187 B
Docker
5 lines
187 B
Docker
FROM mariadb:11.8
|
|
|
|
# The default timeout is 30 seconds, which may not be sufficient in lower performance environments.
|
|
RUN sed -i 's/sleep 1/sleep 4/' /usr/local/bin/docker-entrypoint.sh
|