openSUSE / open-build-service

Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
https://openbuildservice.org
GNU General Public License v2.0
907 stars 436 forks source link

Add Docker Registry to Appliance #16266

Open vpereira opened 1 month ago

vpereira commented 1 month ago

OBS can build OCI (Docker) images. However, I was unable to configure the bs_regpush tool to push the Docker images built on OBS to a registry using the appliance. By the way, adding a Docker registry as part of the appliance might be a good idea 🚀

hennevogel commented 1 month ago

There is no backend configuration possible from the frontend. You will have to edit BSConfig.pm...

vpereira commented 1 month ago

But wouldn't be possible to add it to the appliance @hennevogel ?

hennevogel commented 1 month ago

Everything is possible if someone does it and is willing to maintain it.