eclipse / kuksa.val

kuksa.val
Apache License 2.0
89 stars 52 forks source link

Unknown/unknown docker images #752

Open erikbosch opened 3 months ago

erikbosch commented 3 months ago

I noticed that most of our docker images published on ghcr.io also shows an unknown/unknown version, like Databroker

image

We addressed this for SOME/IP feeder long time ago, see https://github.com/eclipse/kuksa.val.feeders/pull/118, by specifying provenance: false. We may consider if we should add it also to all other docker builds

 uses: docker/build-push-action@v4
with:
    # Provenance to solve that an unknown/unkown image is shown on ghcr.io
    # Same problem as described in https://github.com/orgs/community/discussions/45969
    provenance: false