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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: