From bab99a06c07ebf557d1b471de0ba18b4bf28ecce Mon Sep 17 00:00:00 2001 From: Salvador Orozco Villalever Date: Wed, 18 Aug 2021 15:22:15 -0700 Subject: [PATCH] Add hardening_manifest.yaml file for SQL Server 2019 CU12. --- hardening_manifest.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 589a0b2..50f0806 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,20 +8,20 @@ name: "microsoft/microsoft/microsoft-sql-server-2019-rhel8" # The most specific version should be the first tag and will be shown # on ironbank.dso.mil tags: -- "2019-CU10-rhel-8" +- "2019-CU12-rhel-8" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_TAG: "8.4" # Docker image labels labels: # Name of the image org.opencontainers.image.title: "microsoft-sql-server-2019-rhel8" # Human-readable description of the software packaged in the image - org.opencontainers.image.description: "Container image of SQL Server 2019 CU10 on RHEL 8. SQL Server is a relational database management system (RDBMS) developed by Microsoft." + org.opencontainers.image.description: "Container image of SQL Server 2019 CU12 on RHEL 8. SQL Server is a relational database management system (RDBMS) developed by Microsoft." # License(s) under which contained software is distributed org.opencontainers.image.licenses: "Developer, Enterprise Core, Enterprise, Evaluation, Express, Standard, Web" # URL to find more information on the image @@ -29,7 +29,7 @@ labels: # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Microsoft Corporation" # Authoritative version of the software - org.opencontainers.image.version: "2019-CU10-rhel-8" + org.opencontainers.image.version: "2019-CU12-rhel-8" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "database,db,sql,relational database,container,analytics,storage,security" # This value can be "opensource" or "commercial" @@ -46,13 +46,13 @@ maintainers: username: "saorozco_msft" resources: - - url: "https://hlspubdist.blob.core.windows.net/15d0d4123d1-5/mssql-server-2019-cu10/15.0.4123.1-5/rhel8-dsop/rpms.tar.gz" - filename: "rpms.tar.gz" + - url: "https://hlspubdist.blob.core.windows.net/15d0d4153d1-6/mssql-server-2019-cu12/15.0.4153.1-6/rhel8-dsop/install.tar.gz" + filename: "install.tar.gz" validation: type: "sha512" - value: "42034b3f6d04e4045af1dc89c28cd0355069948eebc200f68a3333d0b2cef0a181f46f0459d57b4512f8997f329a271031ffbe3b684ed5d4cf2903c8255ba480" - - url: "https://hlspubdist.blob.core.windows.net/15d0d4123d1-5/mssql-server-2019-cu10/15.0.4123.1-5/rhel8-dsop/install.tar.gz" - filename: "install.tar.gz" + value: "0b1133faf2398c2ff3430dbb1a47d5e93f91c755e5fdd2058b13ced1a20de64a9ec57fec0750c12857780de5a7a41832110ecee40537e9faaf57410121453439" + - url: "https://hlspubdist.blob.core.windows.net/15d0d4153d1-6/mssql-server-2019-cu12/15.0.4153.1-6/rhel8-dsop/rpms.tar.gz" + filename: "rpms.tar.gz" validation: type: "sha512" - value: "00643a08ae7be9a22a51bfc510cc048ac6958396287f1572a4798c246b6adb88e40263e631be09a06b655542f4f7553f5b77dec519a35b014cfadc3e6f0e44be" + value: "1ea5fc893ac3a18a9765d53788b2a564872cf0c83c8e5e67e1de2c8344e0ecc1cbe4fa2e8ae01973983f39533ffa254a64378d1441ba314111ce6ccb81cef351" -- GitLab