- Notifications
You must be signed in to change notification settings - Fork 44
Change basic image to openjdk:11-slim
#216
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
Conversation
openjdk:11-slim
openjdk:11-slim
Codecov Report
@@ Coverage Diff @@ ## master #216 +/- ## ========================================= Coverage 85.84% 85.84% Complexity 3233 3233 ========================================= Files 344 344 Lines 12079 12079 Branches 1087 1087 ========================================= Hits 10369 10369 Misses 1185 1185 Partials 525 525 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
# limitations under the License. | ||
# | ||
FROM openjdk:11-jre | ||
FROM openjdk:11-slim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could ensure the diff between slim
and default (and comment in this PR for others to refer)
Error: Failures: Error: MiniKubeTest.testJobCancelled:258 Argument(s) are different! Wanted: jobObserver.onJobStateChanged( org.apache.hugegraph.computer.driver.DefaultJobState@525c5af0 ); -> at org.apache.hugegraph.computer.k8s.MiniKubeTest.testJobCancelled(MiniKubeTest.java:258) Actual invocations have different arguments: jobObserver.onJobStateChanged( org.apache.hugegraph.computer.driver.DefaultJobState@27687ac0 ); -> at org.apache.hugegraph.computer.k8s.driver.KubernetesDriver.waitJobAsync(KubernetesDriver.java:299) jobObserver.onJobStateChanged( org.apache.hugegraph.computer.driver.DefaultJobState@27687ac0 ); -> at org.apache.hugegraph.computer.k8s.driver.KubernetesDriver$1.eventReceived(KubernetesDriver.java:345) jobObserver.onJobStateChanged( org.apache.hugegraph.computer.driver.DefaultJobState@27687ac0 ); -> at org.apache.hugegraph.computer.k8s.driver.KubernetesDriver$1.eventReceived(KubernetesDriver.java:345) |
ci error: 2022-12-06 07:11:45 (3.54 MB/s) - ‘ml-latest-small.zip’ saved [978202/978202] unzip -d ${DATASET_DIR} ml-latest-small.zip Archive: ml-latest-small.zip creating: computer-dist/src/assembly/travis/../dataset/ml-latest-small/ inflating: computer-dist/src/assembly/travis/../dataset/ml-latest-small/links.csv inflating: computer-dist/src/assembly/travis/../dataset/ml-latest-small/tags.csv inflating: computer-dist/src/assembly/travis/../dataset/ml-latest-small/ratings.csv inflating: computer-dist/src/assembly/travis/../dataset/ml-latest-small/README.txt inflating: computer-dist/src/assembly/travis/../dataset/ml-latest-small/movies.csv hugegraph-toolchain/hugegraph-loader/apache-hugegraph-loader-*/bin/hugegraph-loader.sh \ -g hugegraph -f ${DATASET_DIR}/struct.json -s ${DATASET_DIR}/schema.groovy || exit 1 computer-dist/src/assembly/travis/load-data-into-hugegraph.sh: line 39: hugegraph-toolchain/hugegraph-loader/apache-hugegraph-loader-incubating-1.0.0/bin/hugegraph-loader.sh: Permission denied Error: Process completed with exit code 1. |
FROM openjdk:11-slim | ||
LABEL maintainer="HugeGraph Docker Maintainers <dev@hugegraph.apache.org>" | ||
WORKDIR /opt/app | ||
WORKDIR /hugegraph/operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
current user is? is the access permission enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
root?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename to /opt/hugegraph-operator
?
shell script permission denied, @coderzc see |
No description provided.