docker-lambda
docker-lambda copied to clipboard
Docker images and test runners that replicate the live AWS Lambda environment
The installation of bundler as root from #145 has broken bundler functionality for non-root users. Reproduction: as root: ``` $ docker run --rm -ti lambci/lambda:build-ruby2.5 bundle -v Bundler version 1.17.2...
I have an issue trying to use the RazorLight package on docker-lambda. It errors with "Can't load metadata reference from the entry assembly. Make sure PreserveCompilationContext is set to true...
See here: https://hub.docker.com/r/lambci/lambda/
@mhart First, thanks for all the contributions! I've used / gotten inspiration from several of your node-based containers from docker hub. When I'm testing, I prefer to start the container...
I am curious why in the commit below `_X_AMZN_TRACE_ID=Root=1-dc99d00f-c079a84d433534434534ef0d;Parent=91ed514f1e5c03b2;Sampled=0` was changed to `_X_AMZN_TRACE_ID='Parent=11560be54abce8ed'`. https://github.com/lambci/docker-lambda/commit/f65a259d7bc7fe46f97c81133d05b95b70d61328#diff-de2dfe904ac98a74495473e67a0d0e2cR19 This causes applications written with X-Ray to issue warnings to the log such as ``` 2018-02-02T22:47:45,649Z...
I have build Dockerfile from: https://github.com/lambci/docker-lambda/blob/master/python2.7/build/Dockerfile But it failed, said :rm: cannot remove ‘/var/runtime : Permission denied, what should I do?
I have the following file structure: ``` . ├── build │ ├── index.js │ ├── node_modules │ └── package.json ├── Makefile ├── node_modules │ ├── ... ├── package.json ├── package-lock.json...
I run headless chrome with [puppeteer](https://github.com/GoogleChrome/puppeteer). It runs correctly on AWS Lambda, but, below error is occurred on Lambci-docker. ``` [0918/092739.344468:FATAL:nss_util.cc(627)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade...