Skip to content

Commit 88008aa

Browse files
Merge pull request #2739 from DataDog/aleksandr-gringauz/RUM-10224/add-dd-octo-sts-to-dockerfile
RUM-10224: Add dd-octo-sts to Dockerfile
2 parents edfe513 + 7797f90 commit 88008aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
CURRENT_CI_IMAGE: "16"
2+
CURRENT_CI_IMAGE: "17"
33
CI_IMAGE_DOCKER: registry.ddbuild.io/ci/dd-sdk-android:$CURRENT_CI_IMAGE
44
GIT_DEPTH: 5
55

ci/Dockerfile.gitlab

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt update && apt install -y python3
4040

4141
# Install pip for aws
4242
RUN set -x \
43-
&& curl -OL https://bootstrap.pypa.io/get-pip.py \
43+
&& curl -OL https://bootstrap.pypa.io/pip/3.8/get-pip.py \
4444
&& python3 get-pip.py \
4545
&& rm get-pip.py
4646

@@ -106,3 +106,5 @@ RUN npm install -g @datadog/datadog-ci
106106
ENV DD_TRACER_FOLDER $PWD/dd-java-agent
107107
RUN mkdir -p $DD_TRACER_FOLDER
108108
RUN wget -O $DD_TRACER_FOLDER/dd-java-agent.jar https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/$DD_TRACER_VERSION/dd-java-agent-$DD_TRACER_VERSION.jar
109+
110+
COPY --from=registry.ddbuild.io/dd-octo-sts:v1.8.2 /usr/local/bin/dd-octo-sts /usr/local/bin/dd-octo-sts

0 commit comments

Comments
 (0)