1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Deprecate ansible-builder 0.1

Ansible Builder uses Ansible Runner as the base image and
since the image points to v2.12 which is [EOL](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) and deprecated, the tests are failing.
This commit is contained in:
Chitrang Patel 2024-03-07 11:26:11 -05:00 committed by tekton-robot
parent 996b39875f
commit d60283ac51

View File

@ -5,6 +5,7 @@ metadata:
labels:
app.kubernetes.io/version: "0.1"
annotations:
tekton.dev/deprecated: "true"
tekton.dev/pipelines.minVersion: "0.12.0"
tekton.dev/displayName: ansible-builder
tekton.dev/categories: Build Tools