Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,476 for image2 (0.11 sec)

  1. pkg/apis/apps/validation/validation_test.go

    		DNSPolicy:     api.DNSClusterFirst,
    		Containers:    []api.Container{{Name: "abc", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: api.TerminationMessageReadFile}},
    	}
    	validPodSpecDef := api.PodSpec{
    		RestartPolicy: api.RestartPolicyAlways,
    		DNSPolicy:     api.DNSClusterFirst,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  2. hack/verify-test-images.sh

    }
    
    
    # Find mentions of latest gcr.io images in test/e2e/*.go
    find_e2e_test_latest_gcr_images() {
        grep -o -E -e 'gcr.io/.*:latest' test/e2e/*.go | cut -d ":" -f 1 | LC_ALL=C sort -u
    }
    
    if find_e2e_test_latest_gcr_images; then
      echo "!!! Found :latest gcr.io images in the above files"
      result=1
    fi
    
    if find_e2e_test_untagged_gcr_images; then
      echo "!!! Found untagged gcr.io images in the above files"
      result=1
    fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 21 10:10:46 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  3. tools/build-base-images.sh

    TAG="${TAG:?specify a tag}"
    defaultTargets="$(< "${ROOT}/tools/docker.yaml" toJson | toJson | jq '[.images[] | select(.base) | .name] | join(",")' -r)"
    DOCKER_TARGETS="${DOCKER_TARGETS:-${defaultTargets}}"
    
    # For multi architecture building:
    # See https://medium.com/@artur.klauser/building-multi-architecture-docker-images-with-buildx-27d80f7e2408 for more info
    # * docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 17:24:41 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. docs/bigdata/images/image6.png

    image6.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 48.2K bytes
    - Viewed (0)
  5. docs/bigdata/images/image9.png

    image9.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 69.9K bytes
    - Viewed (0)
  6. docs/en/docs/img/deployment/deta/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Nov 05 20:50:37 UTC 2020
    - 47.2K bytes
    - Viewed (0)
  7. docs/en/docs/img/python-types/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 46.7K bytes
    - Viewed (0)
  8. docs/en/docs/img/tutorial/generate-clients/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 04 22:02:18 UTC 2022
    - 58.4K bytes
    - Viewed (0)
  9. docs/bigdata/images/image1.png

    image1.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 322.3K bytes
    - Viewed (0)
  10. docs/en/docs/img/tutorial/behind-a-proxy/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jul 10 17:28:18 UTC 2020
    - 60.6K bytes
    - Viewed (0)
Back to top