Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:05
v1.0.0
1aea192

πŸŽ‰ 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/nora

Docker

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.rpm

Changelog

See CHANGELOG.md