eXist-db / docker-existdb

Docker image builder for eXist-db
GNU Affero General Public License v3.0
11 stars 6 forks source link

Problem with ws-commons-util-1.0.2.01.jar #67

Open gabylan12 opened 5 years ago

gabylan12 commented 5 years ago

Hello, there is an error with the namespaces, the jar ws-commons-util-1.0.2.01.jar corrects this error. But this is a Distroless, in Dockerfile something like this does not work

FROM existdb/existdb:4.5.0
RUN rm $EXIST_HOME/lib/ws-commons-util-1.0.2.01.jar
COPY ws-commons-util-1.0.2.01.jar $EXIST_HOME/lib

How do i remove the jar?

duncdrum commented 5 years ago

why not simply upgrade to a later version of exist? 4.6.0 is out already, 4.7.0 will be very soon.

If thats not an option you will need to adopt a RUN syntax that matches the ENTRY command of the image you are trying to modify. See the docker docs for more details

adamretter commented 5 years ago

What exactly is the problem with the Jar?