Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for build_images (0.2 sec)

  1. build/common.sh

        chmod -R +w "${LOCAL_OUTPUT_ROOT}"
        rm -rf "${LOCAL_OUTPUT_ROOT}"
      fi
    }
    
    # Set up the context directory for the kube-build image and build it.
    function kube::build::build_image() {
      mkdir -p "${LOCAL_OUTPUT_BUILD_CONTEXT}"
      # Make sure the context directory owned by the right user for syncing sources to container.
      chown -R "${USER_ID}":"${GROUP_ID}" "${LOCAL_OUTPUT_BUILD_CONTEXT}"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
Back to top