adapt code for projectatomic github

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-03-08 09:32:20 +01:00
parent 82b121caf1
commit 8094910c9a
7 changed files with 12 additions and 12 deletions

View File

@@ -38,8 +38,8 @@ RUN set -x \
&& dnf -y update && dnf install -y m2crypto
ENV GOPATH /usr/share/gocode:/go
WORKDIR /go/src/github.com/runcom/skopeo
WORKDIR /go/src/github.com/projectatomic/skopeo
COPY . /go/src/github.com/runcom/skopeo
COPY . /go/src/github.com/projectatomic/skopeo
#ENTRYPOINT ["hack/dind"]