You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the entire deployment is baked into a single container layer.
The galaxy_env role, galaxy files/galaxy app role can be separated into different layers to allow for more compact uploads of the container.
The text was updated successfully, but these errors were encountered:
The idea is to run the base container, execute commands within the container instance, snapshot the container to an image and repeat for each layer. Ansible provides a plugin that allows dynamically adding the new containers to the ansible inventory to continue the operations on. The final snapshot gets tagged and pushed.
Edit: looks like this plugin is missing docker commit functionality to allow all of this to work.
Currently the entire deployment is baked into a single container layer.
The galaxy_env role, galaxy files/galaxy app role can be separated into different layers to allow for more compact uploads of the container.
The text was updated successfully, but these errors were encountered: