diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index bc9e0649e86c8e0dbece6ad4a41da42945c63009..011918b81732ad28353de423d69f10bd199d59aa 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "kong/kong/kongee" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.2.1.0" +- "2.3.2.0" - "latest" # Build args passed to Dockerfile ARGs @@ -18,7 +18,7 @@ args: # Docker image labels labels: - org.opencontainers.image.title: "KongEE-2.2.1.0" + org.opencontainers.image.title: "KongEE-2.3.2.0" ## Human-readable description of the software packaged in the image org.opencontainers.image.description: "Kong Gateway is an open-source, lightweight API gateway optimized for microservices, delivering unparalleled latency, performance, and scalability." ## License(s) under which contained software is distributed @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://docs.konghq.com/enterprise/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Kong" - org.opencontainers.image.version: "2.2.1.0" + org.opencontainers.image.version: "2.3.2.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "api,gateway,proxy" ## This value can be "opensource" or "commercial" @@ -37,11 +37,14 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://bintray.com/kong/kong-rpm/download_file?file_path=rhel/8/kong-2.2.1.rhel8.amd64.rpm" - filename: "kong-enterprise-edition-rhel8.noarch.rpm" - validation: - type: "sha256" - value: "53d99c5dd85d7471d736b6b55b38292a432ff414de16b1922f602454059fd79d" +- url: "https://kong.bintray.com/kong-enterprise-edition-rpm/rhel/8/kong-enterprise-edition-2.3.2.0.rhel8.noarch.rpm" + filename: "kong-enterprise-edition-rhel8.noarch.rpm" + validation: + type: "sha256" + value: "5b4312d2566aaa062fa99f851f8f80e651d6c787bb7829cbd96dfb491f4489c2" + auth: + type: "basic" + id: "kongee-credential" # List of project maintainers maintainers: @@ -51,4 +54,4 @@ maintainers: cht_member: true - name: "Ahmed Koshok" username: "akoshok" - email: "ahmed.koshok@konghq.com" \ No newline at end of file + email: "ahmed.koshok@konghq.com"