Skip to content

Commit

Permalink
feat(node): Add support for Harbor as an on-prem registry (mingrammer…
Browse files Browse the repository at this point in the history
…#766)

* Added dir resources/onprem/registry, added Harbor Container Registry icon resources/onprem/registry/harbor.png from https://github.com/cncf/artwork/blob/master/projects/harbor/icon/color/harbor-icon-color.png. Ran convert resize command to resize original. Ran autogen.sh via Docker. Registry.py now exists in diagrams/onprem/ dir. docs/nodes/onprem.md auto-updated.

Co-authored-by: dryhn <dryhn>
  • Loading branch information
DR-dev-0714 authored and ngruelaneo committed Nov 25, 2022
1 parent 4770958 commit 58e21a1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/onprem/registry.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OnPrem


class _Registry(_OnPrem):
_type = "registry"
_icon_dir = "resources/onprem/registry"


class Harbor(_Registry):
_icon = "harbor.png"


# Aliases
4 changes: 4 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ Node classes list of onprem provider.
<img width="30" src="/img/resources/onprem/queue/zeromq.png" alt="Zeromq" style="float: left; padding-right: 5px;" >
**diagrams.onprem.queue.Zeromq**, **ZeroMQ** (alias)

## onprem.registry

- **diagrams.onprem.registry.Harbor**

## onprem.search


Expand Down
Binary file added resources/onprem/registry/harbor.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 58e21a1

Please sign in to comment.