AliyunContainerService / kube-eventer

kube-eventer emit kubernetes events to sinks
Apache License 2.0
1.01k stars 278 forks source link

GO的docker基础镜像版本低,不支持time.DateTime变量 #287

Open Gigandet opened 9 months ago

Gigandet commented 9 months ago

kube-eventer编译失败 kube-eventer变量名不支持 Dockerfile中使用的基础镜像是1.19.3,不支持time.DateTime

yusheng-guo commented 1 week ago

Hi @Gigandet, I thoroughly examined your issue and can confirm that you are correct; there is indeed a problem.

However, you can resolve this by using the Dockerfile.multi to build the Docker image, which should work smoothly.

If you have any further questions, please feel free to ask.