1
0
mirror of https://github.com/goharbor/harbor.git synced 2024-12-23 09:08:26 +01:00
harbor/tests/validatecontainers.sh
Tan Jiang 1871011a5d Provide Dockerfile and artifacts for building mariadb on photon OS.
Also update the docker-compose template such that the notary db instance
will be provisioned via the mariadb-photon image.
2017-10-20 14:41:36 +08:00

8 lines
136 B
Bash
Executable File

#!/bin/sh
set -e
if docker ps --filter "status=restarting" | grep 'vmware'; then
echo "container is restaring, fail CI."
exit 1
fi