Sonatype Nexus Repository OSS is a universal artifact repository manager supporting Maven, npm, Docker, PyPI, NuGet, and more — hosting, proxying, and grouping components for your build pipelines. This image runs Nexus Repository OSS on Ubuntu 24.04 LTS, hardened and fully patched, with the web UI on port 80 behind authentication, a unique per-VM admin credential seeded on first boot, and repositories on a dedicated disk. Maintained by cloudimg.
## Nexus Repository OSS on Ubuntu 24.04 LTS
Sonatype Nexus Repository OSS is the free, open-source universal artifact repository manager for storing and distributing build components across formats — Maven, npm, Docker, PyPI, NuGet, Helm, raw, and more — with hosted, proxy, and group repositories. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/nexus-credentials.txt`, then sign in at the VM's public IP to create hosted and proxy repositories. Point your build tools (Maven `settings.xml`, npm registry, Docker) at the Nexus endpoints. The deployment guide on cloudimg.co.uk covers repository formats and proxying.