16 Commits

Author SHA1 Message Date
Maurizio Vitale
a1ae3ae8c8
docker command: Create 2 different actions publish and link (#6907)
* Create 2 different action publish and link

* use enum

* Use publish as default action

* Check if action is valid

* Add back compatibility
2021-04-09 16:27:27 +02:00
Maurizio Vitale
262ba0f6be
Remove the pathProject as mandatory (#6905) 2021-04-07 10:18:03 +01:00
Eugenio Romano
f4976a1949
[ADF-4329][ASD-5330] plus Improve e2e (#6580)
Improve e2e
Fix SSO user avatar 
Fix Priority for APS1
2021-02-05 15:18:30 +00:00
Maurizio Vitale
b54f1480bf
Push the image with tag (#6504) 2021-01-07 14:13:35 +00:00
Maurizio Vitale
7e24aba3c6
Add all-tags as additional option (#6502) 2021-01-07 11:48:24 +00:00
Maurizio Vitale
8d4408f2d6
Build the docker image only once and create tag link (#6496) 2021-01-07 10:42:33 +00:00
Eugenio Romano
f965477e20
Update docker-publish.ts 2020-12-01 12:15:56 +00:00
Denys Vuika
94e2e83e73
ADF CLI fixes (#5674)
* safety checks and better path eval

* do not execute command on help

* rewrite 'update-version' command
2020-05-06 11:18:38 +01:00
Maurizio Vitale
81efb07283
adf-cli Provide a way to pass buildArgs to the docker build (#5507)
* Provide a way to pass buildArgs to the docker build

* Create folder in case does not exist
2020-02-24 17:10:40 +00:00
Eugenio Romano
4f0cebe98b
refactor cli and add new s3 (#5211) 2019-11-11 15:48:55 +01:00
Eugenio Romano
6590b59de0 fix scripts npm 2019-08-29 20:15:10 +01:00
maurizio vitale
bfc132eeff Improve the docker log 2019-08-28 12:03:10 +01:00
maurizio vitale
ee9ed24844 Improve the docker log 2019-08-28 12:02:37 +01:00
Maurizio Vitale
d1a48a015d
Fix typo on docker -f command (#4918) 2019-07-10 18:44:23 +01:00
Maurizio Vitale
05baabb8f5
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
2019-07-10 18:07:22 +01:00
Maurizio Vitale
a6e18e6c1b [ADF-4733] Create an adf-cli dispatcher to run the docker-publish (#4914)
* Create an adf-cli dispatcher to run the docker-publish

* not needed

* fix typo comma

* Create the adf-cli dist folder that contains
-bin
-script
-package.json

Build the dist folder during the ADF CI/CI pipeline
2019-07-10 15:06:35 +01:00