Skip to content

Commit

Permalink
chore: deps(ironbank): Bump ubi version to 9.5 (#14644)
Browse files Browse the repository at this point in the history
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.
9 changes: 1 addition & 8 deletions packaging/ironbank/hardening_manifest.yaml
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"
Expand All @@ -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"
Expand All @@ -49,8 +44,6 @@ resources:
validation:
type: sha256
value: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c


# List of project maintainers
maintainers:
- email: "[email protected]"
Expand Down

0 comments on commit 88bba04

Please sign in to comment.