migrated to v4

This commit is contained in:
Kasra Bigdeli
2020-08-16 19:24:26 -04:00
parent 2b5f8234fd
commit 43505a20e8
304 changed files with 6319 additions and 6986 deletions

View File

@ -1,31 +0,0 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/sonatype/nexus3/",
"displayName": "Nexus3",
"description": "Nexus is a repository manager. It allows you to proxy, collect, and manage your dependencies",
"isOfficial": true,
"dockerCompose": {
"version": "3.3",
"services": {
"$$cap_appname": {
"image": "sonatype/nexus3:$$cap__version",
"containerHttpPort": "8081",
"volumes": ["$$cap_appname-data:/nexus-data"],
"restart": "always",
"environment": {}
}
}
},
"instructions": {
"start": "Nexus is the world's first and only universal repository solution that's FREE to use. It supports Bower, Docker, Git LFS, Maven, npm, NuGet, PyPI, Ruby Gems, Yum, Apt, Conan, R, CPAN, Raw (Universal),P2 ,Helm and ELPA.\n\nEnter your Nexus Configuration parameters and click on next. \n\n Notes:\n\nDefault credentials are: admin / admin123\n\nIt can take some time (2-3 minutes) for the service to launch in a new container. Check the \"Deployment\" tab logs to determine once Nexus is ready.",
"end": "Nexus is deployed and available as srv-captain--$$cap_appname:8081 to other apps."
},
"variables": [
{
"id": "$$cap__version",
"label": "Version",
"defaultValue": "3.15.2",
"description": "Additional tags can be found here: https://hub.docker.com/r/sonatype/nexus3/tags"
}
]
}