Add default creation time to now for image

This commit is contained in:
Nick Hammond
2024-10-30 06:25:12 -07:00
parent 8354fbee06
commit 9ac3d57b29
2 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ class Kamal::Commands::Builder::Pack < Kamal::Commands::Builder::Base
pack(:build,
config.repository,
"--platform", platform,
"--creation-time", "now",
"--builder", pack_builder,
buildpacks,
"-t", config.absolute_image,