Disable s3 and ipc executable entry points

pull/4/head
Stephen J Day 2014-12-05 14:34:22 -08:00
parent 8cb0e3398c
commit 2f78886aac
5 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View File

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View File

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View File

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View File

@ -15,7 +15,6 @@ import (
"github.com/docker/docker-registry/configuration"
_ "github.com/docker/docker-registry/storagedriver/filesystem"
_ "github.com/docker/docker-registry/storagedriver/inmemory"
_ "github.com/docker/docker-registry/storagedriver/s3"
)
func main() {