Skip to content

Commit

Permalink
[migrate-agent-iam] Updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR committed Jul 9, 2024
1 parent cf44df0 commit 667c594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab/container_build/docker_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
powershell
-C C:\mnt\ci-scripts\docker-login.ps1
- If ($lastExitCode -ne "0") { throw "Previous command returned $lastExitCode" }
# TODO: Use docker buildx and push to registry.ddbuild.io
- powershell -Command "docker build --no-cache --build-arg GENERAL_ARTIFACTS_CACHE_BUCKET_URL=${GENERAL_ARTIFACTS_CACHE_BUCKET_URL} ${BUILD_ARG} --pull --file ${BUILD_CONTEXT}/windows/amd64/Dockerfile --tag ${TARGET_TAG} ${BUILD_CONTEXT}"
- If ($lastExitCode -ne "0") { throw "Previous command returned $lastExitCode" }
- docker push ${TARGET_TAG}
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/container_build/fakeintake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker_build_fakeintake:
tags: ["arch:amd64"]
variables:
CI_ENABLE_CONTAINER_IMAGE_BUILDS: "true"
TARGET: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent/fakeintake:v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}
TARGET: registry.ddbuild.io/ci/datadog-agent/fakeintake:v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}
DOCKERFILE: test/fakeintake/Dockerfile
PLATFORMS: linux/amd64,linux/arm64
BUILD_CONTEXT: .
Expand Down

0 comments on commit 667c594

Please sign in to comment.