labs icon indicating copy to clipboard operation
labs copied to clipboard

Windows Container Registry lab: Builder container doesn't run

Open mk0sojo opened this issue 7 years ago • 3 comments

Which lab is it that you're having issues with? Docker Registry Windows Container lab (https://github.com/docker/labs/tree/master/windows/registry)

Description When running docker build -t registry-builder -f Dockerfile.builder . In part 1, I get the following error

Describe the results you received:

cd C:\gopath\src\github.com\docker\distribution; git submodule update --init --recursive

package github.com/docker/distribution/cmd/registry: exit status 66 cp : Cannot find path 'C:\gopath\bin\registry.exe' because it does not exist. At line:1 char:87

  • ... tion/cmd/registry ; cp "$env:GOPATH\bin\registry.exe" c:\out\ ; cp "$ ...
  •                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\gopath\bin\registry.exe:Stri ng) [Copy-Item], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyI temCommand

Describe the results you expected: No error message

Additional information you deem important (e.g. issue happens only occasionally):

Output of docker version:

Client:
 Version:           18.06.0-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        0ffa825
 Built:             Wed Jul 18 19:05:28 2018
 OS/Arch:           windows/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.0-ce
  API version:      1.38 (minimum version 1.24)
  Go version:       go1.10.3
  Git commit:       0ffa825
  Built:            Wed Jul 18 19:23:19 2018
  OS/Arch:          windows/amd64
  Experimental:     true

Output of docker info:

Containers: 11
 Running: 0
 Paused: 0
 Stopped: 11
Images: 23
Server Version: 18.06.0-ce
Storage Driver: windowsfilter
 Windows:
Logging Driver: json-file
Plugins:
 Volume: local
 Network: ics l2bridge l2tunnel nat null overlay transparent
 Log: awslogs etwlogs fluentd gelf json-file logentries splunk syslog
Swarm: inactive
Default Isolation: hyperv
Kernel Version: 10.0 14393 (14393.2248.amd64fre.rs1_release.180427-1804)
Operating System: Windows 10 Enterprise 2016 LTSB Version 1607 (OS Build 14393.2248)
OSType: windows
Architecture: x86_64
CPUs: 4
Total Memory: 31.89GiB
Name: WSD634
ID: IW5Y:HBMX:JBTN:PA62:223W:BFH4:5JTY:2YYD:4MU2:SLHE:UI4U:RF3Q
Docker Root Dir: C:\ProgramData\Docker
Debug Mode (client): false
Debug Mode (server): true
 File Descriptors: -1
 Goroutines: 30
 System Time: 2018-08-04T13:38:10.9600612+01:00
 EventsListeners: 2
HTTP Proxy: http://127.0.0.1:8888
HTTPS Proxy: http://127.0.0.1:8888
Registry: https://index.docker.io/v1/
Labels:
Experimental: true
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

mk0sojo avatar Aug 04 '18 12:08 mk0sojo

Same Problem!

IssacKramer avatar Aug 17 '18 15:08 IssacKramer

Issue still here ...

pchidamb avatar Nov 16 '18 21:11 pchidamb

Same problem

apandrade avatar Mar 13 '20 21:03 apandrade