Skip to content

Commit

Permalink
Merge pull request #163 from q384566678/image-spec-update
Browse files Browse the repository at this point in the history
update spec  to v1.0.0
  • Loading branch information
stevvooe authored Jul 20, 2017
2 parents dae3162 + 42f749b commit 4edc8af
Show file tree
Hide file tree
Showing 198 changed files with 98 additions and 126,080 deletions.
14 changes: 6 additions & 8 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import:
- package: github.com/opencontainers/go-digest
version: v1.0.0-rc0
- package: github.com/opencontainers/image-spec
version: v1.0.0-rc7
version: v1.0.0
subpackages:
- schema
- specs-go/v1
- package: github.com/opencontainers/runtime-spec
version: v1.0.0-rc5
version: v1.0.0
subpackages:
- specs-go
- package: github.com/pkg/errors
Expand Down
3 changes: 0 additions & 3 deletions image/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ func (c *config) runtimeSpec(rootfs string) (*specs.Spec, error) {
return nil, errors.New("config.User: unsupported format")
}

s.Platform.OS = c.OS
s.Platform.Arch = c.Architecture

s.Linux = &specs.Linux{}

for vol := range c.Config.Volumes {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

157 changes: 87 additions & 70 deletions vendor/github.com/opencontainers/runtime-spec/specs-go/config.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
29 changes: 0 additions & 29 deletions vendor/golang.org/x/sys/unix/asm_darwin_386.s

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/golang.org/x/sys/unix/asm_darwin_amd64.s

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/golang.org/x/sys/unix/asm_darwin_arm.s

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/golang.org/x/sys/unix/asm_darwin_arm64.s

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/golang.org/x/sys/unix/asm_freebsd_386.s

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/golang.org/x/sys/unix/asm_freebsd_arm.s

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/golang.org/x/sys/unix/asm_linux_386.s

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/golang.org/x/sys/unix/asm_linux_amd64.s

This file was deleted.

Loading

0 comments on commit 4edc8af

Please sign in to comment.