Skip to content

Commit 8b7f190

Browse files
authored
Merge pull request #186 from cgwalters/expand-install-docs
docs: Finish sentence around pull secret
2 parents 3f4a538 + 75c59c5 commit 8b7f190

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/install.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ in `/etc/containers/policy.json` in the target OS to verify signatures.
7676

7777
If you are pushing an unsigned image, you must specify `bootc install --target-no-signature-verification`.
7878

79-
Additionally note that to perform an install from an authenticated registry, you must also embed
80-
the pull secret into the image to pass this check. If you are fetching
79+
Additionally note that to perform an install with a target image reference set to an
80+
authenticated registry, you must provide a pull secret. One path is to embed the pull secret into
81+
the image in `/etc/ostree/auth.json`.
82+
Alternatively, the secret can be added after an installation process completes and managed separately;
83+
in that case you will need to specify `--skip-fetch-check`.
8184

8285
### Operating system install configuration required
8386

0 commit comments

Comments
 (0)