ci.docker
ci.docker copied to clipboard
/liberty symlink is not consistent between Open Liberty and WebSphere Liberty images
/liberty is not consistent between Open Liberty and WebSphere Liberty.
RUN mkdir /logs \
...
&& ln -s /liberty /opt/ol/wlp
RUN mkdir /logs \
...
&& ln -s /opt/ibm /liberty \
Probably should be fixed for +19.0.0.2 so we don't break users.
+1 - related to this one https://github.com/OpenLiberty/ci.docker/issues/49