Skip to content

Commit

Permalink
Emphasize that the images are not Supported (#10)
Browse files Browse the repository at this point in the history
* Emphasize that the images are not Supported.
  • Loading branch information
felixfontein authored Feb 13, 2022
1 parent d19e947 commit 8a1b131
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# ansible-community images
# Ansible Community Images

Container image definitions meant for [ansible-test](https://www.ansible.com/blog/introduction-to-ansible-test) and [Execution Environments](https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automation-execution-environments).

⚠️ **Please note that this repository is very much a proof of concept and a work in progress at this time.** ⚠️

## Important
## Important ⚠️

Images provided by this repository are tailored for development, testing and CI purposes.
They are maintained by the community and are not supported for production use: they can and will break or run out of maintenance.
**They are maintained by the community and are not supported by Red Hat**: they can and will break or run out of maintenance.
Do not use these images for production!

You are encouraged to use (or fork) the examples provided here in order to learn how to build and customize your own images tailored to your needs.

Thank you !
Thank you!

## Contributing

Issues and pull requests to update or add new images (regardless of operating system or distribution) are welcome !
Issues and pull requests to update or add new images (regardless of operating system or distribution) are welcome!

Images should ideally be very similar in order to provide a consistent testing experience so please have a look at the existing images before submitting a new one.
9 changes: 5 additions & 4 deletions ansible-test/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ansible-community ansible-test images
# Ansible Community `ansible-test` Images

## About ansible-test

Expand Down Expand Up @@ -29,14 +29,15 @@ target docker images and supported python version (choose one):

ansible-test supports specifying custom images instead and the purpose of this repository is to provide suitable images for it.

## Important
## Important ⚠️

Images provided by this repository are tailored for development, testing and CI purposes.
They are maintained by the community and are not supported for production use: they can and will break or run out of maintenance.
**They are maintained by the community and are not supported by Red Hat**: they can and will break or run out of maintenance.
Do not use these images for production!

You are encouraged to use (or fork) the examples provided here in order to learn how to build and customize your own images tailored to your needs.

Thank you !
Thank you!

## Building and using images from this repository

Expand Down
9 changes: 5 additions & 4 deletions execution-environments/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ansible-community execution environment images
# Ansible Community Execution Environment Images

## About Execution Environments

Expand All @@ -9,14 +9,15 @@ They can be used by [AWX](https://github.com/ansible/awx), [Automation Controlle

They can be built using [ansible-builder](https://github.com/ansible/ansible-builder/) with either [docker or podman](https://ansible-builder.readthedocs.io/en/latest/usage/#container-runtime) using [execution environment definitions](https://ansible-builder.readthedocs.io/en/latest/definition/) provided by this repository.

## Important
## Important ⚠️

Images provided by this repository are tailored for development, testing and CI purposes.
They are maintained by the community and are not supported for production use: they can and will break or run out of maintenance.
**They are maintained by the community and are not supported by Red Hat**: they can and will break or run out of maintenance.
Do not use these images for production!

You are encouraged to use (or fork) the examples provided here in order to learn how to build and customize your own images tailored to your needs.

Thank you !
Thank you!

## Building and using images from this repository

Expand Down

0 comments on commit 8a1b131

Please sign in to comment.