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.
2 parents c6374f7 + 691adcd commit 8448ce4Copy full SHA for 8448ce4
common.mk
@@ -15,6 +15,7 @@ ARCHES:=amd64 aarch64 armhf armel s390x ppc64le
15
BUILDTIME=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 ns 2> /dev/null | sed -e 's/ /T/')
16
CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
17
DEFAULT_PRODUCT_LICENSE:=Community Engine
18
+PACKAGER_NAME?=
19
DOCKER_GITCOMMIT:=abcdefg
20
GO_VERSION:=1.17.8
21
PLATFORM=Docker Engine - Community
@@ -42,4 +43,5 @@ DOCKER_COMPOSE_REF ?= v2.3.4
42
43
44
export BUILDTIME
45
export DEFAULT_PRODUCT_LICENSE
46
+export PACKAGER_NAME
47
export PLATFORM
0 commit comments