dockerfiles-windows
dockerfiles-windows copied to clipboard
Dockerfiles for Windows containers
I've been trying to update the elasticsearch docker file to use es-5.5.1 Unfortunately some change to log4j is tripping over the windows codepage (see below). log4j 2.8.1 should have a...
Hello. My name is David DECK. I work for Charles André Group as a technical architect (and occasionally as a Java software architect). I am in charge of our CI...
netfx-4.5.2 Dockerfile raise this error: > Install-Package : No match was found for the specified search criteria and > package name 'microsoft-build-tools'. Try Get-PackageSource to see all > available registered...
Hello guys, Please help me, I have built an image windows server core with a windows service inside. I have set (-StartupType Automatic) to that service, but when the container...
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: https://github.com/sixeyed/dockerfiles-windows/blob/83ff302133e79a43c0efbed1c3d8669a3340e987/kibana/windowsservercore/ltsc2019/Dockerfile#L30 referencing the `ltsc2019 AS...
The command docker container run -p 9200:9200 -p 9300:9300 --name elasticsearch sixeyed/elasticsearch:latest fails with error '\".\bin\elasticsearch.bat\"' is not recognized as an internal or external command, operable program or batch file....
The image couldn't build because the alias was wrong.
It seems to [work well](https://ci.appveyor.com/project/idubnori/dockerfiles-windows#L164) if not use `VOLUME` in the `Dockerfile` and network drive setting. Something file permission control changed in ES side from version 6.x? This PR is...
Hi @sixeyed I am trying your https://github.com/sixeyed/dockerfiles-windows/blob/master/erlang/nanoserver/sac2016/Dockerfile and after successul build the docker image, in container notice that ``` PS C:\erlang\erts-10.1\bin> .\erl.exe Unable to load emulator DLL (C:\erlang\erts-10.1\bin\beam.smp.dll) ``` therefore...
Hi Elton, Github terminated yesterday the support for TLS 1.1 ( https://github.com/blog/2507-weak-cryptographic-standards-removed ) All dockerfiles that do a Invoke-Webrequest from Github will fail on windows 2016. I added the following...