• Joined on 2025-10-02

mssql-server (2022-latest)

Published 2025-12-10 22:00:47 +08:00 by Yess

Installation

docker pull www.tygitea.icu/yess/mssql-server:2022-latest
sha256:5670bba89a40666484db3fc14bef4bb426b927e0697522a498132d52d260c75f

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 in /
CMD ["/bin/bash"]
ARG ARG_MSSQL_PID=developer
LABEL vendor=Microsoft com.microsoft.product=Microsoft SQL Server com.microsoft.version=16.0.4225.2
EXPOSE [1433/tcp]
ENV MSSQL_RPC_PORT=135
ENV CONFIG_EDGE_BUILD=
ENV MSSQL_PID=developer
RUN |1 ARG_MSSQL_PID=developer /bin/sh -c tar -h -xf /install.tar # buildkit
RUN |1 ARG_MSSQL_PID=developer /bin/sh -c EXTRA_APT_PACKAGES="" /tmp/install.sh # buildkit
USER mssql
ENTRYPOINT ["/opt/mssql/bin/launch_sqlservr.sh"]
CMD ["/opt/mssql/bin/sqlservr"]

Labels

Key Value
com.microsoft.product Microsoft SQL Server
com.microsoft.version 16.0.4225.2
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
vendor Microsoft
Details
Container
2025-12-10 22:00:47 +08:00
1
OCI / Docker
linux/amd64
544 MiB
Versions (1) View all
2022-latest 2025-12-10