Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move dependency install to build step not before first run #1258

Open
icarito opened this issue Apr 15, 2020 · 1 comment
Open

Move dependency install to build step not before first run #1258

icarito opened this issue Apr 15, 2020 · 1 comment

Comments

@icarito
Copy link
Member

icarito commented Apr 15, 2020

What happened just before the problem occurred

I attempted to deploy container in Google Cloud and it became stuck trying to compile nokogiri on the final container. This really should be done during build step. It was moved to a new start script in order to speed up Travis runs, which is a lofty goal and so was accepted, but it should not go in detriment of deployability, containers should start as quick as possible even if the image is larger, dependencies should come with them.

@icarito
Copy link
Member Author

icarito commented Apr 15, 2020

@alaxalves @jywarren a heads up that I'll try to fix this as it is blocking our migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant