Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
37 changes: 23 additions & 14 deletions content/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,35 @@ type: custompage
limitations under the License. See accompanying LICENSE file.
-->

## To verify Apache Ozone releases using GPG:
## Download

1. Download the release ozone-X.Y.Z-src.tar.gz from a [mirror
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

```
sha512sum -c ozone-${OZONE_VERSION}-src.tar.gz
```

## Archives

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/).

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/).
Releases before that can be found in [Apache Hadoop archives](https://archive.apache.org/dist/hadoop/ozone/).

## License

Expand Down
1 change: 0 additions & 1 deletion content/release/1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Release 1.0.0 available
date: 2020-09-02
linked: true
hadoop: true
---
<!---
Expand Down
1 change: 0 additions & 1 deletion content/release/1.1.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Release 1.1.0 available
date: 2021-04-17
linked: true
---
<!---
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 0 additions & 1 deletion content/release/1.2.1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Release 1.2.1 available
date: 2021-12-22
linked: true
aliases:
- /release/1.2.0
---
Expand Down
1 change: 0 additions & 1 deletion content/release/1.3.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Release 1.3.0 available
date: 2022-12-18
linked: true
---
<!---
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
50 changes: 18 additions & 32 deletions layouts/custompage/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@

<h1>Download</h1>

<p>Apache Ozone is released as source code tarballs with corresponding binary
tarballs for convenience. The downloads are distributed via mirror sites
and should be checked for tampering using GPG or SHA-512.</p>
<p>Apache Ozone is released as source code tarball. Binary tarballs are also
provided for convenience. Both kinds of tarballs are distributed via mirror
sites. Theyt should be verified after download against checksums and
signatures, available directly from Apache.</p>

<h2>Supported Releases</h2>
<p>
<table class="table table-striped">
<thead>
Expand All @@ -35,35 +37,19 @@ <h1>Download</h1>
<tr>
<td>{{.File.BaseFileName }}</td>
<td>{{dateFormat "2006 Jan 2 " .Date}}</td>
{{ if eq .Params.hadoop true }}
<td>
<a href="https://www.apache.org/dyn/closer.cgi/hadoop/ozone/ozone-{{.File.BaseFileName }}/hadoop-ozone-{{.File.BaseFileName }}-src.tar.gz">source</a>
(<a href="https://downloads.apache.org/hadoop/ozone/ozone-{{.File.BaseFileName }}/hadoop-ozone-{{.File.BaseFileName }}-src.tar.gz.mds">checksum</a>
<a href="https://downloads.apache.org/hadoop/ozone/ozone-{{.File.BaseFileName }}/hadoop-ozone-{{.File.BaseFileName }}-src.tar.gz.asc">signature</a>)
</td>
<td>
<a href="https://www.apache.org/dyn/closer.cgi/hadoop/ozone/ozone-{{.File.BaseFileName }}/hadoop-ozone-{{.File.BaseFileName }}.tar.gz">binary</a>
(<a href="https://downloads.apache.org/hadoop/ozone/ozone-{{.File.BaseFileName }}/hadoop-ozone-{{.File.BaseFileName }}.tar.gz.mds">checksum</a>
<a href="https://downloads.apache.org/hadoop/ozone/ozone-{{.File.BaseFileName }}/hadoop-ozone-{{.File.BaseFileName }}.tar.gz.asc">signature</a>)
</td>
<td>
<a href="release/{{.File.BaseFileName }}/">Announcement</a>
</td>
{{else}}
<td>
<a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz">source</a>
(<a href="https://downloads.apache.org/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz.sha512">checksum</a>
<a href="https://downloads.apache.org/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz.asc">signature</a>)
</td>
<td>
<a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz">binary</a>
(<a href="https://downloads.apache.org/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.sha512">checksum</a>
<a href="https://downloads.apache.org/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.asc">signature</a>)
</td>
<td>
<a href="release/{{.File.BaseFileName }}/">Announcement</a>
</td>
{{end}}
<td>
<a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz">source</a>
(<a href="https://downloads.apache.org/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz.sha512">checksum</a>
<a href="https://downloads.apache.org/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz.asc">signature</a>)
</td>
<td>
<a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz">binary</a>
(<a href="https://downloads.apache.org/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.sha512">checksum</a>
<a href="https://downloads.apache.org/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.asc">signature</a>)
</td>
<td>
<a href="release/{{.File.BaseFileName }}/">Announcement</a>
</td>
</tr>
{{end}}
</table>
Expand Down