elixir-runtime icon indicating copy to clipboard operation
elixir-runtime copied to clipboard

The community-supported runtime for Elixir on Google App Engine.

Results 8 elixir-runtime issues
Sort by recently updated
recently updated
newest added

I have stumbled upon two issues when trying to deploy our app to GAE using this runtime. Both could be solved by adding an additional build hook where I can...

I'd like to be able to customize the runtime image further. Would you be interested in accepting a PR that modifies the `Dockerfile-release.eex` file like so (with appropriate changes to...

If a private hex package is being used (documented here https://hex.pm/docs/private), the deployment currently fails. Seems like there needs to be a way to pass in a hash and then...

According to [this discussion](https://elixirforum.com/t/is-there-a-way-to-package-binary-dependencies-with-distillery/5849) which I agree with the premise of, there is no way to have Distillery include 3rd party binaries in a release. That leaves me needing to...

I've gotten my app and my database talking to each other, but my SQL and App Engine logs are being absolutely flooded by connection errors anyway. On the App Engine...

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

# Access Request: GCP Elixir Docker Image ## Problem Unable to pull Docker image `gcr.io/gcp-elixir/runtime/ubuntu18/generate-dockerfile:2022-03-25-173415` during Google App Engine deployment. ## Error ``` Permission "artifactregistry.repositories.downloadArtifacts" denied on resource "projects/gcp-elixir/locations/us/repositories/gcr.io" ```...