Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Image verification docs #1069

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions os/booting-on-eucalyptus.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Uploaded coreos-production/coreos_production_openstack_image.raw.manifest.xml
$ euca-register coreos-production/coreos_production_openstack_image.raw.manifest.xml --virtualization-type hvm --name "Container Linux-Production"
emi-E4A33D45
</pre>
<p>Before you go further, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://alpha.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2.sig
$ gpg --verify coreos_production_openstack_image.img.bz2.sig
</pre>
</div>
<div class="tab-pane" id="beta-create">
<p>The Beta channel consists of promoted Alpha releases. The current version is Container Linux {{site.beta-channel}}.</p>
Expand All @@ -46,6 +53,13 @@ Uploaded coreos-production/coreos_production_openstack_image.raw.manifest.xml
$ euca-register coreos-production/coreos_production_openstack_image.raw.manifest.xml --virtualization-type hvm --name "Container Linux-Production"
emi-E4A33D45
</pre>
<p>Before you go further, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://beta.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2.sig
$ gpg --verify coreos_production_openstack_image.img.bz2.sig
</pre>
</div>
<div class="tab-pane active" id="stable-create">
<p>The Stable channel should be used by production clusters. Versions of Container Linux are battle-tested within the Beta and Alpha channels before being promoted. The current version is Container Linux {{site.stable-channel}}.</p>
Expand All @@ -61,6 +75,13 @@ Uploaded coreos-production/coreos_production_openstack_image.raw.manifest.xml
$ euca-register coreos-production/coreos_production_openstack_image.raw.manifest.xml --virtualization-type hvm --name "Container Linux-Production"
emi-E4A33D45
</pre>
<p>Before you go further, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2.sig
$ gpg --verify coreos_production_openstack_image.img.bz2.sig
</pre>
</div>
</div>
</div>
Expand Down
21 changes: 21 additions & 0 deletions os/booting-on-openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,41 @@ Container Linux is designed to be [updated automatically](https://coreos.com/why
<pre>
$ wget https://alpha.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2
$ bunzip2 coreos_production_openstack_image.img.bz2
</pre>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://alpha.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2.sig
$ gpg --verify coreos_production_openstack_image.img.bz2.sig
</pre>
</div>
<div class="tab-pane" id="beta-create">
<p>The Beta channel consists of promoted Alpha releases. The current version is Container Linux {{site.beta-channel}}.</p>
<pre>
$ wget https://beta.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2
$ bunzip2 coreos_production_openstack_image.img.bz2
</pre>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://beta.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2.sig
$ gpg --verify coreos_production_openstack_image.img.bz2.sig
</pre>
</div>
<div class="tab-pane active" id="stable-create">
<p>The Stable channel should be used by production clusters. Versions of Container Linux are battle-tested within the Beta and Alpha channels before being promoted. The current version is Container Linux {{site.stable-channel}}.</p>
<pre>
$ wget https://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2
$ bunzip2 coreos_production_openstack_image.img.bz2
</pre>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2.sig
$ gpg --verify coreos_production_openstack_image.img.bz2.sig
</pre>
</div>
</div>
Expand Down
21 changes: 21 additions & 0 deletions os/booting-on-vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,39 @@ Container Linux is designed to be [updated automatically](https://coreos.com/why
<p>The Stable channel should be used by production clusters. Versions of Container Linux are battle-tested within the Beta and Alpha channels before being promoted. The current version is Container Linux {{site.stable-channel}}.</p>
</div>
<pre>curl -LO https://stable.release.core-os.net/amd64-usr/current/coreos_production_vmware_ova.ova</pre>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://stable.release.core-os.net/amd64-usr/current/coreos_production_vmware_ova.ova.sig
$ gpg --verify coreos_production_vmware_ova.ova.sig
</pre>
</div>
<div class="tab-pane" id="alpha">
<div class="channel-info">
<p>The Alpha channel closely tracks master and is released frequently. The newest versions of system libraries and utilities will be available for testing. The current version is Container Linux {{site.alpha-channel}}.</p>
</div>
<pre>curl -LO https://alpha.release.core-os.net/amd64-usr/current/coreos_production_vmware_ova.ova</pre>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://alpha.release.core-os.net/amd64-usr/current/coreos_production_vmware_ova.ova.sig
$ gpg --verify coreos_production_vmware_ova.ova.sig
</pre>
</div>
<div class="tab-pane" id="beta">
<div class="channel-info">
<p>The Beta channel consists of promoted Alpha releases. The current version is Container Linux {{site.beta-channel}}.</p>
</div>
<pre>curl -LO https://beta.release.core-os.net/amd64-usr/current/coreos_production_vmware_ova.ova</pre>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://beta.release.core-os.net/amd64-usr/current/coreos_production_vmware_ova.ova.sig
$ gpg --verify coreos_production_vmware_ova.ova.sig
</pre>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions os/booting-with-ipxe.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Container Linux is designed to be [updated automatically](https://coreos.com/why
<pre>
#!ipxe

set base-url http://alpha.release.core-os.net/amd64-usr/current
set base-url https://alpha.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos_production_pxe.vmlinuz coreos.config.url=https://example.com/pxe-config.ign
initrd ${base-url}/coreos_production_pxe_image.cpio.gz
boot</pre>
Expand All @@ -54,7 +54,7 @@ boot</pre>
<pre>
#!ipxe

set base-url http://beta.release.core-os.net/amd64-usr/current
set base-url https://beta.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos_production_pxe.vmlinuz coreos.config.url=https://example.com/pxe-config.ign
initrd ${base-url}/coreos_production_pxe_image.cpio.gz
boot</pre>
Expand All @@ -65,7 +65,7 @@ boot</pre>
<pre>
#!ipxe

set base-url http://stable.release.core-os.net/amd64-usr/current
set base-url https://stable.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos_production_pxe.vmlinuz coreos.config.url=https://example.com/pxe-config.ign
initrd ${base-url}/coreos_production_pxe_image.cpio.gz
boot</pre>
Expand Down Expand Up @@ -97,7 +97,7 @@ Immediately iPXE should download your boot script URL and start grabbing the ima

```sh
${YOUR_BOOT_URL}... ok
http://alpha.release.core-os.net/amd64-usr/current/coreos_production_pxe.vmlinuz... 98%
https://alpha.release.core-os.net/amd64-usr/current/coreos_production_pxe.vmlinuz... 98%
```

After a few moments of downloading Container Linux should boot normally.
Expand Down
24 changes: 21 additions & 3 deletions os/booting-with-iso.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ The latest Container Linux ISOs can be downloaded from the image storage site:
<a href="https://alpha.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso" class="btn btn-primary">Download Alpha ISO</a>
<a href="https://alpha.release.core-os.net/amd64-usr/current/" class="btn btn-default">Browse Storage Site</a>
<br/><br/>
<p>All of the files necessary to verify the image can be found on the storage site.</p>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://alpha.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso.sig
$ gpg --verify coreos_production_iso_image.iso.sig
</pre>
</div>
<div class="tab-pane" id="beta">
<div class="channel-info">
Expand All @@ -25,7 +31,13 @@ The latest Container Linux ISOs can be downloaded from the image storage site:
<a href="https://beta.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso" class="btn btn-primary">Download Beta ISO</a>
<a href="https://beta.release.core-os.net/amd64-usr/current/" class="btn btn-default">Browse Storage Site</a>
<br/><br/>
<p>All of the files necessary to verify the image can be found on the storage site.</p>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://beta.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso.sig
$ gpg --verify coreos_production_iso_image.iso.sig
</pre>
</div>
<div class="tab-pane active" id="stable">
<div class="channel-info">
Expand All @@ -34,7 +46,13 @@ The latest Container Linux ISOs can be downloaded from the image storage site:
<a href="https://stable.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso" class="btn btn-primary">Download Stable ISO</a>
<a href="https://stable.release.core-os.net/amd64-usr/current/" class="btn btn-default">Browse Storage Site</a>
<br/><br/>
<p>All of the files necessary to verify the image can be found on the storage site.</p>
<p>Before you continue, <a href="https://coreos.com/os/docs/latest/verify-images.html">verify your download</a>.</p>
<pre>
$ curl -O https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc
$ gpg --import --keyid-format LONG CoreOS_Image_Signing_Key.asc
$ wget -q https://stable.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso.sig
$ gpg --verify coreos_production_iso_image.iso.sig
</pre>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion os/kernel-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Read system configuration files to determine the URL of the development containe
. /usr/share/coreos/release
. /usr/share/coreos/update.conf
. /etc/coreos/update.conf # This might not exist.
url="http://${GROUP:-stable}.release.core-os.net/$COREOS_RELEASE_BOARD/$COREOS_RELEASE_VERSION/coreos_developer_container.bin.bz2"
url="https://${GROUP:-stable}.release.core-os.net/$COREOS_RELEASE_BOARD/$COREOS_RELEASE_VERSION/coreos_developer_container.bin.bz2"
```

Download, decompress, and verify the development container image.
Expand Down