-
Notifications
You must be signed in to change notification settings - Fork 0
/
uploadPlugins.sh
executable file
·16 lines (11 loc) · 1.19 KB
/
uploadPlugins.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
http -a cubeadmin:cubeadmin1234 -f POST http://localhost:8010/api/v1/plugins/ dock_image=local/pl-covidnet \
descriptor_file@jsonRepresentations/covidnet.json public_repo=https://github.com/FNNDSC/pl-simplefsapp name=pl-covidnet
http -a cubeadmin:cubeadmin1234 -f POST http://localhost:8010/api/v1/plugins/ dock_image=fnndsc/pl-med2img \
descriptor_file@jsonRepresentations/med2img.json public_repo=https://github.com/FNNDSC/pl-simplefsapp name=pl-med2img
http -a cubeadmin:cubeadmin1234 -f POST http://localhost:8010/api/v1/plugins/ dock_image=local/pl-ct-covidnet \
descriptor_file@jsonRepresentations/ct_covidnet.json public_repo=https://github.com/FNNDSC/pl-simplefsapp name=pl-ct-covidnet
http -a cubeadmin:cubeadmin1234 -f POST http://localhost:8010/api/v1/plugins/ dock_image=local/pl-pdfgeneration \
descriptor_file@jsonRepresentations/pdfgeneration.json public_repo=https://github.com/FNNDSC/pl-simplefsapp name=pl-pdfgeneration
http -a cubeadmin:cubeadmin1234 -f POST http://localhost:8010/api/v1/plugins/ dock_image=local/pl-covidnet-grad-cam \
descriptor_file@jsonRepresentations/covidnet-grad-cam.json public_repo=https://github.com/FNNDSC/pl-simplefsapp name=pl-covidnet-grad-cam