GoogleContainerTools / GoogleContainerTools/jib
Support USE_CURRENT_TIMESTAMP for filesModificationTime
Open
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
Assessment
This issue has not been assessed yet.