Giter VIP home page Giter VIP logo

Comments (3)

mhart avatar mhart commented on September 26, 2024

It's all open – the zip files are built using https://github.com/lambci/git-lambda-layer/blob/master/lambda1/build.sh and https://github.com/lambci/git-lambda-layer/blob/master/lambda2/build.sh

from git-lambda-layer.

tijoer avatar tijoer commented on September 26, 2024

Thank you very much für your time. This helped me a lot, as I rarely worked with docker. I spend the last day creating some own docker images now and I am beginning to understand how this works. :)

However you seem to use your own Docker image lambci/yumda which does most of the magic here. In the build process of lambci/yumda you use the following command:

curl https://lambci.s3.amazonaws.com/fs/base-2.tgz | tar -xz -C /lambda

This seems kinda strange, as this file contains binary files.

from git-lambda-layer.

mhart avatar mhart commented on September 26, 2024

Those binary files come from Lambda. AWS doesn't release docker images for Lambda – the only way to replicate the Lambda environment is to do it yourself. That tarball is produced by the https://github.com/lambci/docker-lambda project, which AWS themselves use in the AWS SAM CLI.

You can create your own Lambda-like environment if you don't want to copy over binaries from Lambda. Start with https://github.com/amazonlinux/container-images/blob/93b9c7974ab6ddd65abace3bf68c20005e5ee82a/Dockerfile and then remove/add the same packages as what exist on Lambda. Of course, the tarball in that docker image still contains binary files, which you find strange, so if you didn't want that, then you'll need to create your own amazon linux docker image from scratch.

from git-lambda-layer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.