mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Add pull/push hook to minio plugin
This commit is contained in:
parent
11e735f4e5
commit
f8b3ec846f
@ -21,7 +21,13 @@ config = {
|
|||||||
|
|
||||||
templates = os.path.join(HERE, "templates")
|
templates = os.path.join(HERE, "templates")
|
||||||
|
|
||||||
hooks = {"init": ["minio-client"]}
|
hooks = {
|
||||||
|
"init": ["minio-client"],
|
||||||
|
"remote-image": {
|
||||||
|
"minio-server": "{{ MINIO_DOCKER_IMAGE_SERVER }}",
|
||||||
|
"minio-client": "{{ MINIO_DOCKER_IMAGE_CLIENT }}",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
def patches():
|
def patches():
|
||||||
|
Loading…
Reference in New Issue
Block a user