mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-21 05:55:35 +00:00
Deprecate tasks which are using PipelineResources
few Tasks still uses PipelineResources which is no longer available in latest version of pipelines hence marking them as deprecated Signed-off-by: vinamra28 <jvinamra776@gmail.com>
This commit is contained in:
parent
abba6b845e
commit
1c7fd558fd
@ -10,6 +10,7 @@ metadata:
|
||||
tekton.dev/tags: image-build
|
||||
tekton.dev/displayName: "buildkit daemonless"
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
This Task builds source into a container image using Moby BuildKit.
|
||||
|
@ -9,6 +9,7 @@ metadata:
|
||||
tekton.dev/categories: Image Build
|
||||
tekton.dev/tags: image-build
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
This Task builds source into a container image using Moby BuildKit.
|
||||
|
@ -11,6 +11,7 @@ metadata:
|
||||
tekton.dev/tags: image-build
|
||||
tekton.dev/displayName: "buildpacks-phases"
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
The Buildpacks-Phases task builds source into a container image and pushes it to
|
||||
|
@ -11,6 +11,7 @@ metadata:
|
||||
tekton.dev/tags: image-build
|
||||
tekton.dev/displayName: "buildpacks"
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
The Buildpacks task builds source into a container image and pushes it to a registry,
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
tekton.dev/tags: image-build
|
||||
tekton.dev/displayName: "jib gradle"
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
This Task builds Java/Kotlin/Groovy/Scala source into a container image using Google’s Jib tool.
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
tekton.dev/tags: image-build
|
||||
tekton.dev/displayName: "jib maven"
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
This Task builds Java/Kotlin/Groovy/Scala source into a container image using Google’s Jib tool.
|
||||
|
@ -9,6 +9,7 @@ metadata:
|
||||
tekton.dev/categories: Image Build
|
||||
tekton.dev/tags: image-build
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
This Task builds source into a container image using uber’s
|
||||
|
@ -107,8 +107,7 @@ spec:
|
||||
- name: TARGETS
|
||||
value: $(params.TARGETS)
|
||||
image: 'docker.io/sonatype/nexus-iq-cli:1.136.0-01'
|
||||
name: ''
|
||||
resources: {}
|
||||
name: 'nexus-lifecycle-scan'
|
||||
script: >
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
tekton.dev/tags: cli
|
||||
tekton.dev/displayName: "openshift client kubecfg"
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
This task runs commands against any cluster that is provided to
|
||||
|
@ -11,6 +11,7 @@ metadata:
|
||||
tekton.dev/tags: cli
|
||||
tekton.dev/displayName: "openshift client"
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
This task runs commands against the cluster where the task run is
|
||||
|
@ -9,6 +9,7 @@ metadata:
|
||||
tekton.dev/categories: Image Build
|
||||
tekton.dev/tags: image-build
|
||||
tekton.dev/platforms: "linux/amd64"
|
||||
tekton.dev/deprecated: "true"
|
||||
spec:
|
||||
description: >-
|
||||
Source-to-Image (S2I) is a toolkit and workflow for building reproducible
|
||||
|
Loading…
Reference in New Issue
Block a user