Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for containername (0.08 sec)

  1. .github/workflows/tests.yml

            uses: actions/checkout@v4
    
          - name: Waiting for GaussDB to be ready
            run: |
              container_name=$(docker ps --filter "ancestor=opengauss/opengauss:7.0.0-RC1.B023" --format "{{.Names}}")
              if [ -z "$container_name" ]; then
                echo "Error: failed to find a container created from the 'opengauss/opengauss:7.0.0-RC1.B023' image."
                exit 1
              fi
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Jul 21 02:46:58 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top