-
Notifications
You must be signed in to change notification settings - Fork 9
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
如何手动构建arm64版本的zentao-docker镜像 #5
Comments
执行 |
开源版可以构建arm k8s版本的吗?还是只能使用旗舰版本?
对Dockerfile.arm64 添加换源的命令后,可以使用阿里云镜像源安装,但是在后续执行 RUN mkdir -pv /usr/local/etc/php |
好的,我确定一下哈 |
|
我换成sentry构建出来以后,启动了下,报错信息是这样的 10:31:59.53 Welcome to the Easysoft ZenTao 18.3 container 10:31:59.54 Subscribe to project updates by watching https://www.zentao.net 10:31:59.54 Submit issues and feature requests at https://www.zentao.net/ask.html 10:31:59.54 10:31:59.55 INFO ==> Prepare persistence directories. /etc/s6/s6-init/run: line 36: make_soft_link: command not found |
近期通用架构版本改动比较多,arm版本没同步,我这边同步处理一下 |
好的,麻烦您看下我上面那个构建命令可以这么用吗? |
对的,没问题。等我修复arm构建就可以了 |
|
@AbnerZHX 可以通过 make build-arm
export TAG=18.3-20230329; docker compose -f docker-compose-arm64.yml up -d
|
好的,谢谢您 |
/q label fixed |
…runner into master Reviewed-on: https://git.zcorp.cc/app/zentao/pulls/5
是使用Dockerfile.arm64版本Dockerfile还是修改Dockerfile中OS_ARCH,还有如何指定构建开源版本?能否贴一下构建命令
The text was updated successfully, but these errors were encountered: