mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-11-21 01:16:33 +08:00
update docker image tag
This commit is contained in:
parent
b45e9a3a00
commit
bf0eefa7ba
@ -1,4 +1,4 @@
|
||||
# docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01 -f install/docker/Dockerfile .
|
||||
# docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.12.01 -f install/docker/Dockerfile .
|
||||
|
||||
FROM ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:base
|
||||
|
||||
|
@ -27,7 +27,7 @@ mysql> flush privileges;
|
||||
docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:base -f install/docker/Dockerfile-base .
|
||||
|
||||
使用基础镜像构建生产镜像
|
||||
docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01 -f install/docker/Dockerfile .
|
||||
docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.12.01 -f install/docker/Dockerfile .
|
||||
|
||||
构建frontend镜像
|
||||
docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:frontend-2022.09.01 -f install/docker/dockerFrontend/Dockerfile .
|
||||
@ -35,7 +35,7 @@ docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:frontend-2
|
||||
|
||||
## 镜像拉取(如果你不参与开发可以直接使用线上镜像)
|
||||
```
|
||||
docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01
|
||||
docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.12.01
|
||||
docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:frontend-2022.09.01
|
||||
```
|
||||
|
||||
|
@ -21,7 +21,7 @@ services:
|
||||
# - ./data/mysql:/var/lib/mysql
|
||||
|
||||
frontend:
|
||||
image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard-frontend:2022.09.01
|
||||
image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard-frontend:2022.12.01
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '80:80'
|
||||
@ -31,7 +31,7 @@ services:
|
||||
- ../../install/docker/dockerFrontend/nginx.80.conf:/etc/nginx/conf.d/default.conf
|
||||
|
||||
myapp:
|
||||
image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01
|
||||
image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.12.01
|
||||
restart: always
|
||||
command: ['bash','-c','/entrypoint.sh']
|
||||
environment:
|
||||
@ -57,7 +57,7 @@ services:
|
||||
|
||||
|
||||
# beat:
|
||||
# image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01
|
||||
# image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.12.01
|
||||
# restart: "no"
|
||||
# command: ["bash","-c","celery beat --app=myapp.tasks.celery_app:celery_app --loglevel=info"]
|
||||
# shm_size: '100gb'
|
||||
@ -80,7 +80,7 @@ services:
|
||||
##
|
||||
#
|
||||
# worker:
|
||||
# image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01
|
||||
# image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.12.01
|
||||
# restart: unless-stopped
|
||||
# command: ["bash","-c","celery worker --app=myapp.tasks.celery_app:celery_app --loglevel=info --pool=prefork -Ofair -c 40"]
|
||||
# environment:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard-frontend:2022.09.01 -f install/docker/dockerFrontend/Dockerfile .
|
||||
# docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard-frontend:2022.12.01 -f install/docker/dockerFrontend/Dockerfile .
|
||||
|
||||
FROM nginx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user