feat(node): add JFrog artifactory (#789)

* Add jfrog artifactory node

* Added jfrog image

* updated docs

* Update registry.py
pull/787/head
Dov Benyomin Sohacheski 2 years ago committed by GitHub
parent f34a472ec2
commit 1ff1aaf62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,4 +12,8 @@ class Harbor(_Registry):
_icon = "harbor.png"
class JFrog(_Registry):
_icon = "jfrog.png"
# Aliases

@ -500,6 +500,9 @@ Node classes list of onprem provider.
<img width="30" src="/img/resources/onprem/registry/harbor.png" alt="Harbor" style="float: left; padding-right: 5px;" >
**diagrams.onprem.registry.Harbor**
<img width="30" src="/img/resources/onprem/registry/jfrog.png" alt="Harbor" style="float: left; padding-right: 5px;" >
**diagrams.onprem.registry.JFrog**
## onprem.search

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Loading…
Cancel
Save