diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-04 23:05:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-04 23:05:19 +0100 |
commit | 778f9867fdf0e5c777f6391f847b04758cab5d45 (patch) | |
tree | ba44e012f04d8054bf3a71e7ebcb1ddcef9a41d5 /Makefile | |
parent | 0138430e10c9e111b9ab544e31bcb2727eb1a528 (diff) | |
parent | 5eb6fbe1c2373195c08b979e52498f0389a1f43e (diff) | |
download | podman-778f9867fdf0e5c777f6391f847b04758cab5d45.tar.gz podman-778f9867fdf0e5c777f6391f847b04758cab5d45.tar.bz2 podman-778f9867fdf0e5c777f6391f847b04758cab5d45.zip |
Merge pull request #2253 from kunalkushwaha/quick-dockerfile-build
Reduce Dockerfile based build time for libpod.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |