WASdev / ci.docker

Build scripts for Docker images (Dockerfiles) and Docker related utilities for WebSphere Liberty.
Apache License 2.0
124 stars 122 forks source link

/liberty symlink is not consistent between Open Liberty and WebSphere Liberty images #222

Open navidsh opened 5 years ago

navidsh commented 5 years ago

/liberty is not consistent between Open Liberty and WebSphere Liberty.

Open Liberty:

RUN mkdir /logs \
    ...
    && ln -s /liberty /opt/ol/wlp

WebSphere Liberty:

RUN mkdir /logs \
    ...
    && ln -s /opt/ibm /liberty \

Probably should be fixed for +19.0.0.2 so we don't break users.

arthurdm commented 5 years ago

+1 - related to this one https://github.com/OpenLiberty/ci.docker/issues/49