jaegertracing / jaeger-openshift

Support for deploying Jaeger into OpenShift
https://jaegertracing.io/
Apache License 2.0
57 stars 37 forks source link

Compile docker images myself #106

Closed veterr closed 5 years ago

veterr commented 5 years ago

Hi, I was able to start the solution, but now I have to compile docker images from scratch myself, because otherwise the security in my organization will not allow us to use them :( How can I find the Dockerfile-s that following images - jaegertracing/jaeger-collector:1.8 jaegertracing/jaeger-query:1.8 jaegertracing/jaeger-agent:1.8 quay.io/pires/docker-elasticsearch-kubernetes:5.6.2 where compiled from?

objectiser commented 5 years ago

The docker images are built as part of the build/release process from this repo: https://github.com/jaegertracing/jaeger - the docker files are contained within the individual component folder, e.g. agent is https://github.com/jaegertracing/jaeger/blob/master/cmd/agent/Dockerfile

The other Dockerfile can be found here: https://github.com/pires/docker-elasticsearch-kubernetes