Skip to content

Becivells/soar-web-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

soar-web docker 自动生成仓库

GitHub Workflow Status GitHub last commit GitHub last commit GitHub last commit GitHub tag (latest by date) Docker Pulls
地址:https://hub.docker.com/r/becivells/soar-web/
使用 github action 生成docker 镜像并且自动推送给 DockerHub

每日最新版

每天早晨5点自动构建

版本 类型 镜像大小
docker pull becivells/soar-web:nightly 每日构建版本 Docker Image Size (tag)

稳定版本

版本 使用的soar版本 使用的soar-web版本 镜像大小
docker pull becivells/soar-web:latest 日更版 日更版 Docker Image Size (tag)
docker pull becivells/soar-web:2.0.7 2021/05/27-a5cb33b 2021/05/27-a5cb33b Docker Image Size (tag)
docker pull becivells/soar-web:2.0.6 2021/05/26-9a47ddc 2020/12/01-cdde5ef Docker Image Size (tag)
docker pull becivells/soar-web:2.0.5 2021/05/19-dd44876 2020/12/01-cdde5ef Docker Image Size (tag)
docker pull becivells/soar-web:2.0.4 2021/04/30-54e106c 2020/12/01-cdde5ef Docker Image Size (tag)
docker pull becivells/soar-web:2.0.3 2021/03/22-d0d0ce5 2020/12/01-cdde5ef Docker Image Size (tag)
docker pull becivells/soar-web:1.0.0 2019/01/05-g552ccf 2019/01/05-g552ccf Docker Image Size (tag)

使用方法

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published