I'm new to docker and am currently working on dockerizing a simple ELK Stack application at work. I've seen several tutorials on how to do this, however my biggest issue is that I can't use just any existing docker image, as this is corporate code. So, from my understanding, I'll need dockerize/create 3 separate images of ELK from artifacts that we have currently available internally. My current approach so far has been to get the rpms (using RHEL7), create a dockerfile to install/expose them ect.
Reason for my approach: I am working behind a corporate firewall and proxy and don't know if downloading an official docker image is possible nor if it is compliant
So far unsuccessful, but does anyone have experience doing this?
Thanks in advance!