openhab / openhab-docker

Repository for building Docker containers for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
209 stars 128 forks source link

Make manifests compatible with older Docker versions #428

Closed wborn closed 11 months ago

wborn commented 11 months ago

On old Docker versions pulling an image would fail with "missing signature key". By default buildx creates manifests having the newer OCI media type which is unsupported by older Docker versions.

To inspect the media type in a manifest run: docker manifest inspect openhab/openhab

See: