Skip to content

feat: support custom buildpack creation time

I've added AUTO_DEVOPS_BUILD_IMAGE_CNB_CREATION_TIME which allows specifying custom creation time of image from buildpack. It can be either now or any number representing unix time.

Gotcha: as per script, final image uses defined creation time only when AUTO_DEVOPS_BUILD_IMAGE_CNB_PORT is set to false, cause otherwise image built using pack is intermediate image used as source image for final one built using Dockerfile with time always pointing to now (obviously).

Closes #57 (closed)

Edited by Mateusz Filipowicz

Merge request reports