17f7f60d77
Use registry example from golem repository. Use the golem test runner for the docker integration environment Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
7 lines
194 B
Docker
7 lines
194 B
Docker
FROM distribution/golem:0.1
|
|
|
|
MAINTAINER Docker Distribution Team <distribution@docker.com>
|
|
|
|
RUN apk add --no-cache git
|
|
|
|
WORKDIR /go/src/github.com/docker/distribution/contrib/docker-integration
|