diff --git a/packaging/ironbank/hardening_manifest.yaml b/packaging/ironbank/hardening_manifest.yaml index bb5141b3d77..64396f8e57c 100644 --- a/packaging/ironbank/hardening_manifest.yaml +++ b/packaging/ironbank/hardening_manifest.yaml @@ -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: "ivan.fernandez@elastic.co"