containers / BuildSourceImage

Tool to build a source image based on an existing OCI image
GNU General Public License v2.0
29 stars 14 forks source link

RFE: add a source driver for java war/jar #56

Open vbatts opened 4 years ago

vbatts commented 4 years ago

like we have for rpms

lcarva commented 3 years ago

@vrothberg, we're targeting middleware content, and should start the implementation soon. For now, we can use the existing support from the extra src driver. This, however, will squash all the different WAR/JAR files together into a single layer which is not ideal.

I'm wondering if doing #76 would be a good solution for the middleware case as well.

Thoughts?

vrothberg commented 3 years ago

I'm wondering if doing #76 would be a good solution for the middleware case as well.

@lcarva, I agree. That's a nice generalization for more types of data.

vrothberg commented 3 years ago

@lcarva, if you want/need us to implement, please reach out so we can prioritize accordingly.