ghcr.io/toeverything/affine-front:stable linux/amd64

ghcr.io/toeverything/affine-front:stable - 国内下载镜像源 浏览次数:243
以下是这个docker镜像描述信息:

affine-front 是一个前端框架,旨在提供高效、易用且可扩展的开发体验。它提供了诸如组件库、工具集等功能,帮助开发者快速构建和部署应用。

这个镜像可能是用于开发和测试 affine-front 应用的环境。在 ghcr.io 仓库中,可以找到更多与这个镜像相关的信息。

源镜像 ghcr.io/toeverything/affine-front:stable
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable
镜像ID sha256:5f7e0e10a1a66a49930b5a94797c8efdf0bd6e28d65f67599c9eb42c56fb96bc
镜像TAG stable
大小 613.12MB
镜像源 ghcr.io
CMD /usr/local/openresty/bin/openresty -g daemon off;
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 243 次
贡献者 46******8@qq.com
镜像创建 2024-09-20T08:39:31.136952854Z
同步时间 2024-09-24 11:38
更新时间 2025-02-05 15:37
开放端口
8080/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
镜像标签
Evan Wies <evan@neomantra.net>: maintainer https://openresty.org/package/pubkey.gpg: resty_apt_pgp https://openresty.org/package/debian: resty_apt_repo : resty_deb_flavor =1.25.3.2-1~buster1: resty_deb_version debian: resty_image_base buster-slim: resty_image_tag
镜像安全扫描 查看Trivy扫描报告

系统OS: debian 10.13 扫描引擎: Trivy 扫描时间: 2024-10-24 21:58

低危漏洞:85 中危漏洞:46 高危漏洞:26 严重漏洞:2

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable  ghcr.io/toeverything/affine-front:stable

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable  ghcr.io/toeverything/affine-front:stable

Shell快速替换命令

sed -i 's#ghcr.io/toeverything/affine-front:stable#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable  ghcr.io/toeverything/affine-front:stable'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable  ghcr.io/toeverything/affine-front:stable'

镜像构建历史


# 2024-09-20 16:39:31  0.00B 设置默认要执行的命令
CMD ["/usr/local/openresty/bin/openresty" "-g" "daemon off;"]
                        
# 2024-09-20 16:39:31  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2024-09-20 16:39:31  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /var/log/nginx &&   rm /etc/nginx/conf.d/default.conf # buildkit
                        
# 2024-09-20 16:39:29  2.86KB 复制新文件或目录到容器中
COPY ./.github/deployment/front/affine.nginx.conf /etc/nginx/conf.d/affine.nginx.conf # buildkit
                        
# 2024-09-20 16:39:29  393.00B 复制新文件或目录到容器中
COPY ./.github/deployment/front/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
                        
# 2024-09-20 16:39:29  246.87MB 复制新文件或目录到容器中
COPY ./packages/frontend/apps/mobile/dist ./mobile # buildkit
                        
# 2024-09-20 16:39:28  15.99MB 复制新文件或目录到容器中
COPY ./packages/frontend/admin/dist ./admin # buildkit
                        
# 2024-09-20 16:39:28  263.68MB 复制新文件或目录到容器中
COPY ./packages/frontend/apps/web/dist ./dist # buildkit
                        
# 2024-09-20 16:39:25  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2024-07-23 20:20:53  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-07-23 20:20:53  0.00B 设置默认要执行的命令
CMD ["/usr/bin/openresty" "-g" "daemon off;"]
                        
# 2024-07-23 20:20:53  1.59KB 复制新文件或目录到容器中
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2024-07-23 20:20:53  2.99KB 复制新文件或目录到容器中
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
                        
# 2024-07-23 20:20:53  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
                        
# 2024-07-23 20:20:53  16.68MB 执行命令并创建新的镜像层
RUN |6 RESTY_DEB_FLAVOR= RESTY_DEB_VERSION==1.25.3.2-1~buster1 RESTY_APT_REPO=https://openresty.org/package/debian RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg RESTY_IMAGE_BASE=debian RESTY_IMAGE_TAG=buster-slim /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         ca-certificates         gettext-base         gnupg2         lsb-base         lsb-release         software-properties-common         wget     && wget -qO /tmp/pubkey.gpg ${RESTY_APT_PGP}     && DEBIAN_FRONTEND=noninteractive apt-key add /tmp/pubkey.gpg     && rm /tmp/pubkey.gpg     && DEBIAN_FRONTEND=noninteractive add-apt-repository -y "deb ${RESTY_APT_REPO} $(lsb_release -sc) openresty"     && DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge         gnupg2         lsb-release         software-properties-common         wget     && DEBIAN_FRONTEND=noninteractive apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         openresty${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION}     && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y     && rm -rf /var/lib/apt/lists/*     && mkdir -p /var/run/openresty     && ln -sf /dev/stdout /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/access.log     && ln -sf /dev/stderr /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/error.log # buildkit
                        
# 2024-07-23 20:20:53  0.00B 添加元数据标签
LABEL resty_deb_version==1.25.3.2-1~buster1
                        
# 2024-07-23 20:20:53  0.00B 添加元数据标签
LABEL resty_deb_flavor=
                        
# 2024-07-23 20:20:53  0.00B 添加元数据标签
LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg
                        
# 2024-07-23 20:20:53  0.00B 添加元数据标签
LABEL resty_apt_repo=https://openresty.org/package/debian
                        
# 2024-07-23 20:20:53  0.00B 添加元数据标签
LABEL resty_image_tag=buster-slim
                        
# 2024-07-23 20:20:53  0.00B 添加元数据标签
LABEL resty_image_base=debian
                        
# 2024-07-23 20:20:53  0.00B 定义构建参数
ARG RESTY_IMAGE_TAG=buster-slim
                        
# 2024-07-23 20:20:53  0.00B 定义构建参数
ARG RESTY_IMAGE_BASE=debian
                        
# 2024-07-23 20:20:53  0.00B 定义构建参数
ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg
                        
# 2024-07-23 20:20:53  0.00B 定义构建参数
ARG RESTY_APT_REPO=https://openresty.org/package/debian
                        
# 2024-07-23 20:20:53  0.00B 定义构建参数
ARG RESTY_DEB_VERSION==1.25.3.2-1~buster1
                        
# 2024-07-23 20:20:53  0.00B 定义构建参数
ARG RESTY_DEB_FLAVOR=
                        
# 2024-07-23 20:20:53  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2024-06-13 09:21:38  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-06-13 09:21:37  69.90MB 
/bin/sh -c #(nop) ADD file:cce4de1623245f9f28e3365e6cf749d85dcfedddea2d6fbc963c309a40818f52 in / 
                        
                    

镜像信息

{
    "Id": "sha256:5f7e0e10a1a66a49930b5a94797c8efdf0bd6e28d65f67599c9eb42c56fb96bc",
    "RepoTags": [
        "ghcr.io/toeverything/affine-front:stable",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front:stable"
    ],
    "RepoDigests": [
        "ghcr.io/toeverything/affine-front@sha256:40d60b4877f0570e4b76a96ec913e074ea19cc7f021f2cd6cd4989030934aab5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/toeverything/affine-front@sha256:e933c5e99110def84814b3353cac860f53c5292511ff82b0a5dc5d8c117751af"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-20T08:39:31.136952854Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin"
        ],
        "Cmd": [
            "/usr/local/openresty/bin/openresty",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "maintainer": "Evan Wies \u003cevan@neomantra.net\u003e",
            "resty_apt_pgp": "https://openresty.org/package/pubkey.gpg",
            "resty_apt_repo": "https://openresty.org/package/debian",
            "resty_deb_flavor": "",
            "resty_deb_version": "=1.25.3.2-1~buster1",
            "resty_image_base": "debian",
            "resty_image_tag": "buster-slim"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 613120037,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cd1b9020d4a75608d284326597cc78093ea442bbd1556d0a5dc03782320bc6af/diff:/var/lib/docker/overlay2/e5e27fd2bc9ae3b71afa02e7292d6410646a75484b453d628cdf84f94992e68c/diff:/var/lib/docker/overlay2/68f1dccee08ddbefa34d4ab35e547223a2098024dcdee2158286c3aa1b5ba97d/diff:/var/lib/docker/overlay2/f901a31580f268f14405f23b62cd2950f719f11aa323966399f81f0af2223a76/diff:/var/lib/docker/overlay2/2d42830344f507c151d412187424924430f383677665c7a4ec24b0c106242d65/diff:/var/lib/docker/overlay2/8c88e1828c175f91dd9e10372f0d72590874a85b08e095cb0217ee5592c02314/diff:/var/lib/docker/overlay2/3d7236915fefb708ab4c5e42fb659327ba5caa018580550901ce4b3a4e396120/diff:/var/lib/docker/overlay2/946828c30564ceceee6eb6add90c833d7ed5feca2403c5ce414a7fbb7dff12dc/diff:/var/lib/docker/overlay2/d5ca0753187d6cbd6239d84a5d99a1817d603875f9bed65474fdb6d8ff0a0db7/diff:/var/lib/docker/overlay2/42e1ba88e5131fa26c74c8effe80d25724e2484991d744df02ace34193dea60c/diff",
            "MergedDir": "/var/lib/docker/overlay2/1597d8a0d2d6e6a16b8e0f2326f99a0f00fb27f2d281abb1ac298d4519bd9d7b/merged",
            "UpperDir": "/var/lib/docker/overlay2/1597d8a0d2d6e6a16b8e0f2326f99a0f00fb27f2d281abb1ac298d4519bd9d7b/diff",
            "WorkDir": "/var/lib/docker/overlay2/1597d8a0d2d6e6a16b8e0f2326f99a0f00fb27f2d281abb1ac298d4519bd9d7b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8a84050e401db52e8497f209ecfcf750d083895608f020cf3f25daaf65837d55",
            "sha256:d88d2f17d3be9a446af67325f3c951590fa6ca98ad9fc4cf406b6a924b33a698",
            "sha256:a90bbe7458fe48b0f714aa8e3096afecc2daa615eff17874f2933a3aa8600e4c",
            "sha256:0ba95cc2918df23a649189f4fa9d4aa55e32c3d00b15bd82a50d907f39b62939",
            "sha256:ce941f28876d7cc6c472ecfa5129d3859b9e6969e81f3320974edae922189b90",
            "sha256:37e0e15650becd9b1af3557be5a934e288e4cd5b51c4669bf53c2908f962061f",
            "sha256:0fc6ffef7cca2dea17442511699068a7d52be0e6172ce8efec088973406a172f",
            "sha256:ccaada76146937ef27c222a932cf806b7c8d8af0977378487cdff89ff4a96dce",
            "sha256:36d9c0c5c523e002b79334fc70975ea3fe4566a6099610769708daceb6af42e2",
            "sha256:c5e9ba958c632f015c9b3ef0a3a6c590c712388a2e0d07a045b70d8268de8d5c",
            "sha256:a26a713d68105efa6bf35bfc362586913168a2e7558a174b36a4fd0cd63e1a63"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-24T11:38:17.344614727+08:00"
    }
}

更多版本

ghcr.io/toeverything/affine-front:canary

linux/amd64 ghcr.io613.14MB2024-09-24 11:34
105

ghcr.io/toeverything/affine-front:stable

linux/amd64 ghcr.io613.12MB2024-09-24 11:38
242