diff --git a/.buildkite/bk.integration-fips.pipeline.yml b/.buildkite/bk.integration-fips.pipeline.yml index 7ea7b186f3a..1aa4352c96a 100644 --- a/.buildkite/bk.integration-fips.pipeline.yml +++ b/.buildkite/bk.integration-fips.pipeline.yml @@ -4,9 +4,9 @@ env: ASDF_MAGE_VERSION: 1.14.0 MS_GOTOOLCHAIN_TELEMETRY_ENABLED: "0" - IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1757120457" - IMAGE_UBUNTU_X86_64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-1757120457" - IMAGE_UBUNTU_ARM64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1757120457" + IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1757725254" + IMAGE_UBUNTU_X86_64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-1757725254" + IMAGE_UBUNTU_ARM64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1757725254" ASDF_TERRAFORM_VERSION: 1.9.2 # This section is used to define the plugins that will be used in the pipeline. diff --git a/.buildkite/bk.integration.pipeline.yml b/.buildkite/bk.integration.pipeline.yml index b9bd9a90bab..c1266e9406f 100644 --- a/.buildkite/bk.integration.pipeline.yml +++ b/.buildkite/bk.integration.pipeline.yml @@ -6,12 +6,12 @@ env: # The following images are defined here and their values will be updated by updatecli # Please do not change them manually. - IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1757120457" - IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1757120457" - IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1757120457" - IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1757120457" - IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1757120457" - IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1757120457" + IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1757725254" + IMAGE_UBUNTU_2404_ARM_64: "platform-ingest-elastic-agent-ubuntu-2404-aarch64-1757725254" + IMAGE_RHEL_8: "platform-ingest-elastic-agent-rhel-8-1757725254" + IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1757725254" + IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1757725254" + IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1757725254" ASDF_TERRAFORM_VERSION: 1.9.2 # This section is used to define the plugins that will be used in the pipeline. diff --git a/.buildkite/integration.pipeline.yml b/.buildkite/integration.pipeline.yml index 2cdc777867d..1cd84435c76 100644 --- a/.buildkite/integration.pipeline.yml +++ b/.buildkite/integration.pipeline.yml @@ -6,8 +6,8 @@ env: # The following images are defined here and their values will be updated by updatecli # Please do not change them manually. - IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1757120457" - IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1757120457" + IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1757725254" + IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1757725254" common: - vault_docker_login: &vault_docker_login diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2ed26703ba9..326e0c879c5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,12 +5,12 @@ env: # The following images are defined here and their values will be updated by updatecli # Please do not change them manually. - IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1757120457" - IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1757120457" - IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1757120457" - IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1757120457" - IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1757120457" - IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1757120457" + IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1757725254" + IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1757725254" + IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1757725254" + IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1757725254" + IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1757725254" + IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1757725254" steps: - label: "check-ci"