cp-docker-images icon indicating copy to clipboard operation
cp-docker-images copied to clipboard

Forked project for Raspberry Pi (arm64) support

Open hugomf opened this issue 3 years ago • 2 comments

I was able to create docker images based on this repository for Raspberry Pi (arm64): base, zookeeper, kafka server and schema registry using docker-compose.

I know this repo is deprecated but when I tried to update the new Repos I found that all the Docker images that are RHEL based and Raspberry pi is not well supported

This is the forked project (v5.3.3) for arm64 support:
https://github.com/hugomf/cp-docker-images

Dockerhub images:

  • hugomf/cp-base-arm64
  • hugomf/cp-zookeeper-arm64
  • hugomf/cp-server-arm64
  • hugomf/cp-schema-registry-arm64

I still would like to work in the newer docker images repositories is it possible I can find someone in this team who can give me some guidance?

hugomf avatar Oct 07 '21 22:10 hugomf

The newer images have been separated into individual repositories

OneCricketeer avatar Oct 19 '21 09:10 OneCricketeer

the problem I found it was more difficult to modify the newer images because they are all red-hat based images and in order to make it work in raspberry pi I had to use ubuntu

hugomf avatar Oct 21 '21 04:10 hugomf