Scott Frederick

Results 120 comments of Scott Frederick

@quaff @plebcity This issue is still open, and marked as an enhancement for a future release. It just hasn't been a high priority compared to other things we've been working...

We've added the ability to set the image `Created` metadata field to a date and time of the user's choosing, or to the current date and time. To preserve backward...

> this plugin does not seem to allow exposing any custom LABELs on the resulting image, which is puzzling. Doing so, generically, would at least allow the user to set...

With the addition of the `bindHostToBuilder` option in https://github.com/spring-projects/spring-boot/commit/7ad538cd84ae47240cfdd0f7179137e47c44249c, we haven't seen a need to explicitly configure a different Docker host for the builder. I'll close this issue, and we...

From issue #20927, which drove that change, I observed that files written to the archive by the Gradle plugin could have either the fixed timestamp of `Feb 01 00:00:00` or...

On further review, the timestamps for the loader files are unrelated to the timestamps for the layertools jar and index files. It just happens that they end up with the...

The Boot Maven plugin does not use its own constant for timestamps, but uses the value of [`project.build.outputTimestamp`](https://maven.apache.org/guides/mini/guide-reproducible-builds.html). We should consider whether we want this date to be TZ-independent also.

These are some questions for us to consider: 1. The Gradle plugin applies a fixed timestamp to `classpath.idx` and `layers.idx` when they are added to the archive. The Maven plugin...

After further discussion, we've decided to: * Use a current timestamp for `classpath.idx` and `layers.idx` file when they are added to the archive, instead of applying a fixed timestamp as...