Chanseok Oh

Results 251 comments of Chanseok Oh

@rmannibucau no, Jib will just add the list of strings set by `extraClasspath` as-is, whether it contains a wildcard (`*`) or not. They are custom classpath, and it's not feasible...

Oh, now I understand. For AppCDS to work, it's enough for only some front portion of the entire classpath to be identical and it's fine to have a different classpath...

Thanks for the input. Perhaps it makes sense to reduce the scope of #894 and enable simple keyword substitution only for `` (after which `extraClasspath` can be deprecated). Just in...

@saturnism I've updated [your AppCDS demo](https://github.com/GoogleContainerTools/jib/issues/2471#issuecomment-683156449) using Jib 2.7.0 which has the option `` to expand the wildcard (`*`) in the classpath.

@saturnism @rmannibucau @koeberlue @holledauer @olivierboudet @bric3 @guillaumeblaquiere @bilak @bademux @ykayacan @bilak @biro456 @zecit @chlund Jib 3.1.1 is released and it creates two new JVM argument files inside an image, where...

@rmannibucau to be fair, in the AppCDS context, I was mainly talking about the ugliness of this hack: ``` # The Java CLASSPATH is the third element of the default...

Thanks for the feedback! We did envision a grand plan to be able to use a container runtime, which we thought would also help with GraalVM native-image. Doesn't seem like...

Ah, very interesting project. Thanks for the pointer.

Hi @hugolumsdon, We once implemented preserving the timestamps of the files Jib take to put in the image but due to some unclarity we decided to punt it until we...

And even when we preserve the timestamps of the source files, when different developers check out the same repo (`git clone`) on different machines, the timestamps of the source files...