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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ By default, this template uses the base image `quay.io/almalinuxorg/atomic-deskt
22
22
23
23
To switch images, change the `FROM` line in the [Dockerfile](Dockerfile). If your image use a different signing key, download the new Cosign public key and specify its name in the `upstream-public-key` parameter in `.github/workflows/build.yml`, or remove the parameter to disable key verification.
24
24
25
-
### Setting up Cosign (Optional, highly recommended)
25
+
### Set up container signing (Optional, highly recommended)
26
26
27
27
Container signing is important for end-user security and is fully supported by
28
28
the CI. By default, the CI will check the signature of your base image to make
@@ -91,23 +91,28 @@ Build or download the ISO for your image, boot into it and follow the installati
91
91
### Switching from another image
92
92
93
93
> [!CAUTION]
94
-
> This is entirely unsupported and may not work at all.
94
+
> This is entirely unsupported and may not work at all. In fact, it probably doesn't
95
+
> work at all and it's a terrible idea to even try. Don't do this.
95
96
96
-
If you're already running a bootc image and wish to change to this one, you may be able to do this via `bootc switch`. As you won't have the correct signing key or configuration, you'll have to run it twice:
97
+
If you're already running a bootc image and wish to change to this one, you may be able to do this via `bootc switch`. As you won't have the correct signing key or configuration, you'll have to disable it first:
0 commit comments