mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1 linux/amd64

mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1 - 国内下载镜像源 浏览次数:11

这是一个基于Red Hat Enterprise Linux (RHEL) 的Microsoft SQL Server容器镜像。

源镜像 mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1
镜像ID sha256:448ac014e602babd569f319e9ce5883be7819234ce8676b2a8e82814b5c923e6
镜像TAG 2022-CU19-rhel-9.1
大小 1.93GB
镜像源 mcr.microsoft.com
CMD /opt/mssql/bin/sqlservr
启动入口 /opt/mssql/bin/launch_sqlservr.sh
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-04-24T05:46:51.889661734Z
同步时间 2025-05-16 15:59
更新时间 2025-05-17 17:26
开放端口
1433/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci MSSQL_RPC_PORT=135 MSSQL_PID=developer
镜像标签
x86_64: architecture 2025-04-08T08:37:46Z: build-date Microsoft SQL Server: com.microsoft.product 16.0.4195.2: com.microsoft.version ubi9-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Microsoft SQL Server: description public: distribution-scope 1.37.6: io.buildah.version Microsoft SQL Server: io.k8s.description Microsoft SQL Server: io.k8s.display-name : io.openshift.expose-services base rhel9: io.openshift.tags Red Hat, Inc.: maintainer mcr.microsoft.com/mssql/rhel9/server: name 1: release docker run --name mssql-server -e ACCEPT_EULA=Y -e SA_PASSWORD=<password> -p 1433:1433 -d <IMAGE ID> : run Microsoft SQL Server: summary https://www.microsoft.com/en-us/sql-server/: url 7c3ec864c7dfbb620cbb0fe45bfc382aedcc452f: vcs-ref git: vcs-type Microsoft: vendor 16.0.4195.2: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1  mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1  mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1

Shell快速替换命令

sed -i 's#mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1  mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1  mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1'

镜像构建历史


# 2025-04-24 13:46:51  0.00B 
/bin/sh -c #(nop) CMD ["/opt/mssql/bin/sqlservr"]
                        
# 2025-04-24 13:46:51  0.00B 
/bin/sh -c #(nop) ENTRYPOINT ["/opt/mssql/bin/launch_sqlservr.sh"]
                        
# 2025-04-24 13:46:51  0.00B 
/bin/sh -c #(nop) USER mssql
                        
# 2025-04-24 13:46:50  338.50MB 
|1 ARG_MSSQL_PID=developer /bin/sh -c /tmp/install.sh rhel9 
                        
# 2025-04-24 13:46:12  1.39GB 
/bin/sh -c #(nop) COPY dir:e2f4c85b9624482c8a10cddb1f746f46b7cc371a307316899ca4beb93d6a52c7 in / 
                        
# 2025-04-24 13:46:07  0.00B 
/bin/sh -c #(nop) ENV MSSQL_PID=$ARG_MSSQL_PID
                        
# 2025-04-24 13:46:07  0.00B 
/bin/sh -c #(nop) ENV MSSQL_RPC_PORT=135
                        
# 2025-04-24 13:46:07  0.00B 
/bin/sh -c #(nop) EXPOSE 1433
                        
# 2025-04-24 13:46:07  0.00B 
/bin/sh -c #(nop) LABEL name="mcr.microsoft.com/mssql/rhel9/server"       vendor="Microsoft"       version="16.0.4195.2"       release="1"       summary="Microsoft SQL Server"       description="Microsoft SQL Server"       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="16.0.4195.2"
                        
# 2025-04-24 13:46:07  0.00B 
/bin/sh -c #(nop) MAINTAINER dpgswdist@microsoft.com
                        
# 2025-04-24 13:46:07  0.00B 
/bin/sh -c #(nop) ARG ARG_MSSQL_PID
                        
# 2025-04-08 16:46:10  939.00B 
/bin/sh
                        
# 2025-04-08 16:45:56  205.27MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-04-08T08:45:23" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7c3ec864c7dfbb620cbb0fe45bfc382aedcc452f" "build-date"="2025-04-08T08:37:46Z" "release"="1744101466"
                        
# 2025-04-08 16:45:55  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-04-08 16:45:55  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-04-08 16:45:55  0.00B 
/bin/sh -c #(nop) COPY dir:84f5c0847c9695a665a4703c9cc51c3bb1a14f8a0922801e49eb1d541581dd69 in / 
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9"       version="9.5"       distribution-scope="public"
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-04-08 16:45:54  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:448ac014e602babd569f319e9ce5883be7819234ce8676b2a8e82814b5c923e6",
    "RepoTags": [
        "mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1"
    ],
    "RepoDigests": [
        "mcr.microsoft.com/mssql/rhel/server@sha256:318b92a54d48b9e5a1d98b58f24a007459ab80169ffaa7d80757ac2b2f4c4ca7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/mssql/rhel/server@sha256:742150dc309e895cbca6a1ed4ac057cb1e4f1b89c980d8caa34e7b062abf4d49"
    ],
    "Parent": "",
    "Comment": "FROM 139ebf47bc7f",
    "Created": "2025-04-24T05:46:51.889661734Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "dpgswdist@microsoft.com",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "mssql",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "1433/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "MSSQL_RPC_PORT=135",
            "MSSQL_PID=developer"
        ],
        "Cmd": [
            "/opt/mssql/bin/sqlservr"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/opt/mssql/bin/launch_sqlservr.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-04-08T08:37:46Z",
            "com.microsoft.product": "Microsoft SQL Server",
            "com.microsoft.version": "16.0.4195.2",
            "com.redhat.component": "ubi9-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Microsoft SQL Server",
            "distribution-scope": "public",
            "io.buildah.version": "1.37.6",
            "io.k8s.description": "Microsoft SQL Server",
            "io.k8s.display-name": "Microsoft SQL Server",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "mcr.microsoft.com/mssql/rhel9/server",
            "release": "1",
            "run": "docker run --name mssql-server         -e ACCEPT_EULA=Y -e SA_PASSWORD=\u003cpassword\u003e         -p 1433:1433         -d \u003cIMAGE ID\u003e ",
            "summary": "Microsoft SQL Server",
            "url": "https://www.microsoft.com/en-us/sql-server/",
            "vcs-ref": "7c3ec864c7dfbb620cbb0fe45bfc382aedcc452f",
            "vcs-type": "git",
            "vendor": "Microsoft",
            "version": "16.0.4195.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1929699140,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6bc3c210bb3d3db856d55df6a4c324bafcc763ad359742a0bf2def8c9ebc9612/diff:/var/lib/docker/overlay2/b346e9b60c8810174d3c639ad6122a88345aff3fb1b21765c74ff86ea4524d34/diff:/var/lib/docker/overlay2/a53f761f4de3594f149ad59e66e967a16ce0c8418f6ab02f82aa526860d4b024/diff",
            "MergedDir": "/var/lib/docker/overlay2/315edd867bc34d86d5a7d9922cf29e6c3e44aa96e2fbc2238c17599e02cfc6e3/merged",
            "UpperDir": "/var/lib/docker/overlay2/315edd867bc34d86d5a7d9922cf29e6c3e44aa96e2fbc2238c17599e02cfc6e3/diff",
            "WorkDir": "/var/lib/docker/overlay2/315edd867bc34d86d5a7d9922cf29e6c3e44aa96e2fbc2238c17599e02cfc6e3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0b5f00642dad66874f99e820596166ac000d0e4ba1b681e0c006382075727b2d",
            "sha256:ee91f1eda2ae17f372a3f2fcb42087fcf553be5c73ccc13284f98bcd8ca8c34b",
            "sha256:2ed7eb12d4404fd4f4327422d061ecabbee04e91b0a3b2c953b2c7ba6dd65dda",
            "sha256:f2183b3e320fe64a9249b51f9eac73342eab38181bf6395531ed76b3d3bf0792"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-16T15:57:52.210854668+08:00"
    }
}

更多版本

mcr.microsoft.com/mssql/rhel/server:latest

linux/amd64 mcr.microsoft.com1.94GB2025-04-17 08:54
65

mcr.microsoft.com/mssql/rhel/server:2022-CU19-rhel-9.1

linux/amd64 mcr.microsoft.com1.93GB2025-05-16 15:59
10