Skip to content

Commit 5b1b889

Browse files
authored
Authenticate to elastic docker registry for resolving wolfi image (#114347)
We need to resolve the latest wolfi image from our docker registry
1 parent 0ed5959 commit 5b1b889

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.buildkite/pipelines/dra-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ steps:
22
- command: .buildkite/scripts/dra-workflow.sh
33
env:
44
USE_DRA_CREDENTIALS: "true"
5+
USE_PROD_DOCKER_CREDENTIALS: "true"
56
agents:
67
provider: gcp
78
image: family/elasticsearch-ubuntu-2204
@@ -18,4 +19,5 @@ steps:
1819
branch: "${BUILDKITE_BRANCH}"
1920
env:
2021
DRA_WORKFLOW: staging
22+
USE_PROD_DOCKER_CREDENTIALS: "true"
2123
if: build.env('DRA_WORKFLOW') == 'staging'

.buildkite/pipelines/periodic-packaging.template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ steps:
2727
image: family/elasticsearch-{{matrix.image}}
2828
diskSizeGb: 350
2929
machineType: n1-standard-8
30-
env: {}
30+
env:
31+
USE_PROD_DOCKER_CREDENTIALS: "true"
3132
- group: packaging-tests-upgrade
3233
steps: $BWC_STEPS
3334
- group: packaging-tests-windows

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ steps:
2828
image: family/elasticsearch-{{matrix.image}}
2929
diskSizeGb: 350
3030
machineType: n1-standard-8
31-
env: {}
31+
env:
32+
USE_PROD_DOCKER_CREDENTIALS: "true"
3233
- group: packaging-tests-upgrade
3334
steps:
3435
- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"

.buildkite/pipelines/pull-request/packaging-tests-unix-sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ steps:
2424
diskSizeGb: 350
2525
machineType: custom-16-32768
2626
env:
27+
USE_PROD_DOCKER_CREDENTIALS: "true"
2728
PACKAGING_TASK: "{{matrix.PACKAGING_TASK}}"

0 commit comments

Comments
 (0)