4 Matching Annotations
  1. Aug 2022
  2. Dec 2020
  3. May 2020
    1. Once running, kaniko will then get the data from STDIN and create the build context as a compressed tar. It will then unpack the compressed tar of the build context before starting the image build.
  4. May 2017
    1. tar -zxvf target/secor-0.1-SNAPSHOT-bin.tar.gz -C ${SECOR_INSTALL_DIR}

      linux command to create a new tar ball in a different directory. Might come handy