Skip to content

Commit 8f3f112

Browse files
Update source for provided.al2023 image
1 parent 912a005 commit 8f3f112

11 files changed

+74
-0
lines changed

Dockerfile.provided.al2023

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
FROM scratch
2+
ADD x86_64/7ce5a7c11414c9cc8d700eb83f0ddeefed9b827680d304b89887b974b8192ba9.tar.xz /
3+
ADD x86_64/9ed37900cdaa2da256d6d0fb9a87e2ef3c2e7b284107785aa479cd0f20a90364.tar.xz /
4+
ADD x86_64/b43818eb7773f08e8a2587d2e2a9670d029fe781cbab1061dee3b5168a577f00.tar.xz /
5+
ADD x86_64/c8f9ae87901b73e59ecff1236936b8a94bee4637cbe655d16bb574597e6032ec.tar.xz /
6+
7+
ENV LANG=en_US.UTF-8
8+
ENV TZ=:/etc/localtime
9+
ENV PATH=/var/lang/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin
10+
ENV LD_LIBRARY_PATH=/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib:/opt/lib
11+
ENV LAMBDA_TASK_ROOT=/var/task
12+
ENV LAMBDA_RUNTIME_DIR=/var/runtime
13+
14+
WORKDIR /var/task
15+
16+
ENTRYPOINT ["/lambda-entrypoint.sh"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:839906332bc9649f2b23b43012f720887b0264d29a19fc3ca64b089a97f53f3c
3+
size 44280
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0e993f7964754138c1223a55bd89d53124154a4b05883fd2ca3e37d7b85ff367
3+
size 22996964

arm64/Dockerfile.provided.al2023

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
FROM scratch
2+
3+
ADD 2dc7e03ca60f9225c2318945726500d080a6387814ea11cc909aba6254ee6737.tar.xz /
4+
ADD 4a46eae9885bff5becf82f2ae8a062199ee3851f85c58d3745bc4fa756dda560.tar.xz /
5+
ADD d571845155dc7ea84b232208271649b52003a818b30d65f01003c98c798497ad.tar.xz /
6+
ADD eeec23f465989a72a4abd695ad0889f8cfc6613906350c22b706b29d42e25500.tar.xz /
7+
8+
ENV LANG=en_US.UTF-8
9+
ENV TZ=:/etc/localtime
10+
ENV PATH=/var/lang/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin
11+
ENV LD_LIBRARY_PATH=/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib:/opt/lib
12+
ENV LAMBDA_TASK_ROOT=/var/task
13+
ENV LAMBDA_RUNTIME_DIR=/var/runtime
14+
15+
WORKDIR /var/task
16+
17+
ENTRYPOINT ["/lambda-entrypoint.sh"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:304981ec3db24359f18d46d869c0ac34e4e33795cf4d12ed3bb11c2370c4047a
3+
size 468
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:53f3730e5cb6293c863218aceba56ff8bbf4f2c651eb7a8c204f8adaa8177035
3+
size 1955216
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:dc009d6a14ee6bfd06ff915935f10fc7a0690ea0df0e2fbadcc867f4e5ba1318
3+
size 44240
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:acec0782777169b51fb3c04771a50c504908352e00eb68ed19169f01471baf5b
3+
size 24890680

x86_64/Dockerfile.provided.al2023

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
FROM scratch
2+
3+
ADD 7ce5a7c11414c9cc8d700eb83f0ddeefed9b827680d304b89887b974b8192ba9.tar.xz /
4+
ADD 9ed37900cdaa2da256d6d0fb9a87e2ef3c2e7b284107785aa479cd0f20a90364.tar.xz /
5+
ADD b43818eb7773f08e8a2587d2e2a9670d029fe781cbab1061dee3b5168a577f00.tar.xz /
6+
ADD c8f9ae87901b73e59ecff1236936b8a94bee4637cbe655d16bb574597e6032ec.tar.xz /
7+
8+
ENV LANG=en_US.UTF-8
9+
ENV TZ=:/etc/localtime
10+
ENV PATH=/var/lang/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin
11+
ENV LD_LIBRARY_PATH=/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib:/opt/lib
12+
ENV LAMBDA_TASK_ROOT=/var/task
13+
ENV LAMBDA_RUNTIME_DIR=/var/runtime
14+
15+
WORKDIR /var/task
16+
17+
ENTRYPOINT ["/lambda-entrypoint.sh"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:58f5a7e2a105cb86798359f61b94dbc8bfa36770f621472f2db26b37f68065b7
3+
size 468

0 commit comments

Comments
 (0)