Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate images using BASE_IMAGES_DIGESTS result #1471

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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/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
chmeliik marked this conversation as resolved.
Show resolved Hide resolved
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
Loading