My following question is only because I don’t see any CI/CD build-pipeline on the Git-Hub repository, so am assuming those aren’t available to non-dev members (which I’m not opposed to becoming.)
From: Kendell Welch <[email protected]> Sent: Saturday, September 26, 2020 7:50 PM To: [email protected] Subject: RE: Default Docker Containers on RaspPi/ARM? Heh. It won’t let me run an x86 image on ARM…hence the question. 😊 Thanks for the quick answer! Will see about building images myself, but any guidance about a quick path would be appreciated. From: Mike Jumper <[email protected] <mailto:[email protected]> > Sent: Saturday, September 26, 2020 7:40 PM To: [email protected] <mailto:[email protected]> Subject: Re: Default Docker Containers on RaspPi/ARM? Yes, that's correct, the Docker images are x86 builds. There are no ARM builds of the images (though I'm sure you could build them). I'm surprised the Docker service will even let you run an x86 image on ARM. I'd think there would be sanity checks to prevent exactly that sort of mismatch. - Mike On Sat, Sep 26, 2020, 16:28 Kendell Welch <[email protected] <mailto:[email protected]> > wrote: Hi all, Was fooling around and tried to run the official Docker images on RaspPi. Got this error when trying to run the guacd image: standard_init_linux.go:211: exec user process caused "exec format error" Is it fair to assume that the official Docker images don’t support ARM? Cool if they don’t…just want to know before I chase a snipe. Thanks
