docker.io/awesometechnologies/synapse-admin:latest linux/amd64

docker.io/awesometechnologies/synapse-admin:latest - 国内下载镜像源 浏览次数:46

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

这是一个名为 docker.io/awesometechnologies/synapse-admin 的 Docker 容器镜像。它很可能包含用于管理 Synapse (一个开源的矩阵服务器) 的工具和应用程序。具体功能需要参考镜像的文档或 README 文件才能得知。

源镜像 docker.io/awesometechnologies/synapse-admin:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest
镜像ID sha256:b4c1065250786d51845378cddbbaaf0ebdc1bece0eabe7d18f2d4cc28dea0a51
镜像TAG latest
大小 49.58MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 46 次
贡献者 is****i@163.com
镜像创建 2025-05-20T15:14:44.012104726Z
同步时间 2025-05-21 22:22
更新时间 2025-05-30 21:22
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.28.0 PKG_RELEASE=1 DYNPKG_RELEASE=1 NJS_VERSION=0.8.10 NJS_RELEASE=1
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer 2025-05-20T15:14:05.782Z: org.opencontainers.image.created Admin console for synapse Matrix homeserver: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses e8e28b5df1d8b1338570263a0d13b31d637324e1: org.opencontainers.image.revision https://github.com/Awesome-Technologies/synapse-admin: org.opencontainers.image.source synapse-admin: org.opencontainers.image.title https://github.com/Awesome-Technologies/synapse-admin: org.opencontainers.image.url 0.11.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest  docker.io/awesometechnologies/synapse-admin:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest  docker.io/awesometechnologies/synapse-admin:latest

Shell快速替换命令

sed -i 's#awesometechnologies/synapse-admin:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest  docker.io/awesometechnologies/synapse-admin:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest  docker.io/awesometechnologies/synapse-admin:latest'

镜像构建历史


# 2025-05-20 23:14:44  4.00B 执行命令并创建新的镜像层
RUN /bin/sh -c rm -rf /usr/share/nginx/html  && ln -s /app /usr/share/nginx/html # buildkit
                        
# 2025-05-20 23:14:43  1.35MB 复制新文件或目录到容器中
COPY /src/dist /app # buildkit
                        
# 2025-04-24 02:00:49  36.34MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${NJS_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             apk add -X "https://nginx.org/packages/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 libxslt-dev                 gd-dev                 geoip-dev                 libedit-dev                 bash                 alpine-sdk                 findutils                 curl             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"517bc18954ccf4efddd51986584ca1f37966833ad342a297e1fe58fd0faf14c5a4dabcb23519dca433878a2927a95d6bea05a6749ee2fa67a33bf24cdc41b1e4 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make module-geoip module-image-filter module-njs module-xslt                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi     && apk add --no-cache curl ca-certificates # buildkit
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.8.10
                        
# 2025-04-24 02:00:49  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2025-04-24 02:00:49  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-04-24 02:00:49  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-04-24 02:00:49  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-04-24 02:00:49  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2025-04-24 02:00:49  4.05MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && addgroup -g 101 -S nginx     && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             set -x             && KEY_SHA512="e09fa32f0a0eab2b879ccbbc4d0e4fb9751486eedda75e35fac65802cc9faa266425edf83e261137a2f4d16281ce2c1a5f4502930fe75154723da014214f0655"             && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub             && if echo "$KEY_SHA512 */tmp/nginx_signing.rsa.pub" | sha512sum -c -; then                 echo "key verification succeeded!";                 mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/;             else                 echo "key verification failed!";                 exit 1;             fi             && apk add -X "https://nginx.org/packages/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 bash                 alpine-sdk                 findutils                 curl             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"517bc18954ccf4efddd51986584ca1f37966833ad342a297e1fe58fd0faf14c5a4dabcb23519dca433878a2927a95d6bea05a6749ee2fa67a33bf24cdc41b1e4 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make base                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi     && apk add --no-cache gettext-envsubst     && apk add --no-cache tzdata     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log     && mkdir /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.28.0
                        
# 2025-04-24 02:00:49  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2025-02-14 11:28:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-02-14 11:28:36  7.83MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:b4c1065250786d51845378cddbbaaf0ebdc1bece0eabe7d18f2d4cc28dea0a51",
    "RepoTags": [
        "awesometechnologies/synapse-admin:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin:latest"
    ],
    "RepoDigests": [
        "awesometechnologies/synapse-admin@sha256:1829846c768a67ee0f64158450b57e55c8c1ef9b25c6422c0cb9f42a1ba79f05",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/awesometechnologies/synapse-admin@sha256:dcae8d651a0df5784046811b5d1a481eeebe9dc384e0f8f43c62c505860c2f31"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-20T15:14:44.012104726Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NGINX_VERSION=1.28.0",
            "PKG_RELEASE=1",
            "DYNPKG_RELEASE=1",
            "NJS_VERSION=0.8.10",
            "NJS_RELEASE=1"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.opencontainers.image.created": "2025-05-20T15:14:05.782Z",
            "org.opencontainers.image.description": "Admin console for synapse Matrix homeserver",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "e8e28b5df1d8b1338570263a0d13b31d637324e1",
            "org.opencontainers.image.source": "https://github.com/Awesome-Technologies/synapse-admin",
            "org.opencontainers.image.title": "synapse-admin",
            "org.opencontainers.image.url": "https://github.com/Awesome-Technologies/synapse-admin",
            "org.opencontainers.image.version": "0.11.0"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 49584979,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b76863a3e47027cf1071d61c32ef6499ae7e3a96b3cbbfe5a3d0e9b983be85df/diff:/var/lib/docker/overlay2/2d0007a0b9c721838dc3fe31ec2e978ff7c755b9745dbb323415120c02143da1/diff:/var/lib/docker/overlay2/c3596506c19448d5f2e0c199783ee7e6e616a2b7ffc35a03d0b40ed4955c7334/diff:/var/lib/docker/overlay2/9c6d69863cd0ce5193d075623ebfc21aa28722dd65aa37c2c3edc62dfa593e5b/diff:/var/lib/docker/overlay2/d1707d4b77d2d6fa08486a64c3c727fc8018cd184032260de2df2a5e92108850/diff:/var/lib/docker/overlay2/16eef0081824feffa429a94a743059bc33af5d480e624083eb789c7544bfaeea/diff:/var/lib/docker/overlay2/6a445aae0c1ad2203d5ab5c72ec3a7d92e6f068465fdb361b84ca6d5882cace2/diff:/var/lib/docker/overlay2/c5e9e072f2f0a02badb413ac991ea8b4f7a953877bfcb0fe0a80f1796ea562c1/diff:/var/lib/docker/overlay2/4e8c80c1de56b91b667718f35bdead0b4c91a2fdafbfe97c3c57654b169634d9/diff",
            "MergedDir": "/var/lib/docker/overlay2/1f2e86722f8fd5f7f9f22af4be50f3c0f4989f93ea2695b8a36a6ac80d0f444f/merged",
            "UpperDir": "/var/lib/docker/overlay2/1f2e86722f8fd5f7f9f22af4be50f3c0f4989f93ea2695b8a36a6ac80d0f444f/diff",
            "WorkDir": "/var/lib/docker/overlay2/1f2e86722f8fd5f7f9f22af4be50f3c0f4989f93ea2695b8a36a6ac80d0f444f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:08000c18d16dadf9553d747a58cf44023423a9ab010aab96cf263d2216b8b350",
            "sha256:4babb02c7c40d97e82507fdd582797de0f0553d5458d694980e90e9a9a9d886c",
            "sha256:9c2b6e6f2e2efc50b4d2b0bd7fc4dad06a7425936f4f576e2cb629da09e2cd64",
            "sha256:5f5a3d906b11cb08917f173e55d1bd0fed2863a9361e5adcfb54229b0990391a",
            "sha256:b0debeaa68c5761a123cc2e5324f332161b019f4655c62a3e2e0ab55969bd741",
            "sha256:2bfd71b953a3f6efe3e43881a1f3b66cdaf5633b7fec90f8fc59cf66c6a3a19d",
            "sha256:3db4ef8dec24b65421383bad8b09258de423f8819488dabb300fa6510d46bcd1",
            "sha256:7e881413b63537d3bcada36b82d430859560b01e8f3348460bfa983554882dd7",
            "sha256:d87aaa2cedc3711e2c3cf042e40712485e8664c8e9685de7afc91acad4cd61da",
            "sha256:eced30092635db2e5114ac2d18b7fcfb2e0cfa75976c3806da45690feb0b6459"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-21T22:22:18.842467867+08:00"
    }
}

更多版本

docker.io/awesometechnologies/synapse-admin:latest

linux/amd64 docker.io49.58MB2025-05-21 22:22
45