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

Merge staging into production #294

Merged
merged 18 commits into from
Mar 20, 2018
Merged

Merge staging into production #294

merged 18 commits into from
Mar 20, 2018

Conversation

orangejulius
Copy link
Member

This pull request has been automatically generated by repo-walker.

orangejulius and others added 18 commits November 21, 2017 16:06
The mystery of metadata from #222
has been solved! It turns out npm postinstall hooks, which we use to
download the metadata, do not fire when `DEBIAN_FRONTEND=noninteractive`
is set in the shell, such as we do in our
Docker [baseimage](https://github.com/pelias/dockerfiles/blob/master/baseimage/Dockerfile#L8).

This explains why the metadata downloads fine on local machines and in
the Chef Mapzen Search environment, but not in Kubernetes. It also
doesn't work in the Docker image in general.

This PR adds an explicit `npm run download_metadata` to the Dockerfile,
so that the Docker images contain this metadata, solving any Docker or
Kubernetes issues.

Additionally, it updates the readme to both clarify the situation
in the metadata documentation section, and remove it from the main
install instructions (since under normal interactive shell sessions it
is _not_ required and would just be an extra step).

Fixes #222
Connects #223
Explicitly handle metadata in Docker and update Documentation
Update pelias-config to the latest version 🚀
fix(package): update pelias-model to version 5.3.2
…-lookup-4.5.2

fix(package): update pelias-wof-admin-lookup to version 4.5.2
Update pelias-logger to the latest version 🚀
…2.3.1

Update pelias-dbclient to the latest version 🚀
…-lookup-4.5.4

fix(package): update pelias-wof-admin-lookup to version 4.5.4
…2.4.0

Update pelias-dbclient to the latest version 🚀
Merge master into staging
@orangejulius orangejulius merged commit 44bd672 into production Mar 20, 2018
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

Successfully merging this pull request may close these issues.

2 participants