mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Add basic readme to run the docker publish with or without login (#4917)
add the tag to the docker image publish the docker image clean the docker image
This commit is contained in:
@@ -31,3 +31,16 @@ npm install
|
||||
|
||||
adf-audit
|
||||
```
|
||||
|
||||
### Docker publish
|
||||
|
||||
Move in the folder where you have your Dockerfile and run the command:
|
||||
|
||||
```bash
|
||||
adf-cli docker-publish --dockerRepo "${docker_repository}" --dockerTags "${TAGS}" --pathProject "$(pwd)"
|
||||
```
|
||||
|
||||
If you want to specify a different docker registry you can run
|
||||
```bash
|
||||
--loginCheck --loginUsername "username" --loginPassword "password" --loginRepo "quay.io"--dockerRepo "${docker_repository}" --dockerTags "${TAGS}" --pathProject "$(pwd)"
|
||||
```
|
||||
|
Reference in New Issue
Block a user