-
Notifications
You must be signed in to change notification settings - Fork 0
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
Docker build for system service fails on features.sh #92
Comments
Temporary solution seems to be to edit system/Dockerfile to use the docker base
to
|
hi @decimelli Thank you to report this issue. It is because the full image does not need to call features.sh to install Liberty features, that why it does not provide features.sh. If you include it in the Dockerfile, it will have the error as you reported. Yes, the system service in this guide should either remove the features.sh or change to use kernel image. We will fix it. |
the issue relates to OpenLiberty/ci.docker#469 |
close
|
Issue encountered when running in the
start
folder.To reproduce:
sudo docker build -t system:1.0-java11-SNAPSHOT --build-arg JAVA_VERSION=java11 system/.
failure also present on
sudo docker build -t system:1.0-java17-SNAPSHOT --build-arg JAVA_VERSION=java17 system/.
This is not seen when building the graphql container with
docker build -t graphql:1.0-SNAPSHOT graphql/.
Error
The text was updated successfully, but these errors were encountered: