-
Notifications
You must be signed in to change notification settings - Fork 789
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
基于源码构建,1.8jdk报错 #2133
Comments
Title: Built based on source code, 1.8jdk reports an error |
@13813586515 这种情况是无法通过
kubectl logs -fl name=rbd-gateway -n rbd-system apisix
kubectl get apisixupstream -n rbd-system buildpack-upstream kubectl get apisixroute -n rbd-system lang-proxy
kubectl get deploy rainbond-operator -n rbd-system -o yaml | grep image
kubectl edit deploy rainbond-operator -n rbd-system |
@13813586515 In this case, it is impossible to obtain online build package resources through
kubectl logs -fl name=rbd-gateway -n rbd-system apisix
kubectl get apisixupstream -n rbd-system buildpack-upstream kubectl get apisixroute -n rbd-system lang-proxy
kubectl get deploy rainbond-operator -n rbd-system -o yaml | grep image
kubectl edit deploy rainbond-operator -n rbd-system |
发现确实是升级到6.1.1之后 operator 还在6.1.0,但是现在dockerhub无法连接,没法拉取6.1.1的镜像 |
I found that after upgrading to 6.1.1, the operator is still in 6.1.0, but now dockerhub cannot connect and cannot pull the 6.1.1 image. |
@13813586515 使用国内镜像:registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond-operator:v6.1.1-release |
@13813586515 Use domestic mirror: registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond-operator:v6.1.1-release |
升级到国内镜像是没问题了,jar包打包也没有问题,推送到仓库的镜像也没有问题,但是到最后还是报错了,报错内容: |
There was no problem upgrading to the domestic image, there was no problem packaging the jar package, and there was no problem pushing the image to the warehouse. However, in the end, an error was still reported. The error content was: |
Describe the bug
基于源码构建多模块的包,选择openjdk1.8,报错
To Reproduce
Steps to reproduce the behavior:
1.拉取多模块代码
2.选择其中一个模块
3.点击构建
4.构建失败报错
Screenshots
The relevant information:
The text was updated successfully, but these errors were encountered: