File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 matrix :
2525 include :
2626 - series : innovation
27- version : 9.3
27+ version : 9
2828 extra_tag : Innovation
2929 - series : lts
3030 version : 8.4
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Both images are based on Debian 12 (slim) for minimal image size.
2424### Innovation Series (9.5.x) [ (Dockerfile)] ( docker/innovation/Dockerfile )
2525``` bash
2626cd docker/innovation
27- docker build -t snickerjp/docker-mysql-shell:9.5 .
27+ docker build -t snickerjp/docker-mysql-shell:9 .
2828```
2929
3030### LTS Series (8.4.x) [ (Dockerfile)] ( docker/lts/Dockerfile )
@@ -39,7 +39,7 @@ Run MySQL Shell container:
3939
4040``` bash
4141# Innovation Series
42- docker run -it snickerjp/docker-mysql-shell:9.5
42+ docker run -it snickerjp/docker-mysql-shell:9
4343# or
4444docker run -it snickerjp/docker-mysql-shell:Innovation
4545
@@ -54,7 +54,7 @@ docker run -it snickerjp/docker-mysql-shell:latest
5454To connect to a MySQL Server:
5555``` bash
5656# Innovation Series
57- docker run -it snickerjp/docker-mysql-shell:9.5 --uri mysql://user:pass@host:port/schema
57+ docker run -it snickerjp/docker-mysql-shell:9 --uri mysql://user:pass@host:port/schema
5858# or using Innovation tag
5959docker run -it snickerjp/docker-mysql-shell:Innovation --uri mysql://user:pass@host:port/schema
6060
You can’t perform that action at this time.
0 commit comments