1
0
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:
vinamra28 2023-09-16 14:20:06 +05:30 committed by tekton-robot
parent abba6b845e
commit 1c7fd558fd
11 changed files with 11 additions and 2 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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,

View File

@ -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 Googles Jib tool.

View File

@ -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 Googles Jib tool.

View File

@ -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 ubers

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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