-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Harbor CLI and Harbor Satellite (#1285)
Signed-off-by: Vadim Bauer <[email protected]> Signed-off-by: Nate W <[email protected]> Co-authored-by: Nate W <[email protected]>
- Loading branch information
1 parent
e152265
commit ab60f5f
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -389,6 +389,35 @@ Expected Outcome: Gadget developers have a way to run unit tests in different ke | |
- David Ashpole (@dashpole, [email protected]) | ||
- Upstream Issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33661 | ||
|
||
### Harbor | ||
|
||
#### Harbor CLI | ||
|
||
- Description: Harbor is a popular and widely adopted container registry. LFX manatees have developed an initial CLI (https://github.com/goharbor/harbor-cli) that we would like to extend and implement additional functionality, and common workflows that are currently only present in the Web UI. We are seeking a Golang experienced manatee who can work on the project independently. | ||
- Expected Outcome: Working Golang Harbor CLI which can be used in the CI/CD implementations that compliment the Web UI covering the typical workflows of Harbor administrators and users. Familiarity with Golang library spf13/cobra and REST/Open API. Well-documented CLI that users love to use, and with the corresponding architectural diagrams under the Harbor. Working CI/CD with GitHub actions that create multi architecture binaries and containers. | ||
- Recommended Skills: Golang, spf13/cobra | ||
- Mentor(s): | ||
- Vadim Bauer (@vad1mo, [email protected]) | ||
- Yan Wang (@wy65701436, [email protected]) | ||
- Orlin Vasilev (@OrlinVasilev, [email protected]) | ||
- Upstream Issue: https://github.com/goharbor/harbor-cli/issues/142 | ||
|
||
#### Harbor Satellite | ||
|
||
- Description: Containers have extended beyond their traditional cloud environments, becoming increasingly prevalent in remote and edge computing contexts. These environments often lack reliable internet connectivity, posing significant challenges in managing and running containerized applications due to difficulties in fetching container images. To address this, the project aims to decentralize container registries, making them more accessible to edge devices. | ||
|
||
- Expected Outcome: | ||
The goal is to extend the proof of concept | ||
and demonstrate that such a solution practically works. | ||
Candidates should be able understanding and implementing the [image](https://github.com/opencontainers/image-spec) and [distribution spec](https://github.com/opencontainers/distribution-spec) | ||
to replicate images from a central registry to a registry on the edge location. | ||
- Recommended Skills: Golang, Container, Image-spec, Distribution-spec | ||
- Mentor(s): | ||
- Vadim Bauer (@vad1mo, [email protected]) | ||
- Yan Wang (@wy65701436, [email protected]) | ||
- Orlin Vasilev (@OrlinVasilev, [email protected]) | ||
- Upstream Issue: https://github.com/goharbor/harbor/issues/20790 | ||
|
||
### Vitess | ||
|
||
#### Add new getting started examples | ||
|