Skip to content

Commit

Permalink
Add docker entrypoint and environment for ec3-client
Browse files Browse the repository at this point in the history
  • Loading branch information
orviz committed Jul 18, 2022
1 parent ac85baa commit b360a21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tooling.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,14 @@
}
},
"ec3_client": {
"version": "1.5.11",
"version": "2.2.1",
"docs": "https://ec3.readthedocs.io/en/latest/",
"docker": {
"image": "grycap/im-client:ec3",
"reviewed": "2022-05-26"
"reviewed": "2022-05-26",
"oneshot": false,
"entrypoint": ["/bin/sleep", "infinity"],
"environment": ["OPENSTACK_USER", "OPENSTACK_PASS", "IM_USER", "IM_PASS"]
},
"template": "ec3_client",
"args": [
Expand Down

0 comments on commit b360a21

Please sign in to comment.