MagicGopher commented on issue #107: URL: https://github.com/apache/rocketmq-docker/issues/107#issuecomment-2225351294
> Can I see your Dockerfile-ubuntu file content? build-image.sh file only centos or alpine two options , it should add ubuntu Options right? <img alt="image" width="1561" src="https://private-user-images.githubusercontent.com/13324413/348215170-cd0c5043-9122-4951-b4cf-fc0c3a27894f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjA3ODI3MDEsIm5iZiI6MTcyMDc4MjQwMSwicGF0aCI6Ii8xMzMyNDQxMy8zNDgyMTUxNzAtY2QwYzUwNDMtOTEyMi00OTUxLWI0Y2YtZmMwYzNhMjc4OTRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA3MTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNzEyVDExMDY0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYyYTU1Y2FjYTE1MmJmN2QzNThlMmJjMTk3NjQ5YzVlYmNhMDc3MDlmNzM3M2E0MTU0M2VhYjNmYTM5N2UxNTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.AbgWouCUZwBuMj1t-fTgKCKojwrDl5x5ymcWQZz94yc" > > > > > I get the same problem > > > > > > I added a Dockerfile-ubuntu, replaced yum with apt-get, changed jdk to arm64v8/ubuntu:20.04, and successfully built the arm version of rocketmq > >  I did not modify the build-image.sh file. I directly modified the Dockerfile-centos file and replaced the yun source with apt-get, and changed the FROM image from: eclipse-temurin:8-jdk-centos7 AS builder to FROM arm64v8/ubuntu:20.04 AS builder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org