[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5118":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":19,"lastSyncTime":32,"discoverSource":33},5118,"pipeline","tektoncd\u002Fpipeline","tektoncd","A cloud-native Pipeline resource.","https:\u002F\u002Ftekton.dev",null,"Go",8985,1927,122,444,0,4,31,2,40.86,"Apache License 2.0",false,"main",[25,26,27,5,28],"cdf","hacktoberfest","kubernetes","tekton","2026-06-12 02:01:08","# ![pipe](.\u002Fpipe.png) Tekton Pipelines\n\n[![pre-commit](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fpre--commit-enabled-brightgreen?logo=pre-commit)](https:\u002F\u002Fgithub.com\u002Fpre-commit\u002Fpre-commit)\n[![Go Report Card](https:\u002F\u002Fgoreportcard.com\u002Fbadge\u002Ftektoncd\u002Fpipeline)](https:\u002F\u002Fgoreportcard.com\u002Freport\u002Ftektoncd\u002Fpipeline)\n[![CII Best Practices](https:\u002F\u002Fbestpractices.coreinfrastructure.org\u002Fprojects\u002F4020\u002Fbadge)](https:\u002F\u002Fbestpractices.coreinfrastructure.org\u002Fprojects\u002F4020)\n\nThe Tekton Pipelines project provides k8s-style resources for declaring\nCI\u002FCD-style pipelines.\n\nTekton Pipelines are **Cloud Native**:\n\n- Run on Kubernetes\n- Have Kubernetes clusters as a first class type\n- Use containers as their building blocks\n\nTekton Pipelines are **Decoupled**:\n\n- One Pipeline can be used to deploy to any k8s cluster\n- The Tasks which make up a Pipeline can easily be run in isolation\n- Resources such as git repos can easily be swapped between runs\n\nTekton Pipelines are **Typed**:\n\n- The concept of typed resources means that for a resource such as an `Image`,\n  implementations can easily be swapped out (e.g. building with\n  [kaniko](https:\u002F\u002Fgithub.com\u002FGoogleContainerTools\u002Fkaniko) v.s.\n  [buildkit](https:\u002F\u002Fgithub.com\u002Fmoby\u002Fbuildkit))\n\n## Want to start using Pipelines\n\n- [Installing Tekton Pipelines](docs\u002Finstall.md)\n- Jump in with [the \"Getting started\" tutorial!](https:\u002F\u002Ftekton.dev\u002Fdocs\u002Fgetting-started\u002Ftasks\u002F)\n- Take a look at our [roadmap](roadmap.md)\n- Discover our [releases](releases.md)\n\n### Required Kubernetes Version\n\n- Starting from the v0.24.x release of Tekton: **Kubernetes version 1.18 or later**\n- Starting from the v0.27.x release of Tekton: **Kubernetes version 1.19 or later**\n- Starting from the v0.30.x release of Tekton: **Kubernetes version 1.20 or later**\n- Starting from the v0.33.x release of Tekton: **Kubernetes version 1.21 or later**\n- Starting from the v0.39.x release of Tekton: **Kubernetes version 1.22 or later**\n- Starting from the v0.41.x release of Tekton: **Kubernetes version 1.23 or later**\n- Starting from the v0.45.x release of Tekton: **Kubernetes version 1.24 or later**\n- Starting from the v0.51.x release of Tekton: **Kubernetes version 1.25 or later**\n- Starting from the v0.59.x release of Tekton: **Kubernetes version 1.27 or later**\n- Starting from the v0.61.x release of Tekton: **Kubernetes version 1.28 or later**\n\n### Read the docs\n\nThe latest version of our docs is available at:\n\n- [Installation Guide @ HEAD](DEVELOPMENT.md#install-pipeline)\n- [Docs @ HEAD](\u002Fdocs\u002FREADME.md)\n- [Examples @ HEAD](\u002Fexamples)\n\nVersion specific links are available in the [releases](releases.md) page and on the\n[Tekton website](https:\u002F\u002Ftekton.dev\u002Fdocs).\n\n_See [our API compatibility policy](api_compatibility_policy.md) for info on the\nstability level of the API._\n\n_See [our Deprecations table](docs\u002Fdeprecations.md) for features that have been\ndeprecated and the earliest date they'll be removed._\n\n## Migrating\n\n### v1beta1 to v1\n\nSeveral Tekton CRDs and API spec fields, including ClusterTask CRD and Pipeline\nResources fields, were updated or deprecated during the migration from `v1beta1`\nto `v1`.\n\nFor users migrating their Tasks and Pipelines from `v1beta1` to `v1`, check\nout [the v1beta1 to v1 migration guide](.\u002Fdocs\u002Fmigrating-v1beta1-to-v1.md).\n\n### v1alpha1 to v1beta1\n\nIn the move from v1alpha1 to v1beta1 several spec fields and Tekton\nCRDs were updated or removed .\n\nFor users migrating their Tasks and Pipelines from v1alpha1 to v1beta1, check\nout [the spec changes and migration paths](.\u002Fdocs\u002Fmigrating-v1alpha1-to-v1beta1.md).\n\n## Want to contribute\n\nWe are so excited to have you!\n\n- See [CONTRIBUTING.md](CONTRIBUTING.md) for an overview of our processes\n- See [DEVELOPMENT.md](DEVELOPMENT.md) for how to get started\n- [Deep dive](.\u002Fdocs\u002Fdevelopers\u002FREADME.md) into demystifying the inner workings\n  (advanced reading material)\n- Look at our\n  [good first issues](https:\u002F\u002Fgithub.com\u002Ftektoncd\u002Fpipeline\u002Fissues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n  and our\n  [help wanted issues](https:\u002F\u002Fgithub.com\u002Ftektoncd\u002Fpipeline\u002Fissues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)","Tekton Pipelines 是一个云原生的 CI\u002FCD 管道资源项目。它基于 Kubernetes 构建，支持将容器作为构建块，并允许在任意 Kubernetes 集群中运行和部署任务。Tekton 的核心功能包括解耦设计，使得管道中的任务可以独立运行，以及灵活替换资源如 Git 仓库的能力；同时，其类型化的资源概念（例如 Image）支持轻松切换不同的实现方式。该项目适合需要在 Kubernetes 环境下进行持续集成与交付的应用场景，尤其是那些希望利用云原生技术栈来提高开发效率和可维护性的团队。","2026-06-11 03:02:37","top_language"]