sonic-buildimage/dockers/docker-base
xumia a4405f09ed
Support to build armhf/arm64 platforms on arm based system (#7731)
Why I did it
Support to build armhf/arm64 platforms on arm based system without qemu simulator.
When building the armhf/arm64 on arm based system, it is not necessary to use qemu simulator.

How I did it
Build armhf on armhf system, or build arm64 on arm64 system, by default, qemu simulator will not be used.
When building armhf on arm64, and you have enabled armhf docker, then it will build images without simulator automatically. It is based how the docker service is run.

Docker base image change:
For amd64, change from debian:to amd64/debian:
For arm64, change from multiarch/debian-debootstrap:arm64- to arm64v8/debian:
For armhf, change from multiarch/debian-debootstrap:armhf- to arm32v7/debian:
See https://github.com/docker-library/official-images#architectures-other-than-amd64
The mapping relations:
arm32v6 --- armel
arm32v7 --- armhf
arm64v8 --- arm64

Docker image armhf deprecated info: https://hub.docker.com/r/armhf/debian, using arm32v7 instead.
2021-08-12 22:24:37 +08:00
..
etc [rsyslog]: Explicitly set the notify mode for rsyslog imfile module (#6351) 2021-01-06 00:00:18 -08:00
root [docker-base]: Add less, strace, and configuration for vim (#591) 2017-05-11 18:46:11 -07:00
Dockerfile.j2 Support to build armhf/arm64 platforms on arm based system (#7731) 2021-08-12 22:24:37 +08:00
dpkg_01_drop Change the dpkg default behavior in slave, and docker-base, in order to prevent prompt (#3879) 2019-12-12 18:46:35 -08:00
LICENSE Remove extra trailing newlines at EOF (#804) 2017-07-12 20:54:37 -07:00
no_install_recommend_suggest [dockers] Prevent apt-get from installing suggested and recommended packages by default (#1666) 2018-05-02 11:46:21 -07:00
no-check-valid-until [apt] Instruct apt-get to NOT check the "Valid Until" date in Release files (#3973) 2020-01-07 15:52:49 -08:00
sources.list [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
sources.list.arm64 [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
sources.list.armhf [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00