Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana ltsc2019 Dockerfile typo #16

Open
spex66 opened this issue Feb 24, 2020 · 0 comments
Open

Kibana ltsc2019 Dockerfile typo #16

spex66 opened this issue Feb 24, 2020 · 0 comments

Comments

@spex66
Copy link

spex66 commented Feb 24, 2020

thx so much for your @sixeyed Dockerfiles!

I was able now to setup Kibana on Windows Server 2019 Datacenter running Docker 19.03.5!

feedback one:

COPY --from=downloader C:\kibana\ .

referencing the ltsc2019 AS installer in line 30 there is a typo, it needs to be:

# COPY --from=downloader C:\kibana\ .
COPY --from=installer C:\kibana\ .

feedback two (for others to follow):

using another kibana version, which matches your elasticsearch (6.4.3 in my case), you need to check the download links, and check if they match the Dockerfile created links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant