因此,我们正在尝试使用quay.io docker镜像并将其连接到我们的mySQL数据库来设置keycloak。在启动时,我们看到以下错误:The server time zone value 'CDT' is unrecognized or represents more than one time zone.
You must configure either the server or JDBC driver (via the 'serverTimezone' configurati
This is a stub 这是我的构建脚本 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o main main.go 我不能在mac电脑上使用CGO_ENABLEDFROM golang:1.13-alpine
ENV TIME_ZONE=Asia/Singapore
RUN ln -snf /usr/share/zoneinfo或者如何构建CGO_ENABLED=1 GOOS=linux</