Skip to content

fix:Update README.md #157

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

Open
wants to merge 2 commits into
base: provided.al2023
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Dockerfile.provided.al2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM scratch
ADD x86_64/329d91f479ba9976dc72092a57213bb43b5c1eb72a166cd82a1f5d4799f8f33d.tar.xz /
ADD x86_64/74073c677946b7b00c11623e068c55298d2a8b36faa0e988c7059d40ba810811.tar.xz /
ADD x86_64/a62f60141b6543af150bfa4e1176d578c02a19f899ef8203de88ba580f6a195a.tar.xz /
ADD x86_64/dea12ef0c9d750a965b379c66b1fe650de282c27bf8569342d87c1bcd0725530.tar.xz /

ENV LANG=en_US.UTF-8
ENV TZ=:/etc/localtime
ENV PATH=/var/lang/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin
ENV LD_LIBRARY_PATH=/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib:/opt/lib
ENV LAMBDA_TASK_ROOT=/var/task
ENV LAMBDA_RUNTIME_DIR=/var/runtime

WORKDIR /var/task

ENTRYPOINT ["/lambda-entrypoint.sh"]
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ eg. to build the `nodejs18.x` image, start by checking out the `nodejs18.x` bran
```
git checkout nodejs18.x
```
fetch the large files
```
git lfs fetch
git lfs install
git lfs checkout .
```

Finally you can build your image as such:
```
Expand Down
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
17 changes: 17 additions & 0 deletions arm64/Dockerfile.provided.al2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM scratch

ADD 4900c9096e62e0a011c7c2da7a61184c74bfab190cb740d82be4cbe25b7267e6.tar.xz /
ADD 6fdfa36fec0e4083ed6f52cfb84f277f5e9c46283f8696b92a1c1347908ead4a.tar.xz /
ADD 85e2bc4ddc961338b7b72d52481e234d1eee24a6b16d8e9ba53a21a62de79664.tar.xz /
ADD b2252d5148f232de50331e8816ec8717671feb0e503fecb0cccc9a6e32b27f3e.tar.xz /

ENV LANG=en_US.UTF-8
ENV TZ=:/etc/localtime
ENV PATH=/var/lang/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin
ENV LD_LIBRARY_PATH=/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib:/opt/lib
ENV LAMBDA_TASK_ROOT=/var/task
ENV LAMBDA_RUNTIME_DIR=/var/runtime

WORKDIR /var/task

ENTRYPOINT ["/lambda-entrypoint.sh"]
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
17 changes: 17 additions & 0 deletions x86_64/Dockerfile.provided.al2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM scratch

ADD 329d91f479ba9976dc72092a57213bb43b5c1eb72a166cd82a1f5d4799f8f33d.tar.xz /
ADD 74073c677946b7b00c11623e068c55298d2a8b36faa0e988c7059d40ba810811.tar.xz /
ADD a62f60141b6543af150bfa4e1176d578c02a19f899ef8203de88ba580f6a195a.tar.xz /
ADD dea12ef0c9d750a965b379c66b1fe650de282c27bf8569342d87c1bcd0725530.tar.xz /

ENV LANG=en_US.UTF-8
ENV TZ=:/etc/localtime
ENV PATH=/var/lang/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin
ENV LD_LIBRARY_PATH=/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib:/opt/lib
ENV LAMBDA_TASK_ROOT=/var/task
ENV LAMBDA_RUNTIME_DIR=/var/runtime

WORKDIR /var/task

ENTRYPOINT ["/lambda-entrypoint.sh"]
Git LFS file not shown
Git LFS file not shown