https://github.com/ic/docker-archiva-1.3.6-standalone
A dock that provides Apache Archiva 1.3.6 standalone.
https://github.com/ic/docker-archiva-1.3.6-standalone
Last synced: 6 months ago
JSON representation
A dock that provides Apache Archiva 1.3.6 standalone.
- Host: GitHub
- URL: https://github.com/ic/docker-archiva-1.3.6-standalone
- Owner: ic
- Created: 2014-02-03T00:18:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T07:17:43.000Z (over 12 years ago)
- Last Synced: 2024-06-11T16:26:43.153Z (about 2 years ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-archiva-1.3.6-standalone
===============================
A dock that provides Apache Archiva 1.3.6 standalone.
This Dockerfile is a pretty straightforward one to get Archiva. The file implements the recommended installation process from the home page:
Notes
-----
This line in the Dockerfile deserves explanation:
RUN rm -f /opt/archiva/bin/wrapper-linux-x86-32
It turns out that this files hinders startup, for some reason, on this 64-bit install. Removing this unnecessary wrapper fixes the issue.