GoogleContainerTools / GoogleContainerTools/jib

Support USE_CURRENT_TIMESTAMP for filesModificationTime

Open
#3,864 3 comments 2 reactions 0 assignees View on GitHub
enhancement priority:p3
Dominant language
Java
Stars
14.5k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

When using jib to build a static web server the creation time can be set to the build (generation of the static website) time but not the update time. With some server (tomcat default servlet) it is an issue since ETag headers will not be properly computed.

Workaround: force current time with maven timestamp but it has the big pitfall to force the usage of the property for that one with this particular format which is not always intended.

Request: align creation and update time interpolation to the same placeholders.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.