Skip to content

Commit

Permalink
feat(node): add JFrog artifactory (#789)
Browse files Browse the repository at this point in the history
* Add jfrog artifactory node

* Added jfrog image

* updated docs

* Update registry.py
  • Loading branch information
bdsoha authored Jan 8, 2023
1 parent f34a472 commit 1ff1aaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ class Harbor(_Registry):
_icon = "harbor.png"


class JFrog(_Registry):
_icon = "jfrog.png"


# Aliases
3 changes: 3 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
Binary file added resources/onprem/registry/frog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ff1aaf

Please sign in to comment.