> On May 23, 2020, at 8:09 AM, Emmanuel Lécharny <[email protected]> wrote:
> 
> I'm currently running the tests against 2.0.5. There is a problem in the 
> Dockerfile, which tries to download ApacheDS 2.0.0-M24 from the wrong place :
> 
> # Install ApacheDS
> RUN \
>     wget 
> http://www.apache.org/dist//directory/apacheds/dist/${APACHEDS_VERSION}/apacheds-${APACHEDS_VERSION}-amd64.deb
>  -q -O /tmp/apacheds.deb && \
> 
> should be :
> 
> 
> # Install ApacheDS
> RUN \
>     wget 
> http://archive.apache.org/dist//directory/apacheds/dist/${APACHEDS_VERSION}/apacheds-${APACHEDS_VERSION}-amd64.deb
>  -q -O /tmp/apacheds.deb && \
> 
> 
> Every version but the last one are moved to archive.
> 
> Not a blocker, but something to fix in the next release.
> 

Good catch Emmanuel.  I’ll get it fixed.

Thanks,
—
Shawn
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to