Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for entrypoint (0.15 sec)

  1. istioctl/docker/Dockerfile.istioctl

    ARG BASE_VERSION=latest
    ARG ISTIO_BASE_REGISTRY=gcr.io/istio-release
    
    FROM ${ISTIO_BASE_REGISTRY}/base:${BASE_VERSION}
    USER 1000:1000
    ARG TARGETARCH
    COPY ${TARGETARCH:-amd64}/istioctl /usr/local/bin/istioctl
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Dec 19 15:53:08 GMT 2022
    - 305 bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // container images in workload controllers like Deployments and StatefulSets.
      // +optional
      optional string image = 2;
    
      // Entrypoint array. Not executed within a shell.
      // The container image's ENTRYPOINT is used if this is not provided.
      // Variable references $(VAR_NAME) are expanded using the container's environment. If a variable
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top