Skip to content

Commit

Permalink
docs: Finish sentence around pull secret
Browse files Browse the repository at this point in the history
Followup to #182 (comment)

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Nov 7, 2023
1 parent e8430d6 commit b6cf4e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ in `/etc/containers/policy.json` in the target OS to verify signatures.

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

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

### Operating system install configuration required

Expand Down

0 comments on commit b6cf4e4

Please sign in to comment.