地址:https://hub.docker.com/r/becivells/soar-web/
使用 github action
生成docker 镜像并且自动推送给 DockerHub
每天早晨5点自动构建
版本 | 类型 | 镜像大小 |
---|---|---|
docker pull becivells/soar-web:nightly |
每日构建版本 |
版本 | 使用的soar版本 | 使用的soar-web版本 | 镜像大小 |
---|---|---|---|
docker pull becivells/soar-web:latest |
日更版 | 日更版 | |
docker pull becivells/soar-web:2.0.7 |
2021/05/27-a5cb33b | 2021/05/27-a5cb33b | |
docker pull becivells/soar-web:2.0.6 |
2021/05/26-9a47ddc | 2020/12/01-cdde5ef | |
docker pull becivells/soar-web:2.0.5 |
2021/05/19-dd44876 | 2020/12/01-cdde5ef | |
docker pull becivells/soar-web:2.0.4 |
2021/04/30-54e106c | 2020/12/01-cdde5ef | |
docker pull becivells/soar-web:2.0.3 |
2021/03/22-d0d0ce5 | 2020/12/01-cdde5ef | |
docker pull becivells/soar-web:1.0.0 |
2019/01/05-g552ccf | 2019/01/05-g552ccf |
Dockerfile 见根目录 Dockerfile 文件
docker pull becivells/soar-web
docker run -d --name soar-web -p 5077:5077 becivells/soar-web
docker build --no-cache -t soar-web .
访问
在浏览器上输入 http://127.0.0.1:5077 进行访问。
build-push-action
docker-action-examples
soar-web
soar
github action - publishing-docker-images