Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for app_sidecar_rockylinux_9 (0.46 sec)

  1. tools/docker.yaml

    # Sample authz server
    - name: ext-authz
      dockerfile: samples/extauthz/docker/Dockerfile
      targets:
        - ${TARGET_OUT_LINUX}/extauthz
    
    # TODO(https://github.com/istio/istio/issues/38224)
    - name: app_sidecar_rockylinux_9
      dockerfile: pkg/test/echo/docker/Dockerfile.app_sidecar_centos_8
      files:
      - tools/packaging/common/envoy_bootstrap.json
      - tests/testdata/certs
      - pkg/test/echo/docker/echo-start.sh
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  2. prow/lib.sh

      if [[ "${JOB_TYPE:-presubmit}" == "postsubmit" ]]; then
        # We run tests across all VM types only in postsubmit
        nonDistrolessTargets+="docker.app_sidecar_ubuntu_bionic docker.app_sidecar_debian_12 docker.app_sidecar_rockylinux_9 "
      fi
      if [[ "${SELECT_TEST}" == "test.integration.operator.kube" || "${SELECT_TEST}" == "test.integration.kube" || "${JOB_TYPE:-postsubmit}" == "postsubmit" ]]; then
        targets+="docker.operator "
      fi
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/kube/deployment.go

    	echo.Rockylinux9:  "app_sidecar_rockylinux_9",
    }
    
    // ArmVMImages is the subset of images that work on arm64. These fail because Istio's arm64 build has a higher GLIBC requirement
    var ArmVMImages = map[echo.VMDistro]string{
    	echo.UbuntuNoble: "app_sidecar_ubuntu_noble",
    	echo.Debian12:    "app_sidecar_debian_12",
    	echo.Rockylinux9: "app_sidecar_rockylinux_9",
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top