Skip to content

Commit

Permalink
Use architecture specific tag for building cloud-ess image (#90074)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Sep 15, 2022
1 parent db73aa0 commit 3603aa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/build.gradle
Expand Up @@ -408,7 +408,7 @@ void addBuildEssDockerImageTask(Architecture architecture) {

from(projectDir.resolve("src/docker/Dockerfile.cloud-ess")) {
expand([
base_image: "elasticsearch${DockerBase.CLOUD.suffix}:${VersionProperties.elasticsearch}"
base_image: "elasticsearch${DockerBase.CLOUD.suffix}:${architecture.classifier}"
])
filter SquashNewlinesFilter
rename ~/Dockerfile\.cloud-ess$/, 'Dockerfile'
Expand Down

0 comments on commit 3603aa7

Please sign in to comment.