Fix mistake where the main README.md is overridden. (#243)

This commit is contained in:
Matthew Fernandez
2025-05-13 12:08:50 -06:00
committed by GitHub
parent 64f7c88114
commit 9a93004e0a

View File

@@ -18,7 +18,7 @@ podman run \
<image> \
/bin/bash
```
`<image>` is one of `quay.io/ansible-product-demos/apd-ee-25:latest`, `quay.io/ansible-product-demos/apd-ee-24:latest`
`<image>` is one of `quay.io/ansible-product-demos/apd-ee-25:latest`, `quay.io/ansible-product-demos/apd-ee-24:latest`
It is not exact because GitHub seems to run closer to a sidecar container paradigm, and uses docker instead of podman, but hopefully it's close enough.
For the 24 EE, the python interpreriter verions is set for our pre-commit script like so: `USE_PYTHON=python3.9 ./.github/workflows/run-pc.sh`