Skip to content

Commit

Permalink
deprecate images using BASE_IMAGES_DIGESTS result
Browse files Browse the repository at this point in the history
- Results with BASE_IMAGES_DIGESTS are too large
and cause builds to hit the Tekton result size
limit
- Deprecate all tasks using the result so they
will be unsupported after 2024-11-13T00:00:00Z
  • Loading branch information
tnevrlka committed Sep 26, 2024
1 parent dc50185 commit 1555ae5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions task/buildah-oci-ta/0.1/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Task
metadata:
name: buildah-oci-ta
annotations:
build.appstudio.redhat.com/expires-on: "2024-11-13T00:00:00Z"
tekton.dev/pipelines.minVersion: 0.12.1
tekton.dev/tags: image-build, konflux
labels:
Expand Down
1 change: 1 addition & 0 deletions task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: tekton.dev/v1
kind: Task
metadata:
annotations:
build.appstudio.redhat.com/expires-on: "2024-11-13T00:00:00Z"
tekton.dev/pipelines.minVersion: 0.12.1
tekton.dev/tags: image-build, konflux
creationTimestamp: null
Expand Down
1 change: 1 addition & 0 deletions task/buildah-remote/0.1/buildah-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: tekton.dev/v1
kind: Task
metadata:
annotations:
build.appstudio.redhat.com/expires-on: "2024-11-13T00:00:00Z"
tekton.dev/pipelines.minVersion: 0.12.1
tekton.dev/tags: image-build, konflux
creationTimestamp: null
Expand Down
1 change: 1 addition & 0 deletions task/buildah-rhtap/0.1/buildah-rhtap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
annotations:
tekton.dev/pipelines.minVersion: "0.12.1"
tekton.dev/tags: "containers, rhtap"
build.appstudio.redhat.com/expires-on: 2024-11-13T00:00:00Z
name: buildah-rhtap
spec:
description: |-
Expand Down
1 change: 1 addition & 0 deletions task/buildah/0.1/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
annotations:
tekton.dev/pipelines.minVersion: "0.12.1"
tekton.dev/tags: "image-build, konflux"
build.appstudio.redhat.com/expires-on: 2024-11-13T00:00:00Z
name: buildah
spec:
description: |-
Expand Down
1 change: 1 addition & 0 deletions task/rpm-ostree/0.1/rpm-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
annotations:
tekton.dev/pipelines.minVersion: 0.12.1
tekton.dev/tags: image-build, konflux
build.appstudio.redhat.com/expires-on: 2024-11-13T00:00:00Z
labels:
app.kubernetes.io/version: "0.1"
build.appstudio.redhat.com/build_type: rpm-ostree
Expand Down
1 change: 1 addition & 0 deletions task/s2i-java/0.1/s2i-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
app.kubernetes.io/version: "0.1"
build-definition.include: add-sbom-and-push
build.appstudio.redhat.com/build_type: "java"
build.appstudio.redhat.com/expires-on: 2024-11-13T00:00:00Z
annotations:
tekton.dev/displayName: s2i java
tekton.dev/pipelines.minVersion: "0.19"
Expand Down
1 change: 1 addition & 0 deletions task/s2i-nodejs/0.1/s2i-nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
tekton.dev/displayName: s2i nodejs
tekton.dev/pipelines.minVersion: "0.19"
tekton.dev/tags: s2i, nodejs, workspace
build.appstudio.redhat.com/expires-on: 2024-11-13T00:00:00Z
name: s2i-nodejs
spec:
description: |
Expand Down

0 comments on commit 1555ae5

Please sign in to comment.