Apache Archiva is an open-source build artifact repository manager for Maven, hosting and proxying artifacts, managing releases, and securing access. This image runs Archiva on Ubuntu 24.04 LTS, hardened and fully patched, with the web console on port 80 behind authentication, a unique per-VM admin credential seeded on first boot, and repository storage on a dedicated disk. Maintained by cloudimg.
## Apache Archiva on Ubuntu 24.04 LTS
Apache Archiva is a repository manager for build artifacts — it hosts your Maven (and other) repositories, proxies remote repositories, manages releases and snapshots, and controls access with role-based security. 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/archiva-credentials.txt`, then sign in at the VM's public IP to create repositories and configure proxy connectors. Point your `settings.xml` at the Archiva repository URLs to deploy and resolve artifacts. The deployment guide on cloudimg.co.uk covers repository setup and proxying.