UNCLASSIFIED

Commit d8a070b3 authored by Salvador Orozco Villalever's avatar Salvador Orozco Villalever
Browse files

Remove the 'LABEL' section in the Dockerfile given that the Repo1 build...

Remove the 'LABEL' section in the Dockerfile given that the Repo1 build pipeline showed a failure due to its existence.
parent 3831322a
Pipeline #197166 passed with stages
in 36 minutes and 8 seconds
......@@ -11,24 +11,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
MAINTAINER dpgswdist@microsoft.com
### Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels
LABEL name="registry1.dsop.io/ironbank/microsoft/microsoft/microsoft-sql-server-2019/" \
vendor="Microsoft" \
version="15.0.4073.23" \
release="4" \
summary="Microsoft SQL Server" \
description="Microsoft SQL Server" \
### Required labels above - recommended below
url="https://www.microsoft.com/en-us/sql-server/" \
run='docker run --name mssql-server \
-e ACCEPT_EULA=Y -e SA_PASSWORD=<password> \
-p 1433:1433 \
-d <IMAGE ID> ' \
io.k8s.description="Microsoft SQL Server" \
io.k8s.display-name="Microsoft SQL Server" \
com.microsoft.product="Microsoft SQL Server" \
com.microsoft.version="15.0.4073.23"
EXPOSE 1433
ENV MSSQL_RPC_PORT=135
......
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