UNCLASSIFIED

Commit 9ff173bb authored by Salvador Orozco Villalever's avatar Salvador Orozco Villalever
Browse files

Update hardening_manifest.yaml to consume SQL Server 2019 CU10 tar files.

parent 4d6f4b75
Pipeline #264434 passed with stages
in 18 minutes and 23 seconds
......@@ -8,3 +8,6 @@
download-tar-files.sh
build-container-image.sh
send-merge-request-to-gitlab.sh
# Log files
build.log
\ No newline at end of file
......@@ -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-CU8-rhel-8"
- "2019-CU10-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: "SQL Server 2019 on RHEL8 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
......@@ -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-CU8-rhel-8"
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"
......@@ -37,21 +37,6 @@ labels:
# Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "microsoft/microsoft"
# List of resources to make available to the offline build context
resources:
- url: "https://hlspubdist.blob.core.windows.net/15d0d4073d23-4/mssql-server-2019-cu8/15.0.4073.23-4/rhel8-dsop/rpms.tar.gz"
filename: "rpms.tar.gz" # [required field] desired staging name for the build context
validation:
type: "sha512" # supported: sha256, sha512
value: "77d2f69325f18be43eceb5064f4836515c19dc58d94f9fe2d4fd113e76dc114dedbae6d453b38bde811d551a20d0f1aaff19ae68ccde51f2778002c867871287" # must be lowercase
- url: "https://hlspubdist.blob.core.windows.net/15d0d4073d23-4/mssql-server-2019-cu8/15.0.4073.23-4/rhel8-dsop/install.tar.gz"
filename: "install.tar.gz"
validation:
type: "sha512"
value: "6e0d5030711e87d1e1c591100316e3bb810cd5d51a139c9d5a69476bd701f0107b6bf869728480e9d14c0b49eddfb72882cd3f2dcb70dfbe1e6619f46c35d593"
# if the file you pull is from a github repo, make sure this is the official repo for that file,
# and indicate that in a comment in this file
# List of project maintainers
maintainers:
- email: "saorozco@microsoft.com"
......@@ -59,4 +44,15 @@ maintainers:
name: "Salvador Orozco Villalever"
# The gitlab username of the current container owner
username: "saorozco_msft"
cht_member: false # NOTE: Include if the maintainer is a member of CHT
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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment