Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

docker image environment

Open
#29 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
docker, java

Research direction

Start by comparing the provided teaclave/teaclave-java-tee-sdk:v0.1.0-ubuntu18.04 image with ghcr.io/graalvm/native-image:ol8-java11-22, then run mvn -Pnative clean package for the helloworld project in both environments. Check which build components differ and whether MOCK_IN_JVM requires them; done means documenting the image build steps and the missing dependency or configuration that explains the error.

Written by the indexing model from the issue text.

Description

镜像teaclave/teaclave-java-tee-sdk:v0.1.0-ubuntu18.04是如何构建的?我使用了ghcr.io/graalvm/native-image:ol8-java11-22镜像,里边包含graalvm22-ce-java11和native-image,使用mvn -Pnative clean package命令编译helloworld项目时无法成功,我只想试验MOCK_IN_JVM模式,编译时还缺少什么其他必要组件吗?编译时报错内容如下,使用本项目提供的docker镜像编译相同代码的helloworld项目时没有这个错误:
How is the image teaclave/teaclave-java-tee-sdk:v0.1.0-ubuntu18.04 built? I used the ghcr.io/graalvm/native-image:ol8-java11-22 image, which contains graalvm22-ce-java11 and native-image, and when I use the mvn -Pnative clean package command to compile the helloworld project it does not I just want to test the MOCK_IN_JVM mode, is there any other necessary component missing when compiling? The compile time error is as follows. This error is not present when compiling a helloworld project with the same code using the docker image provided with this project:
image

Dominant language
Java
Stars
67
Forks
21
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/teaclave-java-tee-sdk

All issues in apache/teaclave-java-tee-sdk

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.