You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
How do i remove the jar?
The text was updated successfully, but these errors were encountered: