🎉 NORA 1.0 — General Availability
15 registry formats in a single binary — < 30 MB, no Java, no database, no 2 GB of RAM.
Added
- import —
nora import: one-command migration from Artifactory / Nexus, stateless and filesystem-resumable (#840) - rpm — RPM registry (hosted yum/dnf with server-generated repodata) — the 14th format (#829)
- deb — Debian/APT registry (hosted flat repositories with server-generated indexes) — the 15th format (#833)
- signing — GPG-signed rpm/deb indexes (
repomd.xml.asc,InRelease/Release.gpg), on by default (#841) - metrics — namespace-isolation refusals exported to Prometheus (#823)
Fixed
- auth — token storage under systemd (#818)
- docker — bounded memory on large blob uploads (#819); isolated-namespace miss returns 404, not 403 (#822)
- proxy — scrub upstream URL from ansible/nuget rewrites (#824)
- ui — corrected Russian labels (#820); distinct RPM / Debian registry icons — previously an identical placeholder, now shown in every locale
Thanks 🤝
RPM and Debian/APT support started as a community contribution by Yoda (@Yoda_u_may_call_me on Telegram) and Joe Grund (@jgrund) — and Joe added GPG signing on top. Thank you!
Install
# x86_64
curl -LO https://github.com/getnora-io/nora/releases/download/v1.0.0/nora-linux-amd64
chmod +x nora-linux-amd64
sudo mv nora-linux-amd64 /usr/local/bin/nora
# ARM64 (Apple Silicon, Graviton, Ampere)
curl -LO https://github.com/getnora-io/nora/releases/download/v1.0.0/nora-linux-arm64
chmod +x nora-linux-arm64
sudo mv nora-linux-arm64 /usr/local/bin/noraDocker
docker pull getnora/nora:1.0.0| Variant | Image | Platforms |
|---|---|---|
| Alpine (default) | getnora/nora:1.0.0
| amd64, arm64 |
| RED OS | getnora/nora:1.0.0-redos
| amd64 |
| Astra Linux SE | getnora/nora:1.0.0-astra
| amd64 |
| GHCR | ghcr.io/getnora-io/nora:1.0.0
| amd64, arm64 |
DEB / RPM
# Debian / Ubuntu / Astra Linux (amd64)
curl -LO https://github.com/getnora-io/nora/releases/download/v1.0.0/nora-amd64.deb
sudo dpkg -i nora-amd64.deb
# RHEL / Fedora / RED OS (amd64)
curl -LO https://github.com/getnora-io/nora/releases/download/v1.0.0/nora-amd64.rpm
sudo rpm -i nora-amd64.rpmChangelog
See CHANGELOG.md