orientechnologies / orientdb-docker

OrientDB running in a docker container
MIT License
63 stars 63 forks source link

Updated to use Alpine JRE image #15

Closed RAndrews137 closed 4 years ago

RAndrews137 commented 8 years ago

Since runtime of OrientDB does not require full JDK, the base image can be changed to use the JRE version of Alpine.

robfrank commented 8 years ago

These Dokerfiles are used to generate official images by the Docker team. I'm a bit scared to change this now, and I don't have enough time now to re-test all.

RAndrews137 commented 8 years ago

Certainly doesn't need to be changed right away. One of our development teams would like to use containers for C.I. tests and just wants to slim down the image size a bit. The suggested switch to alpine-jre isn't required right away. We can discuss it more later :)

robfrank commented 8 years ago

Do your team is using a modified image based on alpine-jre right now? Is it working fine?

RAndrews137 commented 8 years ago

We built the image using Alpine JRE version and it works fine. We haven't done regression-level testing yet though. I can probably fit in more testing next week.

luigidellaquila commented 4 years ago

Not relevant anymore, closing. (Alpine is not supported by DockerHub)