Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool/lint
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
--disable=gas \
--cyclo-over=35 \
--tests \
--deadline=10s "${d}"
--deadline=20s "${d}"
done
12 changes: 7 additions & 5 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
@@ -1,12 +1,12 @@
package: github.com/opencontainers/image-tools
import:
- package: github.com/opencontainers/image-spec
version: v1.0.0-rc3
version: v1.0.0-rc4
subpackages:
- schema
- specs-go/v1
- package: github.com/opencontainers/runtime-spec
version: v1.0.0-rc2
version: v1.0.0-rc3
subpackages:
- specs-go
- package: github.com/pkg/errors
Expand Down
3 changes: 1 addition & 2 deletions image/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,10 @@ var (
"layers": [
{
"digest": "<layer_digest>",
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"mediaType": "application/vnd.oci.image.layer.v1.tar",
"size": <layer_size>
}
],
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"schemaVersion": 2
}
`
Expand Down
191 changes: 191 additions & 0 deletions vendor/github.com/opencontainers/go-digest/LICENSE.code

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

Loading