File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ RUN set -x \
38
38
&& dnf -y update && dnf install -y m2crypto
39
39
40
40
ENV GOPATH /usr/share/gocode:/go
41
- WORKDIR /go/src/github.com/runcom /skopeo
41
+ WORKDIR /go/src/github.com/projectatomic /skopeo
42
42
43
- COPY . /go/src/github.com/runcom /skopeo
43
+ COPY . /go/src/github.com/projectatomic /skopeo
44
44
45
45
# ENTRYPOINT ["hack/dind"]
Original file line number Diff line number Diff line change 1
- skopeo [ ![ Build Status] ( https://travis-ci.org/runcom /skopeo.svg?branch=master )] ( https://travis-ci.org/runcom /skopeo )
1
+ skopeo [ ![ Build Status] ( https://travis-ci.org/projectatomic /skopeo.svg?branch=master )] ( https://travis-ci.org/projectatomic /skopeo )
2
2
=
3
3
4
4
_ Please be aware ` skopeo ` is still work in progress_
@@ -80,9 +80,9 @@ Building
80
80
To build ` skopeo ` you need at least Go 1.5 because it uses the latest ` GO15VENDOREXPERIMENT ` flag. Also, make sure to clone the repository in your ` GOPATH ` - otherwise compilation fails.
81
81
``` sh
82
82
$ cd $GOPATH /src
83
- $ mkdir -p github.com/runcom
84
- $ cd runcom
85
- $ git clone https://github.com/runcom /skopeo
83
+ $ mkdir -p github.com/projectatomic
84
+ $ cd projectatomic
85
+ $ git clone https://github.com/projectatomic /skopeo
86
86
$ cd skopeo && make binary
87
87
```
88
88
Man:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"github.com/docker/docker/registry"
26
26
engineTypes "github.com/docker/engine-api/types"
27
27
registryTypes "github.com/docker/engine-api/types/registry"
28
- "github.com/runcom /skopeo/types"
28
+ "github.com/projectatomic /skopeo/types"
29
29
"golang.org/x/net/context"
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
"github.com/docker/docker/reference"
17
17
"github.com/docker/docker/registry"
18
18
engineTypes "github.com/docker/engine-api/types"
19
- "github.com/runcom /skopeo/types"
19
+ "github.com/projectatomic /skopeo/types"
20
20
"golang.org/x/net/context"
21
21
)
22
22
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"github.com/docker/docker/reference"
21
21
"github.com/docker/docker/registry"
22
22
engineTypes "github.com/docker/engine-api/types"
23
- "github.com/runcom /skopeo/types"
23
+ "github.com/projectatomic /skopeo/types"
24
24
"golang.org/x/net/context"
25
25
)
26
26
Original file line number Diff line number Diff line change 19
19
20
20
set -o pipefail
21
21
22
- export SKOPEO_PKG=' github.com/runcom /skopeo'
22
+ export SKOPEO_PKG=' github.com/projectatomic /skopeo'
23
23
export SCRIPTDIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
24
24
export MAKEDIR=" $SCRIPTDIR /make"
25
25
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
7
7
"github.com/codegangsta/cli"
8
- "github.com/runcom /skopeo/docker"
9
- "github.com/runcom /skopeo/types"
8
+ "github.com/projectatomic /skopeo/docker"
9
+ "github.com/projectatomic /skopeo/types"
10
10
)
11
11
12
12
type imgKind int
You can’t perform that action at this time.
0 commit comments