From 5eb6fbe1c2373195c08b979e52498f0389a1f43e Mon Sep 17 00:00:00 2001 From: Kunal Kushwaha Date: Fri, 1 Feb 2019 11:26:15 +0900 Subject: Reduce Dockerfile based build time for libpod. libpod code added at end of Dockerfile, avoids git clone of other packages in Dockerfile on subsequent builds. Signed-off-by: Kunal Kushwaha --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0f6a1fab..02f7293f5 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ BUILD_INFO ?= $(shell date +%s) LIBPOD := ${PROJECT}/libpod LDFLAGS_PODMAN ?= $(LDFLAGS) -X $(LIBPOD).gitCommit=$(GIT_COMMIT) -X $(LIBPOD).buildInfo=$(BUILD_INFO) ISODATE ?= $(shell date --iso-8601) +#Update to LIBSECCOMP_COMMIT should reflect in Dockerfile too. LIBSECCOMP_COMMIT := release-2.3 # If GOPATH not specified, use one in the local directory -- cgit v1.2.3-54-g00ecf