-
Notifications
You must be signed in to change notification settings - Fork 62
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
Apache Cassandra Dockerfile is not able to be built #10
Comments
skriesch
changed the title
Apache Cassandra Dockerfile is not be able to be built
Apache Cassandra Dockerfile is not able to be built
Jun 19, 2020
This is an intermittent issue while running jna tests. I have updated the dockerfile to skip tests. Please try now and let me know, incase any issues. |
I can build the Dockerimage now. Thank you! Here are some hints from the build process, what has been deprecated. Deprecated API:
During the compilation:
During "removing packages" at the end:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to use the Dockerfile for Apache Cassandra to emulate Z systems.
The build process does not run until the end because of failed unit tests:
I have used my zVM with Ubuntu for s390x:
Docker-Version:
Command to build the Docker image inside of the directory of ApacheCassandra:
docker build --tag cassandra-s390 .
The build with the Cassandra Dockerfile should run for Z systems.
The text was updated successfully, but these errors were encountered: