Projects
Open-source contributions Link to heading
project-zot Link to heading
zot is a scale-out, production-ready, and vendor-neutral OCI-native container image/artifact registry. I’ve worked on a few features:
- Backend and UI support for showing vulnerable package paths in an image.
- Scale-out functionality for clustered zot deployments with shared storage.
I’m currently working on:
- Supporting scale-out functionality for clustered zot deployments with isolated storage.
Personal open-source projects Link to heading
cc-tar-rs Link to heading
cc-tar-rs is an attempt at implementing GNU tar functionality in Rust for UStar format tarballs. It is primarily a learning project intended to build experience in Rust and binary manipulation.
Projects from the past Link to heading
Metapod Link to heading
Metapod is a self-hostable web application that aims to create an easy-to-use and accessible way to apply resource and security-related restrictions to a container. These may be practices such as restricting Linux capabilities, resource allocation, etc. Developers may easily manage security controls using an intuitive interface, giving them more time to focus on building their application.