bucrogers / Dockerfiles-for-windows

Dockerfiles for SQL Server, ASP.NET 4.6 / IIS App, Docker Swarm, PostgreSQL, Python REST service et al.
MIT License
137 stars 56 forks source link

sqlexpress installation #1

Closed versofate closed 8 years ago

versofate commented 8 years ago

On windows server 2016TP5 after running docker build -t sqlexpress .

1cf51c47c298: Extracting [==================================================>] 72.03 MB/72.03 MB 849b9bdf7071: Download complete failed to register layer: convert O:BAG:DUD:(A;OICI;0x1200a9;;;S-1-5-83-0)(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;FA;;;BA)(A;OICIIO;GA;;;CO)(A;OICI;0x1200a9;;;BU)(A;CI;LC;;;BU)(A;CI;DC;;;BU): The security ID structure is invalid.

PatrickLang commented 8 years ago

The first line of the Dockerfile pulls down an existing image:

# .NET 3.5 required for SQL Server
FROM docker.io/microsoft/dotnet35:windowsservercore

That image has a problem, and will be addressed soon. It's being tracked here: https://github.com/docker/docker/issues/22404

bucrogers commented 8 years ago

resolved as of may 4 when the msft image issue tracked by docker/docker#22404 was closed