Skip to content

Commit

Permalink
Update images tag for v1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mason committed Jan 9, 2025
1 parent 5e749c6 commit 821fc61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CSGHUB Configuration
####################################################################################
## Version Configuration
CSGHUB_VERSION="latest"
CSGHUB_VERSION="v1.2.0"
CSGHUB_IMAGE_PREFIX="opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public"

####################################################################################
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ services:
ipv4_address: 192.171.100.107

csghub-portal:
image: ${CSGHUB_IMAGE_PREFIX}/csghub_portal:${CSGHUB_VERSION}
image: ${CSGHUB_IMAGE_PREFIX}/csghub_portal:v1.2.1
command: [ "bash", "-c", "./csghub-portal migration init && ./csghub-portal migration migrate && ./csghub-portal start server" ]
depends_on:
- postgres
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/gitlab-shell:v17

FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_nats:2.10.16 AS nats-server

FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:latest AS server
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v1.2.0 AS server

FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:latest AS portal
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v1.2.1 AS portal

FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_space_builder:latest AS space-builder

Expand Down

0 comments on commit 821fc61

Please sign in to comment.