Following now on, the docker.io and quay.io image registries will have new tags with the architecture suffix, either amd64 or arm64.
The GitHub pipeline pushes a docker manifest for the existing latest, <major> and the v* tags, but your container runtime should pull the one image corresponding for your architecture. If your runtime doesn't support manifest images, then you should switch to the new amd64-suffixed tags when updating.
Following now on, the
docker.io
andquay.io
image registries will have new tags with the architecture suffix, eitheramd64
orarm64
. The GitHub pipeline pushes a docker manifest for the existinglatest
,<major>
and thev*
tags, but your container runtime should pull the one image corresponding for your architecture. If your runtime doesn't support manifest images, then you should switch to the newamd64
-suffixed tags when updating.Currently supported:
amd64
(as it was until now, nothing new here)arm64
(new)