File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -186,24 +186,22 @@ EOL
186
186
``` shell
187
187
$ git clone https://github.com/mroonga/docker mroonga_docker
188
188
$ cd mroonga_docker
189
- $ sudo docker build -t mysql57-mroonga mysql57
190
- $ sudo docker build -t mysql80-mroonga mysql80
189
+ $ sudo docker build -t mysql80-mroonga mysql-8.0
191
190
```
192
191
193
192
## How to test
194
193
195
194
``` shell
196
195
$ git clone https://github.com/mroonga/docker mroonga_docker
197
196
$ cd mroonga_docker
198
- $ test/build.sh mysql57
199
- $ test/build.sh mysql80
197
+ $ test/build.sh mysql-8.0
200
198
```
201
199
202
200
## How to release
203
201
204
202
``` shell
205
203
$ ./update.sh ${MYSQL_VERSION} ${MROONGA_VERSION} ${GROONGA_VERSION}
206
- (./update.sh 5.7.26 9.04 9 .0.4 )
204
+ (./update.sh 8.0.30 12.06 12 .0.6 )
207
205
$ git push
208
206
$ git push --tags
209
207
```
You can’t perform that action at this time.
0 commit comments