BruceAn1978 opened a new issue, #9176:
URL: https://github.com/apache/skywalking/issues/9176

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   UI (apache/skywalking-booster-ui)
   
   ### What happened
   
   Use below Dockerfile to build a new image and publish to k8s
   ```
   FROM apache/skywalking-ui:9.0.0
   
   ENV SW_OAP_ADDRESS=http://oap.bruce.io:12800
   
   EXPOSE 8080
   ENTRYPOINT ["/skywalking/docker-entrypoint.sh"]
   ```
   
   The flowing errors were displayed in the log and the pod restarted times by 
times
   _libcontainer: container start initialization failed: 
standard_init_linux.go:224: exec user process caused "exec format error_
   
   ### What you expected to happen
   
   New docker container should start normally and can be accessed from the 
browser.
   
   ### How to reproduce
   
   Run the Dockerfile.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
notifications-unsubscr...@skywalking.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to