You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,17 @@ Or use the CLI flags `--pp` or `--pull-policy` and set the value to `always`.
223
223
224
224
You can read more about [updating this configuration](https://ansible.readthedocs.io/projects/navigator/settings/#pull-policy) on the `ansible-navigator` website.
225
225
226
+
# Legacy Quickstart
227
+
228
+
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:
229
+
230
+
```bash
231
+
git checkout -b legacy_quickstart v1.7.1
232
+
image_ver="v1.7.4" ./quickstart.sh
233
+
```
234
+
235
+
Please note, we are not providing any updates to this legacy code base.
0 commit comments