sonic-buildimage/dockers/docker-base-stretch
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 Updated imfile configuration for supervisord logs (#6368) 2021-01-06 18:47:36 -08:00
root Define a base Docker image and config-engine docker image based on Debian Stretch (#2076) 2019-01-30 23:05:52 -08: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 Define a base Docker image and config-engine docker image based on Debian Stretch (#2076) 2019-01-30 23:05:52 -08:00
no_install_recommend_suggest Define a base Docker image and config-engine docker image based on Debian Stretch (#2076) 2019-01-30 23:05:52 -08: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 Recover "Support SONiC Reproduceable Build-debian/pip/web packages (#6255) 2020-12-21 15:31:10 +08:00
sources.list.arm64 Recover "Support SONiC Reproduceable Build-debian/pip/web packages (#6255) 2020-12-21 15:31:10 +08:00
sources.list.armhf Recover "Support SONiC Reproduceable Build-debian/pip/web packages (#6255) 2020-12-21 15:31:10 +08:00