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
I know it's a balancing act of what to include in the runner image and what not. But I guess docker-compose is a quite often used tool when setting up CI for a full stack application. Currently, only the large runner image has this on board, but the size is immense. Any chance to have docker-compose integrated in the medium runner image? As workaround for now I use a custom image (mentioned here): act -P ubuntu-latest=lucasalt/act_base:latest
The text was updated successfully, but these errors were encountered:
I know it's a balancing act of what to include in the runner image and what not. But I guess
docker-compose
is a quite often used tool when setting up CI for a full stack application. Currently, only the large runner image has this on board, but the size is immense. Any chance to havedocker-compose
integrated in the medium runner image? As workaround for now I use a custom image (mentioned here):act -P ubuntu-latest=lucasalt/act_base:latest
The text was updated successfully, but these errors were encountered: