Skip to content

Commit

Permalink
update container username
Browse files Browse the repository at this point in the history
  • Loading branch information
anyongjin committed Aug 1, 2024
1 parent 3d607cf commit a72dd39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
3. 安装依赖:`pip install requirements.txt`

## docker安装
使用镜像:`ghcr.io/mhkarimi1383/mysql_idb:mysql-8.4`(可根据需要更改mysql版本)
使用镜像:`ghcr.io/anyongjin/mysql_idb:mysql-8.4`(可根据需要更改mysql版本)
也可从`Dockerfile`构建镜像并使用

## k8s中使用
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Other steps are like previous section

## With Docker

Bring up a container with both new and old data available (with connection access to new db) with image: `ghcr.io/mhkarimi1383/mysql_idb:mysql-8.4` (change mysql version if needed)
Bring up a container with both new and old data available (with connection access to new db) with image: `ghcr.io/anyongjin/mysql_idb:mysql-8.4` (change mysql version if needed)

Other steps are like previous section

Expand Down
2 changes: 1 addition & 1 deletion k8s-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
# Change image if needed
- image: ghcr.io/mhkarimi1383/mysql_idb:mysql-8.4
- image: ghcr.io/anyongjin/mysql_idb:mysql-8.4
imagePullPolicy: IfNotPresent
name: mysql-idb
resources:
Expand Down

0 comments on commit a72dd39

Please sign in to comment.