File: Dockerfile

package info (click to toggle)
docker-registry 2.8.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,148 kB
  • sloc: sh: 331; makefile: 82
file content (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
FROM distribution/golem:0.1

MAINTAINER Docker Distribution Team <distribution@docker.com>

RUN apk add --no-cache git

ENV TMPDIR /var/lib/docker/tmp

WORKDIR /go/src/github.com/docker/distribution/contrib/docker-integration