We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d7e7b commit 1e7824aCopy full SHA for 1e7824a
3 files changed
local_tests/managed-instance/Dockerfile
@@ -33,8 +33,9 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
33
ENV PATH=/root/.cargo/bin:$PATH
34
35
36
-# The first path is where the custom RIE lives.
37
-COPY local_tests/rie/${TARGET}/arm64/rie /usr/local/bin/aws-lambda-rie
+# Download the AWS Lambda Runtime Interface Emulator from GitHub releases
+RUN curl -Lo /usr/local/bin/aws-lambda-rie https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie-arm64 \
38
+ && chmod +x /usr/local/bin/aws-lambda-rie
39
40
# The first path is the location of your local agent binary
41
COPY .binaries/bottlecap-arm64 /opt/extensions/datadog-agent
local_tests/rie/managed-instance/arm64/rie
-7.94 MB
local_tests/rie/managed-instance/x86/rie
-8.56 MB
0 commit comments