Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octopusden/octopus-test
https://github.com/octopusden/octopus-test
docker gradle hybrid-flow maven public-flow sonatype-nexus
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/octopusden/octopus-test
- Owner: octopusden
- License: apache-2.0
- Created: 2023-10-19T09:20:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T07:39:21.000Z (7 months ago)
- Last Synced: 2024-07-20T11:57:16.004Z (4 months ago)
- Topics: docker, gradle, hybrid-flow, maven, public-flow, sonatype-nexus
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# octopus-test
Tests for Octopus project## DOCKER
# Start docker from a terminal
First step
```shell
docker login
```To build a image
```shell
docker build -t /:[tag] -f docker/Dockerfile .
```To publish
```shell
docker push /:[tag]
```