dyrector-io / dyrectorio

dyrector.io is a self-hosted continuous delivery & deployment platform with version management.
https://dyrectorio.com
Apache License 2.0
1.26k stars 93 forks source link

Implement JFrog Container Registry integration #207

Open polaroi8d opened 1 year ago

polaroi8d commented 1 year ago

Users want to add images from JFrog Container Registry, so we have to support the integration. Before we save the registries we always check the given credentials, so please do not miss it. You have to extend the Prisma schema RegistryTypeEnum with jfrog.

You can find existing validations in web/crux/src/app/registry/guards/registry.auth.validation.guard.ts - we are using Nest.js guards for this.

JFrog Container Registry REST API: https://www.jfrog.com/confluence/display/JCR6X/JFrog+Container+Registry+REST+API

elvinlari commented 1 year ago

Hello I want to work on this under Hacktoberfest

asi309 commented 11 months ago

Hi, I would love to work on this if this issue is still open.