1. 14 4月, 2022 1 次提交
    • A
      Fix example task · cc425d81
      Adrian Mouat 提交于
      Alpine containers don't have bash, so need to change the first line.
      cc425d81
  2. 13 4月, 2022 1 次提交
    • G
      Crete a quickstart to run your first tekton pipeline · d4203955
      Geri Ochoa 提交于
      Introductory guide for newcomers. This is a two-file quickstart that
      shows a simple example to create a task and a pipeline.
      
      These tutorials do not include new information. The information here is
      reorganized to be easier to understand for newcomers. Including
      prescritpive steps that the user just has to copy/paste .
      d4203955
  3. 17 3月, 2022 1 次提交
    • G
      Update hugo version · fee9d4dc
      Geri Ochoa 提交于
      Currently the netlify deploy uses hugo v0.53, which is almost 4 years
      old and has some big inconsistencies when rendering markdown. This bumps
      hugo up to the latest release.
      fee9d4dc
  4. 24 2月, 2022 2 次提交
  5. 17 2月, 2022 1 次提交
  6. 16 2月, 2022 8 次提交
  7. 15 2月, 2022 2 次提交
  8. 14 2月, 2022 1 次提交
  9. 10 2月, 2022 1 次提交
  10. 09 2月, 2022 1 次提交
    • G
      Add contribution docs to site and update roadmap · 857ecae0
      Geri Ochoa 提交于
      - Move the contribution guidelines to the documentation folder so they
        show up in the website. Some minor updates were introduced to reflect
        the agreements about documentation strategy.
      
      - Update the roadmap. It now includes the main points agreed about the
        docs strategy going forward.
      857ecae0
  11. 05 12月, 2021 1 次提交
  12. 25 11月, 2021 3 次提交
  13. 20 11月, 2021 1 次提交
  14. 19 11月, 2021 1 次提交
  15. 18 11月, 2021 2 次提交
  16. 15 11月, 2021 1 次提交
  17. 05 11月, 2021 1 次提交
  18. 04 11月, 2021 1 次提交
  19. 01 11月, 2021 1 次提交
  20. 30 10月, 2021 1 次提交
  21. 26 10月, 2021 1 次提交
  22. 27 9月, 2021 3 次提交
  23. 08 9月, 2021 1 次提交
    • A
      Pin Pipelines version in Katacoda tutorials for compatibility with k8s 1.18 · b8b00009
      Alan Greene 提交于
      The Kubernetes environment provided by Katacoda is version 1.18. Tekton Pipelines
      releases from v0.27 require a minimum of Kubernetes 1.19. Since the tutorials
      currently install the 'latest' release this means they are broken.
      
      Pin the Pipelines release version to v0.26 since this is last release that supports
      Kubernetes 1.18. In future we may need to adopt a different approach to building
      these tutorial environments so we have more flexibility on the Kubernetes version.
      b8b00009
  24. 02 9月, 2021 1 次提交
  25. 28 8月, 2021 1 次提交
    • G
      Dockerize local development · 86267cb9
      Geri Ochoa 提交于
      Running the site locally requires installing a lot of dependecies
      spanning Python, Go, and Node packages; this can be dauting. Dockerizing
      the website reduces the dependencies to one, in a reproducible
      environment.
      
      I used the same base image as the docy-example site. Two images are
      created, the first one installs the python requirements for the sync
      script, then runs the sync script. The second one runs the website and
      mounts the folder as a volume inside the container.
      86267cb9
  26. 03 8月, 2021 1 次提交