Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,17 @@ Or use the CLI flags `--pp` or `--pull-policy` and set the value to `always`.

You can read more about [updating this configuration](https://ansible.readthedocs.io/projects/navigator/settings/#pull-policy) on the `ansible-navigator` website.

# Legacy Quickstart

If you must, you can run the legacy `quickstart.sh` by checking out the `v1.7.1` tag and then pinning the execution environment container to the `v1.7.4` release:

```bash
git checkout -b legacy_quickstart v1.7.1
image_ver="v1.7.4" ./quickstart.sh
```

Please note, we are not providing any updates to this legacy code base.

# Troubleshooting

If you need help, here are some resources:
Expand Down