eclipse-kuksa / kuksa-databroker

A modern in-vehicle VSS (Vehicle Signal Specification) server written in RUST
https://eclipse-kuksa.github.io/kuksa-website/
Apache License 2.0
12 stars 11 forks source link

Quay.io onboarding - Container image accessibility #36

Closed SebastianSchildt closed 1 month ago

SebastianSchildt commented 1 month ago

Making an issues, as this may take several PRs

Currently the KUKSA project pushes images (i.e. ghcr.io/eclipse-kuksa/kuksa-databroker:main) This is an issue for our Chinese users as ghcr is blocked by the Great Firewall. Therfore, we intend to push images to quay.io as well. Quay is a Redhat (also Eclipse SDV member btw) operated Container registry, that is free for OSS projects AND that is accessible in China. The proposed solution is, in ADDITION to ghcr in our build pipelines pushing quay.io as well.

There is a related Eclipse Foundation ticket here: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4712

Steps

SebastianSchildt commented 1 month ago

Everything pushed Eclipse side. Keep this open, until all other components are modified to push to quay as well.

SebastianSchildt commented 1 month ago

All done for now