open-horizon / examples

Code examples you can use with Horizon.
Apache License 2.0
40 stars 65 forks source link

gps: aarch64/alpine docker container has been deprecated #558

Closed t-fine closed 1 year ago

t-fine commented 2 years ago

Describe the bug aarch64/alpine docker container has been deprecated and is causing errors when the GitHub action tried to build the gps service. There is also the issue of finding a gpsd package that can be installed by the base image.

To Reproduce Steps to reproduce the behavior:

git clone https://github.com/open-horizon/examples.git
cd examples/edge/services/gps
export ARCH=arm64
make build

Expected behavior Successful build of the arm64 container with a gpsd package installed in the Dockerfile

Additional context Add any other context about the problem here.

mpeiffer commented 1 year ago

Can I be assigned to this?

johnwalicki commented 1 year ago

@mpeiffer Thanks for investigating. Remember to follow the contribution guidelines.