openhab / openhab-docker

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

Missing image tags for 2.5.5 #295

Closed DerOetzi closed 4 years ago

DerOetzi commented 4 years ago

For version 2.5.5 and 2.5.6-snapshot the architecture specific tags are missing:

There should be: 2.5.5-arm64-alpine 2.5.5-armhf-alpine 2.5.5-amd64-alpine 2.5.5-arm64-debian 2.5.5-armhf-debian 2.5.5-amd64-debian

and same for 2.5.6-snapshot

wborn commented 4 years ago

These tags are no longer supported since we switched to BuildKit (https://github.com/openhab/openhab-docker/pull/293). Just remove the architecture from the tags and Docker will figure out itself what image should be downloaded.

DerOetzi commented 4 years ago

@wborn thanks for information, then I have to switch my travis build for my openhab_extended as well

wborn commented 4 years ago

I hope it's not a big inconvenience. Ever since we've had the multi architecture manifests (https://github.com/openhab/openhab-docker/pull/213) I've tried to minimize the exposure to users of these tags containing the architecture.