We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c4a10 commit 1cc511cCopy full SHA for 1cc511c
Makefile
@@ -1,5 +1,3 @@
1
-GO15VENDOREXPERIMENT=1
2
-export GO15VENDOREXPERIMENT
3
PREFIX ?= $(DESTDIR)/usr
4
BINDIR ?= $(DESTDIR)/usr/bin
5
README.md
@@ -1,6 +1,7 @@
# oci-image-tool [](https://travis-ci.org/opencontainers/image-tools)
`oci-image-tool` is a collection of tools for working with the [OCI image format specification](https://github.com/opencontainers/image-spec).
+To build from source code, image-tools requires Go 1.7.x or above.
6
## Install
7
0 commit comments