WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
170 stars 190 forks source link

docker image for REL Linux 3.10.0-1062.el7.x86_64 #229

Open mpramod2899 opened 3 years ago

mpramod2899 commented 3 years ago

I don't see WebSphere traditional docker image REL Linux .x86_64 . how can i get it

gmarcy commented 3 years ago

you would need to build that yourself, we have been converging on a single base os image to reduce the resources needed now that we have started producing multi-platform images.

srbala commented 3 years ago

@mpramod2899 is there any reason you need el7 image? Current ubi8 is based on el8, fully supported by RedHat and IBM. It is free to use and customize for docker use.

If you still needed el7 image, you can use current docker builder in Docker multi stage approach and copy into el7 docker image.