diff --git a/content/downloads.md b/content/downloads.md index 79516c7c1c..0d27e09fff 100644 --- a/content/downloads.md +++ b/content/downloads.md @@ -17,26 +17,35 @@ type: custompage limitations under the License. See accompanying LICENSE file. --> -## To verify Apache Ozone releases using GPG: +### Archives -1. Download the release ozone-X.Y.Z-src.tar.gz from a [mirror +Releases starting with 1.1.0, when Apache Ozone became a top-level project, are available in the [Ozone archives](https://archive.apache.org/dist/ozone/). + +Releases before that can be found in [Apache Hadoop archives](https://archive.apache.org/dist/hadoop/ozone/). + +## Download + +1. Download the release `ozone-${OZONE_VERSION}-src.tar.gz` from a [mirror site](https://www.apache.org/dyn/closer.cgi/ozone). -2. Download the signature file ozone-X.Y.Z-src.tar.gz.asc from +2. Download signature or checksum from [Apache](https://downloads.apache.org/ozone/). -3. Download the Ozone [KEYS](https://downloads.apache.org/ozone/KEYS) - file. -4. `gpg --import KEYS` -5. `gpg --verify ozone-X.Y.Z-src.tar.gz.asc ozone-X.Y.Z-src.tar.gz` -## To perform a quick check using SHA-512: +## Verify -1. Download the release ozone-X.Y.Z-src.tar.gz from a [mirror - site](https://www.apache.org/dyn/closer.cgi/hadoop/ozone). -2. Download the checksum ozone-X.Y.Z-src.tar.gz.sha512 from - [Apache](https://downloads.apache.org/ozone/). -3. `sha512sum -c ozone-X.Y.Z-src.tar.gz` +### GnuPG signature + +Download Ozone developers' public [KEYS](https://downloads.apache.org/ozone/KEYS). + +``` +gpg --import KEYS +gpg --verify ozone-${OZONE_VERSION}-src.tar.gz.asc ozone-${OZONE_VERSION}-src.tar.gz +``` + +### SHA-512 checksum -Note: Before 1.1.0 release Ozone was part of the Apache Hadoop project. Older release artifacts can be found [there](https://archive.apache.org/dist/hadoop/ozone/). +``` +sha512sum -c ozone-${OZONE_VERSION}-src.tar.gz +``` ## License diff --git a/content/release/1.0.0.md b/content/release/1.0.0.md index a29628f25e..1c7a5ad2a5 100644 --- a/content/release/1.0.0.md +++ b/content/release/1.0.0.md @@ -1,7 +1,6 @@ --- title: Release 1.0.0 available date: 2020-09-02 -linked: true hadoop: true ---