-
Notifications
You must be signed in to change notification settings - Fork 31
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
Use pre-built Docker image for development #3380
Labels
Comments
iperdomo
added a commit
that referenced
this issue
Jan 7, 2020
dlebrero
added a commit
that referenced
this issue
Jan 8, 2020
[#3380] Use pre-built Docker image for development
iperdomo
added a commit
that referenced
this issue
Jan 15, 2020
- Update to the latest akvo/akvo-flow-builder image that is based on a published google/cloud-sdk - Remove references to ruby build process, e.g. RAKEP_MODE BUNDLE etc We're now using `node` to bundle our client application - Use `npm ci` instead of `npm install` as part of the build https://docs.npmjs.com/cli/ci.html - Cache `$HOME/.npm` to speed up builds
dlebrero
added a commit
that referenced
this issue
Jan 15, 2020
[#3380] Update dev image + code clean up
iperdomo
added a commit
that referenced
this issue
Jan 15, 2020
$HOME/.cache is used by gcloud sdk machinery to keep the sdk updated
iperdomo
added a commit
that referenced
this issue
Jan 15, 2020
The new image includes `py-openssl` required for deployments akvo/akvo-dockerfiles@012ea0b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of building the image locally we can reuse the pre-built image
See akvo/akvo-dockerfiles#21
The text was updated successfully, but these errors were encountered: