mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-20 18:26:46 +00:00
e2e: local nexus
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
2d8166c4b9
commit
af7537dc3e
4 changed files with 115 additions and 0 deletions
8
.github/e2e/nexus/docker-compose.yml
vendored
Normal file
8
.github/e2e/nexus/docker-compose.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
nexus:
|
||||
image: sonatype/nexus3:${NEXUS_VERSION:-latest}
|
||||
volumes:
|
||||
- "./data:/nexus-data"
|
||||
ports:
|
||||
- "8081:8081"
|
||||
- "8082:8082"
|
Loading…
Add table
Add a link
Reference in a new issue