Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 85 for busybox (0.13 sec)

  1. integration-tests/gradle/gradlew

    #       noncompliant, but you have some other compliant shell such as ksh or
    #       bash, then to run this script, type that shell name before the whole
    #       command line, like:
    #
    #           ksh Gradle
    #
    #       Busybox and similar reduced shells will NOT work, because this script
    #       requires all of these POSIX shell features:
    #         * functions;
    #         * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  2. gradlew

    #       noncompliant, but you have some other compliant shell such as ksh or
    #       bash, then to run this script, type that shell name before the whole
    #       command line, like:
    #
    #           ksh Gradle
    #
    #       Busybox and similar reduced shells will NOT work, because this script
    #       requires all of these POSIX shell features:
    #         * functions;
    #         * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Dec 24 09:00:26 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  3. gradlew

    #       noncompliant, but you have some other compliant shell such as ksh or
    #       bash, then to run this script, type that shell name before the whole
    #       command line, like:
    #
    #           ksh Gradle
    #
    #       Busybox and similar reduced shells will NOT work, because this script
    #       requires all of these POSIX shell features:
    #         * functions;
    #         * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 11:20:16 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. cluster/images/etcd/Makefile

    # limitations under the License.
    
    # Build the etcd image
    #
    # Usage:
    # 	[BUNDLED_ETCD_VERSIONS=3.4.18 3.5.14] [REGISTRY=registry.k8s.io] [ARCH=amd64] [BASEIMAGE=busybox] make (build|push)
    #
    # The image contains different etcd versions to simplify
    # upgrades. Thus be careful when removing any versions from here.
    #
    # NOTE: The etcd upgrade rules are that you can upgrade only 1 minor
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt

    #       bash, then to run this script, type that shell name before the whole
    #       command line, like:
    #
    #           ksh ${applicationName}
    #
    #       Busybox and similar reduced shells will NOT work, because this script
    #       requires all of these POSIX shell features:
    #         * functions;
    #         * expansions «\$var», «\${var}», «\${var:-default}», «\${var+SET}»,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 13:43:33 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go

    			UID:       "12345678",
    			Name:      "bar",
    			Namespace: "new",
    		},
    		Spec: v1.PodSpec{
    			Containers: []v1.Container{
    				{
    					Name:            "foo",
    					Image:           "busybox",
    					ImagePullPolicy: v1.PullIfNotPresent,
    					Ports: []v1.ContainerPort{
    						{
    							HostPort: 8080,
    						},
    					},
    				},
    			},
    		},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  7. hack/lib/util.sh

      # see: https://github.com/kubernetes/kubernetes/issues/87251
      sed_help="$(LANG=C sed --help 2>&1 || true)"
      if echo "${sed_help}" | grep -q "GNU\|BusyBox"; then
        SED="sed"
      elif command -v gsed &>/dev/null; then
        SED="gsed"
      else
        kube::log::error "Failed to find GNU sed as sed or gsed. If you are on Mac: brew install gnu-sed." >&2
        return 1
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    						},
    					},
    				}},
    				EphemeralContainerStatuses: []core.ContainerStatus{{
    					ContainerID: "docker://numbers",
    					Image:       "busybox",
    					ImageID:     "docker-pullable://busybox@sha256:d0gf00d",
    					Name:        "debug",
    					Ready:       false,
    					State: core.ContainerState{
    						Running: &core.ContainerStateRunning{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

            metadata:
              annotations:
                sidecar.istio.io/rewriteAppHTTPProbers: "false"
            spec:
              initContainers:
                - name: grpc-bootstrap-init
                  image: busybox:1.28
                  volumeMounts:
                    - mountPath: /var/lib/grpc/data/
                      name: grpc-io-proxyless-bootstrap
                  env:
                    - name: INSTANCE_IP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello.yaml.4.template.gen.yaml

      grpc-simple: |
        metadata:
          annotations:
            sidecar.istio.io/rewriteAppHTTPProbers: "false"
        spec:
          initContainers:
            - name: grpc-bootstrap-init
              image: busybox:1.28
              volumeMounts:
                - mountPath: /var/lib/grpc/data/
                  name: grpc-io-proxyless-bootstrap
              env:
                - name: INSTANCE_IP
                  valueFrom:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top