-
Notifications
You must be signed in to change notification settings - Fork 199
Feat: Adding New Plugin harbor-docker
#980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
76822c3
to
592b1aa
Compare
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
5000773
to
e5ac8cf
Compare
The core logic is in the scripts. Is there a source for the shell script used? I'm not familiar with |
The scripts is wrote by the Harbor authors. https://github.com/goharbor/harbor/releases/tag/v2.4.3 |
@daniel-hutao Then there should be no problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM👏
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. 👏
Pre-Checklist
Note: please complete ALL items in the following checklist.
Description
This is the first version of the plugin
harbor-docker
, just a simple support for thecreate
anddelete
operations. There are a lot of todo left. I will continue to optimize this plugin in the next days to make this plugin production ready.Related Issues
N/A
New Behavior (screenshots if needed)
1. create
config-harbor.yaml
./dtm apply -f config-harbor.yaml -y
2. delete
./dtm delete -f config-harbor.yaml -y