mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-21 01:42:14 +00:00
Update MongoDB images
This commit is contained in:
parent
57a1f335f6
commit
182269fdf1
1
.github/workflows/test-versions.yml
vendored
1
.github/workflows/test-versions.yml
vendored
@ -120,6 +120,7 @@ jobs:
|
||||
- "MONGO_SERVER=3.4"
|
||||
- "MONGO_SERVER=3.6"
|
||||
- "MONGO_SERVER=4.0"
|
||||
- "MONGO_SERVER=4.2"
|
||||
- "MONGO_SERVER=latest"
|
||||
name: "[${{ matrix.version }}]"
|
||||
steps:
|
||||
|
@ -219,6 +219,7 @@ env:
|
||||
- S1=PHP V1=7.2 S2=MONGO V2=3.4
|
||||
- S1=PHP V1=7.2 S2=MONGO V2=3.6
|
||||
- S1=PHP V1=7.2 S2=MONGO V2=4.0
|
||||
- S1=PHP V1=7.2 S2=MONGO V2=4.2
|
||||
|
||||
|
||||
###
|
||||
|
@ -308,7 +308,7 @@ Every single attachable container comes with many different versions. In order t
|
||||
<td><a target="_blank" title="PgSQL 9.6" href="https://github.com/docker-library/postgres">9.6</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><a target="_blank" title="MongoDB latest" href="https://github.com/docker-library/mongo">latest</a></td>
|
||||
<td><a target="_blank" title="MongoDB 4.2" href="https://github.com/docker-library/mongo">4.2</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
@ -320,7 +320,7 @@ Every single attachable container comes with many different versions. In order t
|
||||
<td>...</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><a target="_blank" title="MongoDB latest" href="https://github.com/docker-library/mongo">latest</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
|
@ -561,4 +561,5 @@ volumes:
|
||||
devilbox-mongo-3.4:
|
||||
devilbox-mongo-3.6:
|
||||
devilbox-mongo-4.0:
|
||||
devilbox-mongo-4.2:
|
||||
devilbox-mongo-latest:
|
||||
|
@ -398,7 +398,8 @@ MEMCD_SERVER=1.5
|
||||
#MONGO_SERVER=3.2
|
||||
#MONGO_SERVER=3.4
|
||||
#MONGO_SERVER=3.6
|
||||
MONGO_SERVER=4.0
|
||||
#MONGO_SERVER=4.0
|
||||
MONGO_SERVER=4.2
|
||||
#MONGO_SERVER=latest
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user