Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
navidsh opened this issue Feb 14, 2019 · 1 comment

Comments

@navidsh
Copy link
Contributor

navidsh commented Feb 14, 2019

/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
Copy link
Contributor

+1 - related to this one OpenLiberty/ci.docker#49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants