jboss-container-images / openjdk

Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK
Apache License 2.0
53 stars 58 forks source link

[OPENJDK-2824] assemble: binary: Don't set times on directories (UBI8) #484

Closed jmtd closed 2 months ago

jmtd commented 2 months ago

If the S2I build runs as a user other than 185 (such as s2i's default of 1001), attempting to set the timestamp of /deployments will fail, causing the build to fail.

https://issues.redhat.com/browse/OPENJDK-2824

See also https://issues.redhat.com/browse/OPENJDK-2408

Backport of #470

jmtd commented 2 months ago

Running tests locally...

jmtd commented 2 months ago

New test passes. Running the whole suite now

jmtd commented 2 months ago

whole suite passes