屈轩
899c105bd0
fix(cmd): show mcp server update cmd ( #23628 )
2025-10-28 18:24:35 +08:00
屈轩
1d361bb4d3
fix(keystone): fetch domain user count ( #23590 )
2025-10-22 16:25:40 +08:00
wanyaoqi
b33027a3af
fix(host-health): check etcd client is reconnecting ( #22399 )
2025-04-15 18:25:02 +08:00
wanyaoqi
3f3d7e5d0b
fix(host,host-image): use nbd export images ( #21738 )
2025-02-10 14:16:05 +08:00
Jian Qiu
c12f7fdb3e
fix: missing goarch env ( #20441 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-03 11:33:38 +08:00
wanyaoqi
b29390d0e6
misc: disable cgo by default ( #20423 )
...
* misc: disable cgo by default
* fix(host): container isolated device skip get numa node
2024-05-31 19:00:37 +08:00
Qiu Jian
74f4bc85e8
fix: host nic index should be unique
2024-04-10 01:33:25 +08:00
Jian Qiu
7af3de39f4
fix: show update command at once ( #19014 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2023-12-16 12:50:42 +08:00
ioito
0e487b2457
fix: show update oc cmd
2023-12-05 10:39:21 +08:00
Zhang Dongliang
e81dfabbd4
hotfix: typo
2023-09-05 12:53:33 +08:00
Zhang Dongliang
1a3109895d
fix(docker buildx cross platform docker image fix): 跨平台编译docker镜像明确指定架构
2023-09-05 12:41:49 +08:00
屈轩
e57dca9edd
fix: docker push ( #17789 )
2023-08-17 17:43:32 +08:00
Zhang Dongliang
f7051bc618
fix(docker,buildx): 兼容本地registry 模式
2023-06-14 15:13:34 +08:00
Zhang Dongliang
d8a543e79a
fix(docker,buildx): 跨平台编译优化
2023-06-13 17:07:00 +08:00
rex zhasm
ea2f489b22
feat(build,test): 新增 dry_run 模式以便夜间测试 ( #15859 )
...
Co-authored-by: Zhang Dongliang <zhangdongliang@yunion.cn >
2023-01-30 16:23:14 +08:00
屈轩
871000141e
fix: climc image cache ( #15152 )
2022-10-12 14:55:36 +08:00
Zexi Li
1b34d8c102
feat(host-image): build host-image
2021-12-22 15:08:39 +08:00
Zexi Li
5fd55d9008
optimize(host-image,fetcherfs): download disk speed too slow ( #12976 )
2021-12-22 00:56:49 +08:00
Zexi Li
54250d3d80
fix(baremetal): remove bundle libs build
2021-06-21 10:29:41 +08:00
Zhang Dongliang
a54becaf2e
feat(arm64,build): arm 编译时,不编译 rbdcli
2021-05-06 11:44:57 +08:00
Zexi Li
61c47dd39c
fix(build): build telegraf-raid-plugin
2021-03-24 11:45:57 +08:00
Zexi Li
cac364054c
fix(build): DOCKER_CLI_EXPERIMENTAL=enabled
2021-03-10 16:20:58 +08:00
Zexi Li
44d6c90a12
feat(build): make multi arch manifest docker image
2021-03-08 12:52:00 +08:00
Zhang Dongliang
3d9d34ac15
fix(make,buildx): 使用 buildx 编译时,拉镜像到本地
2020-12-28 14:34:02 +08:00
Yousong Zhou
d377625789
scripts/docker_push.sh: minor polishments
...
- removed bundled baremetal-agent before building new to avoid go
error for refusing to overwrite a text file
- use docker buildx build no mater what
- check existence of dockerfile before calling general_build to avoid
error by cmd/chksum
2020-12-24 11:56:21 +08:00
Yousong Zhou
aa45c158c9
scripts/docker_push.sh: use toplevel Makefile target
2020-12-24 11:56:21 +08:00
wanyaoqi
84d64df0c9
chore(util): update centos build version to 1.1-3
2020-12-23 11:07:56 +08:00
rainzm
e52da6ca5f
feat(scripts): add export DOCKER_BUILDKIT=1
2020-12-21 19:52:15 +08:00
wanyaoqi
948f926bf6
feat(host-deployer): add deploy driver libguestfs
...
Add drvier libguestfs to support deploy more operator system,
you can use it by edit host config file add 'image_deploy_driver: libguestfs'.
By the default host-deploy support run three guestfish at the same time.
And host deployer will recycle free guestfish every ten minitues.
cherrypick: release/3.6
2020-12-08 17:49:44 +08:00
Zhang Dongliang
0b2aed858a
fix(git,make): 修正 gitbranch 变量的获取方式,解决自动升级版本 tag 不统一的问题
2020-12-08 11:52:33 +08:00
Zhang Dongliang
c9ec30b5b3
docker 交叉编译规则更新
2020-11-18 15:55:39 +08:00
rainzm
5ab362d05f
feat(build): add DOCKER_BUILDKIT in docker_push.sh
2020-11-06 20:12:58 +08:00
Zhang Dongliang
4be578fc2f
在 docker push 脚本里创建_output 目录,以便容错
2020-10-13 16:46:29 +08:00
Zhang Dongliang
1f7988ecd7
在 docker push 脚本里创建_output 目录,以便容错
2020-10-13 15:36:27 +08:00
Zhang Dongliang
eda8be1be8
esxi-agent 编译方式兼容 arm64
2020-10-10 14:56:59 +08:00
Zhang Dongliang
0b3afa9ebe
multi-arch 的镜像使用使用支持 arm64
2020-09-29 19:15:17 +08:00
Zhang Dongliang
65e3900ea4
multi-arch 的镜像使用使用支持 arm64
2020-09-29 14:37:25 +08:00
Zhang Dongliang
bc6ac93cef
make with ARCH argument
2020-09-23 15:49:37 +08:00
wanyaoqi
cb036b8821
fix build baremetal agent image ( #7646 )
2020-08-27 11:00:32 +08:00
wanyaoqi
c1cf728995
fix github action workflow ( #7635 )
2020-08-26 13:21:34 +08:00
wanyaoqi
6b944626b7
docker build support buildx and arm architecture
2020-08-25 16:13:57 +08:00
Qu Xuan
a6bff94983
fix: compatible for macOS
2020-08-10 14:39:41 +08:00
Zexi Li
e5404d3564
Merge pull request #7300 from lshmouse/image
...
Add more tips for make image cmd
2020-07-30 16:32:37 +08:00
Shaohui Liu
51cb278ae2
Add more tips for make image cmd
2020-07-27 20:54:17 +08:00
Shaohui Liu
96bb34ea01
Remove sudo before the docker cmd
2020-07-23 10:38:29 +08:00
Yousong Zhou
28ad028d81
build: ansibleserver: use native alpine, include openssh
2020-07-16 17:59:12 +08:00
Zexi Li
14c1f1e5bd
action: add region dns image
2020-03-30 14:49:03 +08:00
Zexi Li
37691e616d
fix: docker_push uncomment build bin
2020-03-03 16:14:57 +08:00
Zexi Li
5645e4e15a
add monitor service
2020-03-02 20:00:08 +08:00
Yousong Zhou
7ef61f0b93
build: docker: chown _output dir to current user:group
2020-03-02 17:33:57 +08:00