You need to sign in or sign up before continuing.
  1. 08 2月, 2023 1 次提交
    • G
      Refactor installation and authentication docs · a4747657
      Geri Ochoa 提交于
      This is the first PR adding vendor-specific documentation.
      
      - Refactor installation docs to make it simpler with tabs for generic
        instructions, Google cloud, and Openshift. This is a multi-PR change.
        The actual installation doc is created on the Pipelines repo and
        rendered on the website.
      
      - Update the build and push how-to with instructions to authenticate to
        Google Artifact Registry.
      
      - Create a new shortcode to commenting out text in the markdown file.
      a4747657
  2. 17 10月, 2022 1 次提交
    • T
      Fix typo in kaniko-build-push.md · f24e6e8f
      TBragi 提交于
      Fixing a small typo which breaks the How-to Guide if followed blindly/copy-pasted.
      The documentation refers to `pipeline,yaml` in line 49, but I believe it should be referring to `pipeline.yaml` ( using a punctuation instead of a comma ).
      f24e6e8f
  3. 14 9月, 2022 1 次提交
    • G
      Use generateName in pipelineruns · 2f85f283
      Geri Ochoa 提交于
      To avoid having to delete and reapply a Pipelinerun when developing your
      code, this PR switches to `generateName`, which adds a suffix to have a
      unique name each time.
      
      Additionally, this PR also fixes a problem with the latest version of
      the `git-clone` Task in the Git clone tutorial.
      2f85f283
  4. 23 8月, 2022 1 次提交
    • S
      Update git-clone task instructions per 0.8 · 5d61e48a
      Shubham 提交于
      Recently, the git-clone task was updated to version 0.8 which is not
      backwards compatible in that it is run as a non-root user which does not
      have access to volumes mounted via workspaces by default. To accomodate
      this change, the users need to update their PipelineRuns and TaskRuns
      with `podTemplate.securityContext.fsGroup = 65532` to fix the
      permissions on mounted volumes.
      
      This commit makes this configuration change in the how-to guide.
      5d61e48a
  5. 28 7月, 2022 1 次提交
  6. 15 7月, 2022 1 次提交
  7. 23 6月, 2022 1 次提交