1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/image
Dennis Chen 92b17b10ba Dockerbuilder: use the arch info from base image
Currently we hardcode the architecture to the `runtime.GOARCH` when
building a docker image, this will result in a confusing info if the
arch in the base image is different from the one on the host.

This PR takes use of the arch data from the base image during the build
process, thus we can get consistent arch info between the base image
and the finally built image.

Signed-off-by: Dennis Chen <dennis.chen@arm.com>
2018-04-09 10:40:21 +00:00
..
cache Add canonical import comment 2018-02-05 16:51:57 -05:00
spec image/spec: add historical information about v1 spec 2017-11-13 06:34:28 +00:00
tarexport Add canonical import comment 2018-02-05 16:51:57 -05:00
v1 Add canonical import comment 2018-02-05 16:51:57 -05:00
fs.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fs_test.go Automated migration using 2018-03-16 11:03:43 -04:00
image.go Dockerbuilder: use the arch info from base image 2018-04-09 10:40:21 +00:00
image_test.go Post migration assertion fixes 2018-03-16 11:03:46 -04:00
rootfs.go Add canonical import comment 2018-02-05 16:51:57 -05:00
store.go Add Len() to image store for info endpoint 2018-03-13 11:58:05 -04:00
store_test.go Post migration assertion fixes 2018-03-16 11:03:46 -04:00