Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ISTIO_META_ISTIO_VERSION (0.14 sec)

  1. pilot/docker/Dockerfile.ztunnel

    WORKDIR /
    
    ARG istio_version
    
    # Install ztunnel.
    ARG TARGETARCH
    COPY ${TARGETARCH:-amd64}/ztunnel /usr/local/bin/ztunnel
    
    # Environment variable indicating the exact build, for debugging
    ENV ISTIO_META_ISTIO_VERSION $istio_version
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 00:17:51 UTC 2024
    - 944 bytes
    - Viewed (0)
Back to top