mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-11 17:38:46 +00:00
Fix incorrect vendor image pulling
This commit is contained in:
parent
23cb45e3c4
commit
b0d07ef3fe
@ -2,6 +2,7 @@
|
||||
|
||||
## Latest
|
||||
|
||||
- [Bugfix] Fix `images pull all` command which failed on "all" image
|
||||
- [Improvement] Add configurable mongodb, SMTP and rabbitmq authentication
|
||||
- [Improvement] Harmonize mysql username/password configuration parameters
|
||||
- [Feature] Configurable and pluggable data storage backends (#114)
|
||||
|
@ -97,6 +97,7 @@ def vendor_image_names(config, image):
|
||||
images.remove('mysql')
|
||||
if not config['ACTIVATE_RABBITMQ']:
|
||||
images.remove('rabbitmq')
|
||||
return images
|
||||
return [image]
|
||||
|
||||
images.add_command(build)
|
||||
|
Loading…
Reference in New Issue
Block a user