open-horizon / examples

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

cpu_percent: aarch64/alpine docker container deprecated #556

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 cpu_percent service.

To Reproduce Steps to reproduce the behavior:

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

Expected behavior Successful build of the arm64 container.

Additional context Add any other context about the problem here.