You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Gitlab container registry displays the creation time on the GUI, so I am always shown that all container creation times are 1980.
I'd like to use buildpack's --creation-time option to work around this problem, but it isn't implemented in kpack yet.
Do you have a plan to implement --creation-time option?
- This environment variable is the timestamp for created time in app image config.
- Support both unix timestamp and "now" as a creation time.
Fixes#1009
Signed-off-by: Yael Harel <yharel@vmware.com>
Hi,
Gitlab container registry displays the creation time on the GUI, so I am always shown that all container creation times are 1980.
I'd like to use buildpack's
--creation-time
option to work around this problem, but it isn't implemented in kpack yet.Do you have a plan to implement
--creation-time
option?Related ticket:
buildpacks/pack#931
buildpacks/pack#1281
The text was updated successfully, but these errors were encountered: