Azure-Samples / azure-iot-starter-kits

Samples for Azure IoT starter kits.
MIT License
30 stars 39 forks source link

windows 7: resin/rpi-raspbian deprecation warning (cant build image) #30

Closed 4or5trees closed 5 years ago

4or5trees commented 5 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Any log messages given by the failure

Sending build context to Docker daemon 14.34kB Step 1/11 : FROM resin/rpi-raspbian:stretch Executing 1 build trigger ---> Running in d8dbf30fcbba standard_init_linux.go:207: exec user process caused "exec format error" The command '/bin/sh -c cat /.resin/deprecation-warning' returned a non-zero code: 1

Expected/desired behavior

Successful build of temperature-sensor docker image

OS and Version?

Windows 7

Versions

Mention any other details that might be useful

edit: the image is successfully built (no deprecation warning stopping the build) when building on Windows 10 Pro 1809. It gets past the deprecation warning message (this stops the Docker build on Windows 7). After running the image as container on my raspberry pi, however, I run into this issue: https://github.com/Azure-Samples/azure-iot-starter-kits/issues/31

4or5trees commented 5 years ago

Closing this issue because it works properly on Windows 10 Pro 1809 with Docker CE.