Skip to content

Commit 24b2af6

Browse files
authored
CLOUD-826 Update CONTRIBUTING.md (#576)
add container images information
1 parent 2e39888 commit 24b2af6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ Contributions to the source tree should follow the workflow described below:
5252
The workflow for documentation is similar, but we store source code for the Percona Operator for PostgreSQL documentation in a [separate repository](https://github.com/percona/k8spg-docs).
5353
See the [Documentation Contribution Guide](https://github.com/percona/k8spg-docs/blob/main/CONTRIBUTING.md) for more information.
5454

55+
### 4. Container images
56+
57+
Find Operator Dockerfile in [build folder](build).
58+
59+
Our Operator uses various container images - databases, proxies, other. You can find the Dockerfiles in [percona-docker](https://github.com/percona/percona-docker) repository.
60+
61+
* [PostgreSQL (different versions)](https://github.com/percona/percona-docker/tree/main/postgresql-containers/build/postgres)
62+
* [PGBouncer](https://github.com/percona/percona-docker/tree/main/postgresql-containers/build/pgbouncer)
63+
* [pgBackrest](https://github.com/percona/percona-docker/tree/main/postgresql-containers/build/pgbackrest)
64+
5565
## Code review
5666

5767
Your contribution will be reviewed by other developers contributing to the project. The more complex your changes are, the more experts will be involved. You will receive feedback and recommendations directly on your pull request on GitHub, so keep an eye on your submission and be prepared to make further amendments. The developers might even provide some concrete suggestions on modifying your code to match the project’s expectations better.

0 commit comments

Comments
 (0)