Skip to content

Commit

Permalink
pin xz version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgallotta committed Feb 6, 2025
1 parent dbc015a commit 498048a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.bottlecap.alpine.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG DATADOG_WRAPPER=datadog_wrapper
ARG GO_AGENT_PATH

RUN apt-get update
RUN apt-get install -y zip binutils curl xz-utils
RUN apt-get install -y zip binutils curl xz-utils=5.2.5-2ubuntu1

COPY .layers/$GO_AGENT_PATH/extensions/datadog-agent /datadog-agent-go
RUN strip /datadog-agent-go
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.bottlecap.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG DATADOG_WRAPPER=datadog_wrapper
ARG GO_AGENT_PATH

RUN apt-get update
RUN apt-get install -y zip binutils curl xz-utils
RUN apt-get install -y zip binutils curl xz-utils=5.2.5-2ubuntu1
COPY .layers/$GO_AGENT_PATH/extensions/datadog-agent /datadog-agent-go
RUN strip /datadog-agent-go
RUN curl -LO https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-amd64_linux.tar.xz && tar xvf upx-4.2.4-amd64_linux.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.bottlecap.dev
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM ubuntu:22.04 as compresser
ARG DATADOG_WRAPPER=datadog_wrapper

RUN apt-get update
RUN apt-get install -y zip binutils curl xz-utils
RUN apt-get install -y zip binutils curl xz-utils=5.2.5-2ubuntu1
COPY --from=public.ecr.aws/datadog/lambda-extension:64 /opt/datadog-agent-go /datadog-agent-go
RUN curl -LO https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-amd64_linux.tar.xz && tar xvf upx-4.2.4-amd64_linux.tar.xz
RUN du -h /datadog-agent-go
Expand Down

0 comments on commit 498048a

Please sign in to comment.