Commit 45f31187 by Arve Knudsen Committed by GitHub

devenv: Upgrade MSSQL Docker image (#28749)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent cfbbab9b
FROM mcr.microsoft.com/mssql/server:2017-CU4-ubuntu
FROM mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-18.04
WORKDIR /usr/setup
COPY . /usr/setup
RUN chmod +x /usr/setup/setup.sh
COPY setup.sh setup.sql.template entrypoint.sh ./
USER root
RUN chmod +x setup.sh
RUN chown -R mssql ./
USER mssql
CMD /bin/bash ./entrypoint.sh
#/bin/bash
set -eo pipefail
#wait for the SQL Server to come up
sleep 15s
......
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