File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,12 @@ buildkite-agent artifact download "build/distributions/**" . --step "packaging-s
45
45
docker load -i ./build/distributions/elastic-agent-service-$DOCKER_TAG -$BUILD_VERSION -linux-amd64.docker.tar.gz
46
46
docker image tag " elastic-agent-service:$DOCKER_TAG " " $PRIVATE_IMAGE "
47
47
docker push " $PRIVATE_IMAGE "
48
- # DEBUG
49
- docker image inspect " $PRIVATE_IMAGE "
50
- ARM64_DIGEST=$( docker image inspect --format " {{index .RepoDigests 0}}" " $PRIVATE_IMAGE " )
48
+ AMD64_DIGEST=$( docker image inspect --format " {{index .RepoDigests 0}}" " $PRIVATE_IMAGE " )
51
49
52
50
# ARM64 (overwrites AMD64 tags)
53
51
docker load -i ./build/distributions/elastic-agent-service-$DOCKER_TAG -$BUILD_VERSION -linux-arm64.docker.tar.gz
54
52
docker image tag " elastic-agent-service:$DOCKER_TAG " " $PRIVATE_IMAGE "
55
53
docker push " $PRIVATE_IMAGE "
56
- # DEBUG
57
- docker image inspect " $PRIVATE_IMAGE "
58
54
ARM64_DIGEST=$( docker image inspect --format " {{index .RepoDigests 0}}" " $PRIVATE_IMAGE " )
59
55
60
56
# at this point the $PRIVATE_IMAGE is pointing to only the arm64 based image, we need the image to
You can’t perform that action at this time.
0 commit comments