Intermittent Docker Image Corruption in DolphinScheduler 3.2.1 API #17129
Unanswered
SalomonQiu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered a very strange issue. I'm using3.2.1. After compiling the entire project with the build command: mvn -U clean package assembly:assembly -Dmaven.test.skip=true, when packaging the dolphinscheduler-api into a Docker image, there's about a 50% chance that the content packaged into the image becomes some unknown data. The dolphinscheduler-api can be deployed normally, but the page shows a white screen. However, if I copy the target directory under dolphinscheduler-api to a newly created directory and then build the image, the problem disappears. But if this newly created directory is reused, the same issue reoccurs. My Dockerfile content is as follows:
Beta Was this translation helpful? Give feedback.
All reactions