Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for containername (0.59 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)
  2. CHANGELOG/CHANGELOG-1.16.md

    ### Removed metrics
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
Back to top