Skip to content

Commit

Permalink
Use upgraded base images that provide agent 'embedded' libs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 22, 2024
1 parent 4c54c58 commit 5cc8bf9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ variables:
# Base repository paths for where our CI images go, whether they're helper images or actual
# output artifacts like ADP itself.
SALUKI_IMAGE_REPO_BASE: "${IMAGE_REGISTRY}/saluki"
SALUKI_BUILD_CI_IMAGE: "${SALUKI_IMAGE_REPO_BASE}/build-ci:v42220630-6ad1da61"
SALUKI_SMP_CI_IMAGE: "${SALUKI_IMAGE_REPO_BASE}/smp-ci:v40512394-da9e8d37"
# Build image built from https://gitlab.ddbuild.io/DataDog/saluki/-/jobs/680115405
SALUKI_BUILD_CI_IMAGE: "${SALUKI_IMAGE_REPO_BASE}/build-ci:v47149479-1559e905"
# CI image built from https://gitlab.ddbuild.io/DataDog/saluki/-/jobs/680099602
SALUKI_SMP_CI_IMAGE: "${SALUKI_IMAGE_REPO_BASE}/smp-ci:v47148172-419daeb2"
# 'general' image built with dd-python-libs
# registry.ddbuild.io/saluki/general-ci:v47148172-419daeb2
# from https://gitlab.ddbuild.io/DataDog/saluki/-/jobs/680099601


# ADP-specific variables, controlling how we build ADP images, how we version them, and where we push them.
ADP_VERSION_BASE: "0.1.0"
Expand Down

0 comments on commit 5cc8bf9

Please sign in to comment.