Skip to content

Commit

Permalink
update ironbank image product name
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 beats artifact urls.

For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz
  • Loading branch information
jmlrt committed Aug 25, 2022
1 parent 9cab775 commit 382c882
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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: "auditbeat"

# List of resources to make available to the offline build context
resources:
Expand Down
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: "filebeat"

# List of resources to make available to the offline build context
resources:
Expand Down
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: "metricbeat"

# List of resources to make available to the offline build context
resources:
Expand Down
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: "packetbeat"

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

0 comments on commit 382c882

Please sign in to comment.