From c2f1889e75caad099c5693ee9a6443e21f42835e Mon Sep 17 00:00:00 2001 From: SQL Server Release Engineering Automation Date: Tue, 10 Aug 2021 16:32:34 -0700 Subject: [PATCH] SAOROZCO TESTING AUTOMATION - PLEASE IGNORE. Update hardening_manifest.yaml to consume tar files corresponding to SQL Server 2019 CU10. --- hardening_manifest.yaml.test | 58 ++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 hardening_manifest.yaml.test diff --git a/hardening_manifest.yaml.test b/hardening_manifest.yaml.test new file mode 100644 index 0000000..589a0b2 --- /dev/null +++ b/hardening_manifest.yaml.test @@ -0,0 +1,58 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "microsoft/microsoft/microsoft-sql-server-2019-rhel8" + +# 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.dso.mil +tags: +- "2019-CU10-rhel-8" +- "latest" + +# Build args passed to Dockerfile ARGs +args: + BASE_IMAGE: "redhat/ubi/ubi8" + BASE_TAG: "8.3" + +# 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." + # 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 + org.opencontainers.image.url: "https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-docker-container-deployment" + # 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" + # 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" + mil.dso.ironbank.image.type: "commercial" + # Product the image belongs to for grouping multiple images + mil.dso.ironbank.product.name: "microsoft/microsoft" + +# List of project maintainers +maintainers: +- email: "saorozco@microsoft.com" + # The name of the current container owner + name: "Salvador Orozco Villalever" + # The gitlab username of the current container owner + 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" + 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" + validation: + type: "sha512" + value: "00643a08ae7be9a22a51bfc510cc048ac6958396287f1572a4798c246b6adb88e40263e631be09a06b655542f4f7553f5b77dec519a35b014cfadc3e6f0e44be" -- GitLab