File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,11 @@ in `/etc/containers/policy.json` in the target OS to verify signatures.
76
76
77
77
If you are pushing an unsigned image, you must specify ` bootc install --target-no-signature-verification ` .
78
78
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 ` .
81
84
82
85
### Operating system install configuration required
83
86
You can’t perform that action at this time.
0 commit comments