We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0a168 commit 4902847Copy full SHA for 4902847
conf/console.yml
@@ -113,11 +113,15 @@ dockerTest:
113
'/samson-deployment':
114
OS_FAMILY: 'debian'
115
OS_VERSION: '8'
116
- '/typo3-solr:5.0':
+ '/typo3-solr:4':
117
SOLR_VERSION: '4.10.4'
118
OS_FAMILY: 'arch'
119
OS_VERSION: ''
120
- '/typo3-solr:6.0':
+ '/typo3-solr:5':
121
+ SOLR_VERSION: '4.10.4'
122
+ OS_FAMILY: 'arch'
123
+ OS_VERSION: ''
124
+ '/typo3-solr:6':
125
SOLR_VERSION: '6.3.0'
126
127
docker/typo3-solr/4.0
@@ -0,0 +1 @@
1
+5.0
0 commit comments