Skip to content

Commit

Permalink
update ironbank image product name (#1009) (#1020)
Browse files Browse the repository at this point in the history
This is required to automate the creation of the ironbank merge requests as the ubireleaser is using this field to compute the elastic-agent artifact url.

For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/elastic-agent-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-8.4.0-linux-x86_64.tar.gz

(cherry picked from commit 91d4854)

Co-authored-by: Julien Mailleret <[email protected]>
  • Loading branch information
mergify[bot] and jmlrt authored Aug 26, 2022
1 parent 88efae5 commit 7f1e4df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ labels:
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "beats"
mil.dso.ironbank.product.name: "elastic-agent"

# List of resources to make available to the offline build context
resources:
Expand Down

0 comments on commit 7f1e4df

Please sign in to comment.