From db13104d27703e75e883748e0b196a575342ca96 Mon Sep 17 00:00:00 2001 From: SQL Helsinki Automation Date: Wed, 16 Jun 2021 22:12:41 -0700 Subject: [PATCH] TESTING AUTOMATION - PLEASE IGNORE. Update hardening_manifest.yaml to consume tar files corresponding to SQL Server 2019 CU8. --- hardening_manifest.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 589a0b2..2f4b553 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ 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-CU8-rhel-8" - "latest" # Build args passed to Dockerfile ARGs @@ -21,7 +21,7 @@ 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 CU8 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-CU8-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" + - url: "https://saorozcotestsa.blob.core.windows.net/15d0d4073d23-11/mssql-server-2019-cu8/15.0.4073.23-11/rhel8-dsop/rpms.tar.gz" filename: "rpms.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" + value: "08212fc2d3fbffeb4bfac96a29bf26378b6cbb7bdf94263c357e30f2a6f7f65ab93df9ec27c0914ad954d701efddf3599bbea974c561eba3b2638a7423d949c1" + - url: "https://saorozcotestsa.blob.core.windows.net/15d0d4073d23-11/mssql-server-2019-cu8/15.0.4073.23-11/rhel8-dsop/install.tar.gz" filename: "install.tar.gz" validation: type: "sha512" - value: "00643a08ae7be9a22a51bfc510cc048ac6958396287f1572a4798c246b6adb88e40263e631be09a06b655542f4f7553f5b77dec519a35b014cfadc3e6f0e44be" + value: "ddc8a82910d8d328437b3e1f3bec34d66b7e50b15222ade7306ba9842cd6dcb6c8e620b726f7180e818ca392e17446aa647e13ef9976cc7d6d4fa7d8a7c72f6d" -- GitLab