ghcr.io/commaai/connect:production linux/amd64

ghcr.io/commaai/connect:production - 国内下载镜像源 浏览次数:86
```html

该Docker镜像 ghcr.io/commaai/connect 包含Comma AI的Connect软件。Connect是一个用于与Comma AI的自动驾驶系统进行交互的工具,它提供了一个接口来监控车辆状态、配置参数以及执行其他与自动驾驶相关的操作。

```
源镜像 ghcr.io/commaai/connect:production
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production
镜像ID sha256:e9509a41ccbd36b269469acb5729e5685b605401086aec3cdfc8e65d120cb20b
镜像TAG production
大小 145.27MB
镜像源 ghcr.io
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 86 次
贡献者
镜像创建 2024-07-25T06:07:01.401460117Z
同步时间 2024-12-16 21:15
更新时间 2025-02-21 07:20
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.24.0 NJS_VERSION=0.7.12 PKG_RELEASE=1~bullseye NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer 2024-07-25T06:06:09.055Z: org.opencontainers.image.created comma connect PWA: org.opencontainers.image.description MIT: org.opencontainers.image.licenses 79880f1203269eb145bc87863808e6cfca797ed1: org.opencontainers.image.revision https://github.com/commaai/connect: org.opencontainers.image.source connect: org.opencontainers.image.title https://github.com/commaai/connect: org.opencontainers.image.url master: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: debian 11.9 扫描引擎: Trivy 扫描时间: 2024-12-16 21:16

低危漏洞:118 中危漏洞:66 高危漏洞:39 严重漏洞:10

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production  ghcr.io/commaai/connect:production

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production  ghcr.io/commaai/connect:production

Shell快速替换命令

sed -i 's#ghcr.io/commaai/connect:production#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production  ghcr.io/commaai/connect:production'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production  ghcr.io/commaai/connect:production'

镜像构建历史


# 2024-07-25 14:07:01  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2024-07-25 14:07:01  0.00B 设置环境变量 NGINX_ENVSUBST_OUTPUT_DIR
ENV NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html
                        
# 2024-07-25 14:07:01  2.96MB 复制新文件或目录到容器中
COPY /app/dist /usr/share/nginx/html # buildkit
                        
# 2024-07-25 07:02:18  1.39KB 复制新文件或目录到容器中
COPY nginx.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2024-07-25 07:02:18  231.00B 复制新文件或目录到容器中
COPY config.js.template /etc/nginx/templates/config.js.template # buildkit
                        
# 2023-04-12 03:57:20  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2023-04-12 03:57:20  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2023-04-12 03:57:20  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2023-04-12 03:57:20  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2023-04-12 03:57:20  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2023-04-12 03:57:20  1.27KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2023-04-12 03:57:20  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2023-04-12 03:57:20  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2023-04-12 03:57:20  61.66MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && addgroup --system --gid 101 nginx     && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx     && apt-get update     && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates     &&     NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62;     NGINX_GPGKEY_PATH=/usr/share/keyrings/nginx-archive-keyring.gpg;     export GNUPGHOME="$(mktemp -d)";     found='';     for server in         hkp://keyserver.ubuntu.com:80         pgp.mit.edu     ; do         echo "Fetching GPG key $NGINX_GPGKEY from $server";         gpg1 --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break;     done;     test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1;     gpg1 --export "$NGINX_GPGKEY" > "$NGINX_GPGKEY_PATH" ;     rm -rf "$GNUPGHOME";     apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/*     && dpkgArch="$(dpkg --print-architecture)"     && nginxPackages="         nginx=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE}     "     && case "$dpkgArch" in         amd64|arm64)             echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list             && apt-get update             ;;         *)             echo "deb-src [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list                         && tempDir="$(mktemp -d)"             && chmod 777 "$tempDir"                         && savedAptMark="$(apt-mark showmanual)"                         && apt-get update             && apt-get build-dep -y $nginxPackages             && (                 cd "$tempDir"                 && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)"                     apt-get source --compile $nginxPackages             )                         && apt-mark showmanual | xargs apt-mark auto > /dev/null             && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; }                         && ls -lAFh "$tempDir"             && ( cd "$tempDir" && dpkg-scanpackages . > Packages )             && grep '^Package: ' "$tempDir/Packages"             && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list             && apt-get -o Acquire::GzipIndexes=false update             ;;     esac         && apt-get install --no-install-recommends --no-install-suggests -y                         $nginxPackages                         gettext-base                         curl     && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list         && if [ -n "$tempDir" ]; then         apt-get purge -y --auto-remove         && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list;     fi     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log     && mkdir /docker-entrypoint.d # buildkit
                        
# 2023-04-12 03:57:20  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1~bullseye
                        
# 2023-04-12 03:57:20  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.7.12
                        
# 2023-04-12 03:57:20  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.24.0
                        
# 2023-04-12 03:57:20  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2023-04-12 03:57:20  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2023-04-12 03:57:20  80.63MB 
/bin/sh -c #(nop) ADD file:5d6b639e8b6bcc01149b7486502558088f9816200063ca72b91a1f989bc8d85e in / 
                        
                    

镜像信息

{
    "Id": "sha256:e9509a41ccbd36b269469acb5729e5685b605401086aec3cdfc8e65d120cb20b",
    "RepoTags": [
        "ghcr.io/commaai/connect:production",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect:production"
    ],
    "RepoDigests": [
        "ghcr.io/commaai/connect@sha256:ff84e68e378620be7f7a5586307c432d35b8f5c8e50182f3d7ea49655f257b46",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/commaai/connect@sha256:ff84e68e378620be7f7a5586307c432d35b8f5c8e50182f3d7ea49655f257b46"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-07-25T06:07:01.401460117Z",
    "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.24.0",
            "NJS_VERSION=0.7.12",
            "PKG_RELEASE=1~bullseye",
            "NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.opencontainers.image.created": "2024-07-25T06:06:09.055Z",
            "org.opencontainers.image.description": "comma connect PWA",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "79880f1203269eb145bc87863808e6cfca797ed1",
            "org.opencontainers.image.source": "https://github.com/commaai/connect",
            "org.opencontainers.image.title": "connect",
            "org.opencontainers.image.url": "https://github.com/commaai/connect",
            "org.opencontainers.image.version": "master"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 145273690,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cc598ff4af5f104d5ad7acb0f0c44e7dbf9d692b149de5fed920fd3ad3d18c76/diff:/var/lib/docker/overlay2/d1ee8fdcb9d4e7f321fdb17bbc466cddb5e0325df603c43b9c5813d1a6468138/diff:/var/lib/docker/overlay2/ba89a4b787d25e3541132b4da033e5686bd45e35d630ce6c927443851373c0b9/diff:/var/lib/docker/overlay2/c51fd1f11d2012a0c26f5ea191b140fa5b03c87d9db5ad57a747186c2e28caac/diff:/var/lib/docker/overlay2/0e917f7ef7db19ebd807eef2409fd1e9b7fd4d62075ec646377da01586832233/diff:/var/lib/docker/overlay2/ee0bd98d6c99f9acc518039afbdc770dac731ed55016072b3fac444122725fb9/diff:/var/lib/docker/overlay2/d8db7df2cea7f0559b1c7311ee5bd421b57132e17485bb79aa94ea391af8c78d/diff:/var/lib/docker/overlay2/efc92a82c92639b60a871af1d155690aab7c9dedfeb339b6ff2fc365bef7e82f/diff",
            "MergedDir": "/var/lib/docker/overlay2/897daaee8882a0f43f421ceb8899e200515ab82d56516c9412799b7e615f71fb/merged",
            "UpperDir": "/var/lib/docker/overlay2/897daaee8882a0f43f421ceb8899e200515ab82d56516c9412799b7e615f71fb/diff",
            "WorkDir": "/var/lib/docker/overlay2/897daaee8882a0f43f421ceb8899e200515ab82d56516c9412799b7e615f71fb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:420179ad2efafbf953a0c75f68a4c9dfaf38a98643df97d415bce49b179895f7",
            "sha256:13c8460bfc9a101c9d6fe94fc9c71f56a95fe69124ca0f51f08dc2b0dbd5956c",
            "sha256:b9a187a24e195526ec928d77020241c6965abc70102d604fd424d7d7a3caf796",
            "sha256:96c08fed6a4cb59eeeb7c0bd67f71a17e0e8981e29903dc589c07cfee160c815",
            "sha256:29492f82bbc2d3446f771f4db2cf5afba6c73c40a834c2a74b27e461721b0870",
            "sha256:bc4a3582faa9d8347cf764790d3a90c117d4c8a308f48e5716476380882d49ab",
            "sha256:2f3e0400a70f8f0b6f0c56b193f6403e13e94e3dbfd44597ef04aa14cbef9654",
            "sha256:ecfb40c64b89c3e0611b20c6203517460722e6ea05d92ac89b2272b1f7b521ce",
            "sha256:212051257f866090d5af7c50356c10dc0bf0b33d62b74a12bc1992fd18f460b1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-16T21:15:11.347468326+08:00"
    }
}

更多版本

ghcr.io/commaai/connect:production

linux/amd64 ghcr.io145.27MB2024-12-16 21:15
85