Replies: 1 comment
-
@coretl this is my take on our conversation - please add anything I have missed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that we have ibek and ibek-support 3.0 we are considering a refactor of some other parts of the epics-containers. Broadly speaking this is likely to take the form of:
At present we use
ec
to do local deployments and this just means that there is custom python code that takes a few values out of the IOC helm charts and invokes docker to set up the necessary volumes etc. Switching to compose allows us to:ec
We should also consider using compose to describe our developer containers. This would:
Other things to consider:
Beta Was this translation helpful? Give feedback.
All reactions