Skip to content

Commit

Permalink
Merge pull request #186 from cgwalters/expand-install-docs
Browse files Browse the repository at this point in the history
docs: Finish sentence around pull secret
  • Loading branch information
cgwalters committed Nov 7, 2023
2 parents 3f4a538 + 75c59c5 commit 8b7f190
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ 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 with a target image reference set to 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 8b7f190

Please sign in to comment.