Skip to content

Commit fa834da

Browse files
authored
maint: Prasanth Baskar @ harbor (#100)
1 parent 6628157 commit fa834da

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

.cspell/maintainer-words.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,10 @@ Bhardwaj
200200
Choudhary
201201
Saket
202202
sakekc
203+
bupd
204+
Prasanth
205+
Baskar
206+
Sangeetha
207+
Swarangal
208+
eley
209+
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"username": "bupd",
3+
"full_name": "Prasanth Baskar",
4+
"photo": "https://avatars.githubusercontent.com/u/89722848?v=4",
5+
"designation": "Software Engineer at 8gears",
6+
"socials": [
7+
{
8+
"label": "GitHub",
9+
"link": "https://github.com/bupd"
10+
},
11+
{
12+
"label": "Mastodon",
13+
"link": "https://mastodon.social/@bupd"
14+
},
15+
{
16+
"label": "LinkedIn",
17+
"link": "https://www.linkedin.com/in/bupd"
18+
}
19+
],
20+
"projects": [
21+
{
22+
"name": "Harbor",
23+
"project_link": "https://github.com/goharbor/harbor",
24+
"website_link": "https://goharbor.io",
25+
"logo": "https://raw.githubusercontent.com/cncf/artwork/refs/heads/main/projects/harbor/icon/color/harbor-icon-color.png",
26+
"description": "Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted. Harbor, a CNCF Graduated project, delivers compliance, performance, and interoperability to help you consistently and securely manage artifacts across cloud native compute platforms like Kubernetes and Docker.",
27+
"short_description": "An open source trusted cloud native registry project that stores, signs, and scans content."
28+
}
29+
],
30+
"form": [
31+
{
32+
"question": "How to support",
33+
"response": "Star the github repo. Start using Harbor."
34+
},
35+
{
36+
"question": "A small brief about your project",
37+
"response": "Harbor is basically a parking lot for your container images but with guards, scanners, and a bouncer that won’t let shady images in."
38+
},
39+
{
40+
"question": "One FOSS maintainer lesson for your younger self",
41+
"response": "do things in parallel and touch grass more."
42+
},
43+
{
44+
"question": "Why do you do it? Why do you bother maintaining a FOSS project?",
45+
"response": "Apparently, sleep is optional and free stress testing of my patience."
46+
},
47+
{
48+
"question": "If your repo had a theme song, what would it be?",
49+
"response": "Sangeetha swarangal eley kanaka comedy meme 🐌"
50+
},
51+
{
52+
"question": "Which file in your project would you most like to set on fire?",
53+
"response": "Entire /tests directory"
54+
},
55+
{
56+
"question": "What's your open-source villain origin story?",
57+
"response": "YAML broke again? Opened Harbor to “just check an issue”… accidentally became the guy people tag for replication bugs. 😅"
58+
},
59+
{
60+
"question": "If you had to use one emoji to convey what it's like to be a FOSS maintainer, what would it be?",
61+
"response": "🐢"
62+
}
63+
]
64+
}

0 commit comments

Comments
 (0)