Skip to content
Merged
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
5 changes: 3 additions & 2 deletions local_tests/bottlecap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH=/root/.cargo/bin:$PATH


# The first path is where the custom RIE lives.
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 \
&& chmod +x /usr/local/bin/aws-lambda-rie

# The first path is the location of your local agent binary
COPY .binaries/bottlecap-arm64 /opt/extensions/datadog-agent
Expand Down
Binary file removed local_tests/rie/bottlecap/arm64/rie
Binary file not shown.
Binary file removed local_tests/rie/bottlecap/x86/rie
Binary file not shown.
Loading