You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to create a base image from a local BE installation (similar to BW) to use that image and just add CDD and ear file to build the application image.
#362
Open
umueller-de opened this issue
Sep 4, 2024
· 3 comments
Context
Option to create a base image from a local BE installation similar to a BWCE container and scripts/dockerfiles to add ear and CDD file to build the application image from base image (without using "Source-to-Image (S2I) toolkit")
Add the scripts and the dockerfile required to add the CDD and ear file.
As per the discussion with @umueller-de, I understand that user doesn't prefer to use s2i.
I remember that we have added this feature based on s2i framework as per some customer request. Lets have discussion with Vikram on this.
@umueller-de Earlier we use to do a 2 step image creation in BE 5.5/5.6 times. But we got a feedback, from customers and field that there is no reason to do a 2 step process they would anyway be doing base+application. So then we changed that to do a one step single image i.e. base+app.
So is there a specific usecase they are targeting where base image gets used differently? At the end of the day they will still have to do base+app image.
Context
Option to create a base image from a local BE installation similar to a BWCE container and scripts/dockerfiles to add ear and CDD file to build the application image from base image (without using "Source-to-Image (S2I) toolkit")
Add the scripts and the dockerfile required to add the CDD and ear file.
e.g.,
Script:
Dockerfile: DockerfileUpdateFromExistingImage
The text was updated successfully, but these errors were encountered: