Skip to content

Commit 9b320e3

Browse files
committed
change tags
1 parent c75794d commit 9b320e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2626
cd 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
4444
docker run -it snickerjp/docker-mysql-shell:Innovation
4545

@@ -54,7 +54,7 @@ docker run -it snickerjp/docker-mysql-shell:latest
5454
To 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
5959
docker run -it snickerjp/docker-mysql-shell:Innovation --uri mysql://user:pass@host:port/schema
6060

0 commit comments

Comments
 (0)