File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 99 TF_VAR_integration_server_docker_image : " ${CI_ELASTIC_AGENT_DOCKER_IMAGE}:${CUSTOM_IMAGE_TAG}"
1010
1111 IMAGE_UBUNTU_2404_X86_64 : " platform-ingest-elastic-agent-ubuntu-2404-1744855248"
12- IMAGE_UBUNTU_X86_64_FIPS : " test- platform-ingest-elastic-agent-ubuntu-2204-fips-1748876280 "
13- IMAGE_UBUNTU_ARM64_FIPS : " test- platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1748876280 "
12+ IMAGE_UBUNTU_X86_64_FIPS : " platform-ingest-elastic-agent-ubuntu-2204-fips-1748955449 "
13+ IMAGE_UBUNTU_ARM64_FIPS : " platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1748955449 "
1414
1515steps :
1616 - label : Build and push custom elastic-agent image
2020 env :
2121 FIPS : " true"
2222 command : |
23- #!/usr/bin/env bash
24- set -euo pipefail
2523 buildkite-agent artifact download build/distributions/elastic-agent-fips-cloud-*-linux-amd64.docker.tar.gz . --step 'packaging-containers-x86-64-fips'
2624 mage cloud:load
2725 mage cloud:push
3735 env :
3836 ASDF_TERRAFORM_VERSION : 1.9.2
3937 command : |
40- #!/usr/bin/env bash
41- set -euo pipefail
4238 source .buildkite/scripts/steps/ess_start.sh
4339 artifact_paths :
4440 - test_infra/ess/*.tfstate
You can’t perform that action at this time.
0 commit comments