mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
2dca3462f2
This commit fixes more instances where we missed renaming to OpenSearch. Signed-off-by: Rabi Panda <adnapibar@gmail.com>
10 lines
258 B
Docker
10 lines
258 B
Docker
FROM ubuntu:14.04
|
|
ADD . /fixture
|
|
RUN echo kerberos.build.opensearch.org > /etc/hostname && echo "127.0.0.1 kerberos.build.opensearch.org" >> /etc/hosts
|
|
RUN bash /fixture/src/main/resources/provision/installkdc.sh
|
|
|
|
EXPOSE 88
|
|
EXPOSE 88/udp
|
|
|
|
CMD sleep infinity
|