I didn't see any way to know the byte order (endian) of the container image other than inspecting binaries in the image. Byte order info should be in the config file so that a system can determine compatibility with only the config, and not need to download the entire container image when testing.
Maybe this is a shortcoming of using GOARCH as the set of values for platform:arch.
I didn't see any way to know the byte order (endian) of the container image other than inspecting binaries in the image. Byte order info should be in the config file so that a system can determine compatibility with only the config, and not need to download the entire container image when testing.
Maybe this is a shortcoming of using GOARCH as the set of values for platform:arch.