I’ve seen how to build the Scala Snowplow collector image based on debian and alpine, but i haven’t come across any for AmazonLinux AMI.
are there any examples for how to accomplish this?
thanks!
I’ve seen how to build the Scala Snowplow collector image based on debian and alpine, but i haven’t come across any for AmazonLinux AMI.
are there any examples for how to accomplish this?
thanks!
You should be able to switch out the base image for the Amazon Linux 2 image but you might need to perform some additional checks (on JDK versions etc) to make sure everything runs as expected.
yep, i was able to get it to work. had to install openjava sdk but basically everything else was totally simple and straightforward. thank you!