1 Star 0 Fork 0

tianyue/container-xrdp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-all.sh 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
danchitnis 提交于 2020-08-04 19:27 . updated fedora
#!/bin/bash
echo "Building all the Docker images"
echo "make sure you have Docker installed"
echo "you have to run this script as sudo user"
echo "see here for more details:"
echo "https://github.com/danchitnis/container-xrdp"
echo ""
echo "starting the build process..."
REPO="danchitnis/xrdp"
docker build -t $REPO:amazon-mate -f ./amazon-mate/Dockerfile .
wait
docker build -t $REPO:amazon-xfce -f ./amazon-xfce/Dockerfile .
wait
docker build -t $REPO:centos7-mate -f ./centos7-mate/Dockerfile .
wait
docker build -t $REPO:centos7-xfce -f ./centos7-xfce/Dockerfile .
wait
#docker build -t $REPO:centos8-mate -f ./centos8-mate/Dockerfile .
wait
docker build -t $REPO:centos8-xfce -f ./centos8-xfce/Dockerfile .
wait
docker build -t $REPO:fedora-xfce -f ./fedora-xfce/Dockerfile .
wait
echo "build process is finished"
echo -e "exiting"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tianyue_688/container-xrdp.git
git@gitee.com:tianyue_688/container-xrdp.git
tianyue_688
container-xrdp
container-xrdp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385