Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rpm (0.01 sec)

  1. pkg/test/echo/docker/Dockerfile.app_sidecar_centos_8

    COPY certs/                           /var/lib/istio/
    COPY certs/default/                   /var/run/secrets/istio/
    
    # Install the sidecar components
    COPY istio-sidecar.rpm  /tmp/istio-sidecar.rpm
    RUN rpm -vi /tmp/istio-sidecar.rpm && rm /tmp/istio-sidecar.rpm
    
    # Sudoers used to allow tcpdump and other debug utilities.
    COPY sudoers /etc/sudoers
    
    # Install the Echo application
    COPY echo-start.sh /usr/local/bin/echo-start.sh
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 22:55:51 UTC 2024
    - 839 bytes
    - Viewed (0)
  2. Makefile.core.mk

    	bin/update_crds.sh
    
    #-----------------------------------------------------------------------------
    # Target: artifacts and distribution
    #-----------------------------------------------------------------------------
    # deb, rpm, etc packages
    include tools/packaging/packaging.mk
    
    #-----------------------------------------------------------------------------
    # Target: integration tests
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top