As of the release of 7.4.1708, the official centos docker containers are now available via multiarch support from the docker hub. For those of you who have been using the centos/aarch64 namespaced base container, you can now use 'FROM centos' as the proper method.
I'll keep the centos/aarch64 container around for a little while longer to give people time to migrate.
TL;DR: 'docker pull centos' now does the right thing, and provides the image appropriate for your architecture.
On Thu, Sep 14, 2017 at 3:49 PM, Jim Perrin jperrin@centos.org wrote:
As of the release of 7.4.1708, the official centos docker containers are now available via multiarch support from the docker hub. For those of you who have been using the centos/aarch64 namespaced base container, you can now use 'FROM centos' as the proper method.
I'll keep the centos/aarch64 container around for a little while longer to give people time to migrate.
TL;DR: 'docker pull centos' now does the right thing, and provides the image appropriate for your architecture.
It would be helpful for the purpose of cross-building docker containers using qemu-user-static if there was a public tag that can be used to reference the arch specific image directly as well, maybe 'centos:<arch>7'
-- Jason DeTiberus
Throw a pull-request at https://github.com/jperrin/official-images/blob/master/library/centos
to show me how you'd like to see this?
On 09/14/2017 01:20 PM, Jason DeTiberus wrote:
On Thu, Sep 14, 2017 at 3:49 PM, Jim Perrin <jperrin@centos.org mailto:jperrin@centos.org> wrote:
As of the release of 7.4.1708, the official centos docker containers are now available via multiarch support from the docker hub. For those of you who have been using the centos/aarch64 namespaced base container, you can now use 'FROM centos' as the proper method. I'll keep the centos/aarch64 container around for a little while longer to give people time to migrate. TL;DR: 'docker pull centos' now does the right thing, and provides the image appropriate for your architecture.
It would be helpful for the purpose of cross-building docker containers using qemu-user-static if there was a public tag that can be used to reference the arch specific image directly as well, maybe 'centos:<arch>7'
-- Jason DeTiberus
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Am 14.09.17 um 22:20 schrieb Jason DeTiberus:
It would be helpful for the purpose of cross-building docker containers using qemu-user-static if there was a public tag that can be used to reference the arch specific image directly as well, maybe 'centos:<arch>7'
Even without qemu, there are use cases where you prefer the armhf variant on aarch64, e.g. Chrome, JDK, ...
Cheers Uli