Files
trove/playbooks/images/mariadb/11.8/Dockerfile
wu.chunyang e92f23471a Change default timeout for mariadb 11.4 & 11.8
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>
2025-07-03 14:47:18 +08:00

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