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 869920b + 6c7d226 commit 1dea2edCopy full SHA for 1dea2ed
image/Makefile
@@ -12,6 +12,7 @@ ENGINE_IMAGE?=engine-community
12
CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
13
DEFAULT_PRODUCT_LICENSE?=Community Engine
14
PLATFORM?=Docker Engine - Community
15
+BUILDTIME?=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 ns 2> /dev/null | sed -e 's/ /T/')
16
IMAGE_WITH_TAG=$(DOCKER_HUB_ORG)/$(ENGINE_IMAGE):$(STATIC_VERSION)
17
ifdef BASE_IMAGE
18
# TODO: Clean this up to only set ENGINE_GO_IMAGE
0 commit comments