> On Jan 2, 2022, at 9:21 AM, Shawn McKinney <[email protected]> wrote: > > The changes include: > > Use: > a) FROM openjdk:11-jre-slim-buster > b) ENV APACHEDS_VERSION=2.0.0.AM25 > > Slim image: > before: 554MB > after: 251MB
Correction, now using 2.0.0.AM26 — the latest ApaceDS release. Also, the junit tests run about 10% faster. Presumably because the newer version of ApacheDS, the previously using M24. OMT - If you look at the container size on Dockerhub, it shows a size of 238.8 MB. But, when you view it on the host machine it’s: ``` # docker images apachedirectory/apacheds-for-apache-fortress-tests latest 4fe279d54d61 19 months ago 538MB ``` Why the diff? Guessing the dockerhub metric doesn’t include the openjdk, which is about 250MB. Thanks — Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
