File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
command : |
11
11
.buildkite/scripts/steps/integration-package.sh
12
12
artifact_paths :
13
- - build/distributions/**
13
+ - " build/distributions/elastic-agent-service-git-*.docker.tar.gz "
14
14
agents :
15
15
provider : " gcp"
16
16
machineType : " c2-standard-16"
25
25
command : |
26
26
.buildkite/scripts/steps/integration-package.sh
27
27
artifact_paths :
28
- - build/distributions/**
28
+ - " build/distributions/elastic-agent-service-git-*.docker.tar.gz "
29
29
agents :
30
30
provider : " aws"
31
31
instanceType : " t4g.2xlarge"
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ DOCKER_PASSWORD_SECRET=$(retry 5 vault kv get -field password "${DOCKER_REGISTRY
48
48
skopeo login --username " ${DOCKER_USERNAME_SECRET} " --password " ${DOCKER_PASSWORD_SECRET} " " ${DOCKER_REGISTRY} "
49
49
50
50
# download the amd64 and arm64 builds of the image from the previous steps
51
- buildkite-agent artifact download build/distributions/** . --step ' packaging-service-container-amd64'
52
- buildkite-agent artifact download build/distributions/** . --step ' packaging-service-container-arm64'
51
+ buildkite-agent artifact download " build/distributions/**" . --step " packaging-service-container-amd64"
52
+ buildkite-agent artifact download " build/distributions/**" . --step " packaging-service-container-arm64"
53
53
54
54
# copy the images into the private image location
55
- skopeo copy --all " docker-archive:./build/distributions/elastic-agent-service-$BUILD_VERSION -linux-amd64.tar.gz" " docker://$PRIVATE_IMAGE "
56
- skopeo copy --all " docker-archive:./build/distributions/elastic-agent-service-$BUILD_VERSION -linux-arm64.tar.gz" " docker://$PRIVATE_IMAGE "
55
+ skopeo copy --all " docker-archive:./build/distributions/elastic-agent-service-$DOCKER_TAG - $ BUILD_VERSION -linux-amd64.docker .tar.gz" " docker://$PRIVATE_IMAGE "
56
+ skopeo copy --all " docker-archive:./build/distributions/elastic-agent-service-$DOCKER_TAG - $ BUILD_VERSION -linux-arm64.docker .tar.gz" " docker://$PRIVATE_IMAGE "
57
57
58
58
annotate " * Image: $PRIVATE_IMAGE "
59
59
annotate " * Short commit: $VERSION "
You can’t perform that action at this time.
0 commit comments