-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deps(ironbank): Bump ubi version to 9.5 (#14644)
Made with ❤️️ by updatecli Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1370ce4
commit 88bba04
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
--- | ||
apiVersion: v1 | ||
|
||
# The repository name in registry1, excluding /ironbank/ | ||
name: "elastic/apm-server/apm-server" | ||
|
||
# List of tags to push for the repository in registry1 | ||
# The most specific version should be the first tag and will be shown | ||
# on ironbank.dsop.io | ||
tags: | ||
- "${APM_SERVER_VERSION}" | ||
- "latest" | ||
|
||
# Build args passed to Dockerfile ARGs | ||
args: | ||
BASE_IMAGE: "redhat/ubi/ubi9" | ||
BASE_TAG: "9.4" | ||
BASE_TAG: "9.5" | ||
ELASTIC_STACK: "${APM_SERVER_VERSION}" | ||
ELASTIC_PRODUCT: "apm-server" | ||
|
||
# Docker image labels | ||
labels: | ||
org.opencontainers.image.title: "apm-server" | ||
|
@@ -36,7 +32,6 @@ labels: | |
mil.dso.ironbank.image.type: "commercial" | ||
## Product the image belongs to for grouping multiple images | ||
mil.dso.ironbank.product.name: "apm-server" | ||
|
||
# List of resources to make available to the offline build context | ||
resources: | ||
- filename: "apm-server-${APM_SERVER_VERSION}-linux-x86_64.tar.gz" | ||
|
@@ -49,8 +44,6 @@ resources: | |
validation: | ||
type: sha256 | ||
value: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c | ||
|
||
|
||
# List of project maintainers | ||
maintainers: | ||
- email: "[email protected]" | ||
|