anuragagarwal561994 commented on issue #11820: URL: https://github.com/apache/druid/issues/11820#issuecomment-1100268238
Nothing special as such, to summarise the changes I guess only 2 things are mainly required: - change the amd64/busybox to just busybox it will pick arm or amd as per the availabile arch - change the base image from distroless, distroless java 8 is on amd only. So I used adoptopenjdk But in my repo I did a little bit more changes, I shifted the mvn build step from image to ci to make it utilise the maven build cache next time. And I did some related changes. Although the image that I pushed is not currently working I tested after I posted the comment, I repeated the same steps on my local and it was working fine. I will be able to figure out the issue and correct over the next 2 days. The UI is not loading and giving 404 instead to me it seems like the console didn't compile properly in the ci environment and nothing was reported is my initial guess, will drill down. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
