Skip to content

Commit e14b819

Browse files
authored
Pin Cloudera collections (cloud, cluster, exe) to base image (#65)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 4b6c7f3 commit e14b819

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cldr-runner - Ansible Execution Environments for Cloudera Data Platform (CDP)
22

3-
[![Execution Environment images](https://github.com/cloudera-labs/cldr-runner/actions/workflows/publish_matrix_images.yml/badge.svg?branch=main)](https://github.com/cloudera-labs/cldr-runner/actions/workflows/publish_matrix_images.yml)
3+
[![Execution Environment images](https://github.com/cloudera-labs/cldr-runner/actions/workflows/publish_matrix_images.yml/badge.svg)](https://github.com/cloudera-labs/cldr-runner/actions/workflows/publish_matrix_images.yml)
44

55
`cldr-runner` is set of Ansible [Execution Environments](https://ansible.readthedocs.io/projects/builder/en/stable/#execution-environments) for running Cloudera playbooks, examples, and general automation for [**Cloudera Data Platform (CDP) Public Cloud, Private Cloud, and Data Services**](https://www.cloudera.com/products/cloudera-data-platform.html). These images are appropriate for use with [`ansible-navigator`](https://ansible.readthedocs.io/projects/navigator/) and [AWX](https://github.com/ansible/awx)/[Red Hat Ansible Automation Platform (AAP)](https://www.redhat.com/en/technologies/management/ansible).
66

base/requirements.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
collections:
2020
- name: https://github.com/cloudera-labs/cloudera.cloud.git
2121
type: git
22-
version: main
22+
version: v2.0.1
2323
- name: https://github.com/cloudera-labs/cloudera.cluster.git
2424
type: git
25-
version: main
25+
version: v4.0.1
2626
- name: https://github.com/cloudera-labs/cloudera.exe.git
2727
type: git
28-
version: main
28+
version: v2.0.1
2929
- name: community.mysql
3030
version: 3.1.0
3131
- name: community.postgresql

0 commit comments

Comments
 (0)