mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-04 11:55:26 +08:00
e569326b83
- host-deployer add deploy qga support - host add qga partition fsdriver - qga set network use fsdriver - hostpinger sync qga status
10 lines
237 B
Docker
10 lines
237 B
Docker
FROM registry.cn-beijing.aliyuncs.com/yunionio/host-deployer-base:1.4.7
|
|
|
|
MAINTAINER "Yaoqi Wan wanyaoqi@yunionyun.com"
|
|
|
|
ENV TZ UTC
|
|
|
|
RUN mkdir -p /opt/yunion/bin
|
|
|
|
ADD ./_output/centos-build/bin/host-deployer /opt/yunion/bin/host-deployer
|