镜像构建历史
# 2024-10-09 16:17:43 0.00B 设置默认要执行的命令
CMD ["run"]
# 2024-10-09 16:17:43 0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/plausible]
# 2024-10-09 16:17:43 0.00B 设置环境变量 DEFAULT_DATA_DIR
ENV DEFAULT_DATA_DIR=/var/lib/plausible
# 2024-10-09 16:17:43 0.00B 声明容器运行时监听的端口
EXPOSE map[8000/tcp:{}]
# 2024-10-09 16:17:43 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
# 2024-10-09 16:17:43 0.00B 设置环境变量 LISTEN_IP
ENV LISTEN_IP=0.0.0.0
# 2024-10-09 16:17:43 0.00B 设置工作目录为/app
WORKDIR /app
# 2024-10-09 16:17:43 0.00B 指定运行容器时使用的用户
USER 999
# 2024-10-09 16:17:43 0.00B 执行命令并创建新的镜像层
RUN |2 BUILD_METADATA={"tags":["plausible/community-edition:v2.1.4",plausible/community-edition:v2.1,plausible/community-edition:v2,"plausible/community-edition:latest"],"labels":{"org.opencontainers.image.created":"2024-10-09T08:11:18.518Z","org.opencontainers.image.description":"Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.","org.opencontainers.image.licenses":"AGPL-3.0","org.opencontainers.image.revision":"5fec52ab36d249f964785a18e40fc520ad760184","org.opencontainers.image.source":"https://github.com/plausible/analytics","org.opencontainers.image.title":"analytics","org.opencontainers.image.url":"https://github.com/plausible/analytics","org.opencontainers.image.version":"v2.1.4"},"annotations":["manifest:org.opencontainers.image.created=2024-10-09T08:11:18.518Z",manifest:org.opencontainers.image.description=Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.,manifest:org.opencontainers.image.licenses=AGPL-3.0,manifest:org.opencontainers.image.revision=5fec52ab36d249f964785a18e40fc520ad760184,manifest:org.opencontainers.image.source=https://github.com/plausible/analytics,manifest:org.opencontainers.image.title=analytics,manifest:org.opencontainers.image.url=https://github.com/plausible/analytics,"manifest:org.opencontainers.image.version=v2.1.4"]} MIX_ENV=ce /bin/sh -c mkdir -p /var/lib/plausible && chmod ugo+rw -R /var/lib/plausible # buildkit
# 2024-10-09 16:17:43 169.00B 复制新文件或目录到容器中
COPY --chmod=755 ./rel/docker-entrypoint.sh /entrypoint.sh # buildkit
# 2024-10-09 16:17:43 164.60MB 复制新文件或目录到容器中
COPY --chmod=555 /app/_build/ce/rel/plausible /app # buildkit
# 2024-10-09 16:11:55 67.47MB 执行命令并创建新的镜像层
RUN |2 BUILD_METADATA={"tags":["plausible/community-edition:v2.1.4",plausible/community-edition:v2.1,plausible/community-edition:v2,"plausible/community-edition:latest"],"labels":{"org.opencontainers.image.created":"2024-10-09T08:11:18.518Z","org.opencontainers.image.description":"Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.","org.opencontainers.image.licenses":"AGPL-3.0","org.opencontainers.image.revision":"5fec52ab36d249f964785a18e40fc520ad760184","org.opencontainers.image.source":"https://github.com/plausible/analytics","org.opencontainers.image.title":"analytics","org.opencontainers.image.url":"https://github.com/plausible/analytics","org.opencontainers.image.version":"v2.1.4"},"annotations":["manifest:org.opencontainers.image.created=2024-10-09T08:11:18.518Z",manifest:org.opencontainers.image.description=Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.,manifest:org.opencontainers.image.licenses=AGPL-3.0,manifest:org.opencontainers.image.revision=5fec52ab36d249f964785a18e40fc520ad760184,manifest:org.opencontainers.image.source=https://github.com/plausible/analytics,manifest:org.opencontainers.image.title=analytics,manifest:org.opencontainers.image.url=https://github.com/plausible/analytics,"manifest:org.opencontainers.image.version=v2.1.4"]} MIX_ENV=ce /bin/sh -c apk add --no-cache openssl ncurses libstdc++ libgcc ca-certificates && if [ "$MIX_ENV" = "ce" ]; then apk add --no-cache certbot; fi # buildkit
# 2024-10-09 16:11:52 6.00MB 执行命令并创建新的镜像层
RUN |2 BUILD_METADATA={"tags":["plausible/community-edition:v2.1.4",plausible/community-edition:v2.1,plausible/community-edition:v2,"plausible/community-edition:latest"],"labels":{"org.opencontainers.image.created":"2024-10-09T08:11:18.518Z","org.opencontainers.image.description":"Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.","org.opencontainers.image.licenses":"AGPL-3.0","org.opencontainers.image.revision":"5fec52ab36d249f964785a18e40fc520ad760184","org.opencontainers.image.source":"https://github.com/plausible/analytics","org.opencontainers.image.title":"analytics","org.opencontainers.image.url":"https://github.com/plausible/analytics","org.opencontainers.image.version":"v2.1.4"},"annotations":["manifest:org.opencontainers.image.created=2024-10-09T08:11:18.518Z",manifest:org.opencontainers.image.description=Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.,manifest:org.opencontainers.image.licenses=AGPL-3.0,manifest:org.opencontainers.image.revision=5fec52ab36d249f964785a18e40fc520ad760184,manifest:org.opencontainers.image.source=https://github.com/plausible/analytics,manifest:org.opencontainers.image.title=analytics,manifest:org.opencontainers.image.url=https://github.com/plausible/analytics,"manifest:org.opencontainers.image.version=v2.1.4"]} MIX_ENV=ce /bin/sh -c apk upgrade --no-cache # buildkit
# 2024-10-09 16:11:50 3.05KB 执行命令并创建新的镜像层
RUN |2 BUILD_METADATA={"tags":["plausible/community-edition:v2.1.4",plausible/community-edition:v2.1,plausible/community-edition:v2,"plausible/community-edition:latest"],"labels":{"org.opencontainers.image.created":"2024-10-09T08:11:18.518Z","org.opencontainers.image.description":"Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.","org.opencontainers.image.licenses":"AGPL-3.0","org.opencontainers.image.revision":"5fec52ab36d249f964785a18e40fc520ad760184","org.opencontainers.image.source":"https://github.com/plausible/analytics","org.opencontainers.image.title":"analytics","org.opencontainers.image.url":"https://github.com/plausible/analytics","org.opencontainers.image.version":"v2.1.4"},"annotations":["manifest:org.opencontainers.image.created=2024-10-09T08:11:18.518Z",manifest:org.opencontainers.image.description=Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.,manifest:org.opencontainers.image.licenses=AGPL-3.0,manifest:org.opencontainers.image.revision=5fec52ab36d249f964785a18e40fc520ad760184,manifest:org.opencontainers.image.source=https://github.com/plausible/analytics,manifest:org.opencontainers.image.title=analytics,manifest:org.opencontainers.image.url=https://github.com/plausible/analytics,"manifest:org.opencontainers.image.version=v2.1.4"]} MIX_ENV=ce /bin/sh -c adduser -S -H -u 999 -G nogroup plausible # buildkit
# 2024-10-09 16:11:50 0.00B 设置环境变量 MIX_ENV
ENV MIX_ENV=ce
# 2024-10-09 16:11:50 0.00B 定义构建参数
ARG MIX_ENV=ce
# 2024-10-09 16:11:50 0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
# 2024-10-09 16:11:50 0.00B 设置环境变量 BUILD_METADATA Analytics.","org.opencontainers.image.licenses":"AGPL-3.0","org.opencontainers.image.revision":"5fec52ab36d249f964785a18e40fc520ad760184","org.opencontainers.image.source":"https://github.com/plausible/analytics","org.opencontainers.image.title":"analytics","org.opencontainers.image.url":"https://github.com/plausible/analytics","org.opencontainers.image.version":"v2.1.4"},"annotations":["manifest:org.opencontainers.image.created Analytics.,manifest:org.opencontainers.image.licenses
ENV BUILD_METADATA={"tags":["plausible/community-edition:v2.1.4",plausible/community-edition:v2.1,plausible/community-edition:v2,"plausible/community-edition:latest"],"labels":{"org.opencontainers.image.created":"2024-10-09T08:11:18.518Z","org.opencontainers.image.description":"Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.","org.opencontainers.image.licenses":"AGPL-3.0","org.opencontainers.image.revision":"5fec52ab36d249f964785a18e40fc520ad760184","org.opencontainers.image.source":"https://github.com/plausible/analytics","org.opencontainers.image.title":"analytics","org.opencontainers.image.url":"https://github.com/plausible/analytics","org.opencontainers.image.version":"v2.1.4"},"annotations":["manifest:org.opencontainers.image.created=2024-10-09T08:11:18.518Z",manifest:org.opencontainers.image.description=Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.,manifest:org.opencontainers.image.licenses=AGPL-3.0,manifest:org.opencontainers.image.revision=5fec52ab36d249f964785a18e40fc520ad760184,manifest:org.opencontainers.image.source=https://github.com/plausible/analytics,manifest:org.opencontainers.image.title=analytics,manifest:org.opencontainers.image.url=https://github.com/plausible/analytics,"manifest:org.opencontainers.image.version=v2.1.4"]}
# 2024-10-09 16:11:50 0.00B 定义构建参数
ARG BUILD_METADATA={"tags":["plausible/community-edition:v2.1.4",plausible/community-edition:v2.1,plausible/community-edition:v2,"plausible/community-edition:latest"],"labels":{"org.opencontainers.image.created":"2024-10-09T08:11:18.518Z","org.opencontainers.image.description":"Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.","org.opencontainers.image.licenses":"AGPL-3.0","org.opencontainers.image.revision":"5fec52ab36d249f964785a18e40fc520ad760184","org.opencontainers.image.source":"https://github.com/plausible/analytics","org.opencontainers.image.title":"analytics","org.opencontainers.image.url":"https://github.com/plausible/analytics","org.opencontainers.image.version":"v2.1.4"},"annotations":["manifest:org.opencontainers.image.created=2024-10-09T08:11:18.518Z",manifest:org.opencontainers.image.description=Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.,manifest:org.opencontainers.image.licenses=AGPL-3.0,manifest:org.opencontainers.image.revision=5fec52ab36d249f964785a18e40fc520ad760184,manifest:org.opencontainers.image.source=https://github.com/plausible/analytics,manifest:org.opencontainers.image.title=analytics,manifest:org.opencontainers.image.url=https://github.com/plausible/analytics,"manifest:org.opencontainers.image.version=v2.1.4"]}
# 2024-10-09 16:11:50 0.00B 添加元数据标签
LABEL maintainer=plausible.io <hello@plausible.io>
# 2024-06-21 04:16:58 0.00B
/bin/sh -c #(nop) CMD ["/bin/sh"]
# 2024-06-21 04:16:57 7.80MB
/bin/sh -c #(nop) ADD file:33ebe56b967747a97dcec01bc2559962bee8823686c9739d26be060381bbb3ca in /
镜像信息
{
"Id": "sha256:1b6355e8a7ade0d50ba719881ee0e9c016e0ec812c705efd159818b68774262d",
"RepoTags": [
"plausible/community-edition:latest",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/plausible/community-edition:latest"
],
"RepoDigests": [
"plausible/community-edition@sha256:6f4aaac12534235c66dc56aa235f897245b83ef0ad00c4addc05f4eddafdc431",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/plausible/community-edition@sha256:bc78f5ed9f3ea147d2b135e8db34201661778192df0c25a6e276c95d10770ff2"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2024-10-09T08:17:43.569772883Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "999",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"8000/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"BUILD_METADATA={\"tags\":[\"plausible/community-edition:v2.1.4\",plausible/community-edition:v2.1,plausible/community-edition:v2,\"plausible/community-edition:latest\"],\"labels\":{\"org.opencontainers.image.created\":\"2024-10-09T08:11:18.518Z\",\"org.opencontainers.image.description\":\"Simple, open source, lightweight (\u003c 1 KB) and privacy-friendly web analytics alternative to Google Analytics.\",\"org.opencontainers.image.licenses\":\"AGPL-3.0\",\"org.opencontainers.image.revision\":\"5fec52ab36d249f964785a18e40fc520ad760184\",\"org.opencontainers.image.source\":\"https://github.com/plausible/analytics\",\"org.opencontainers.image.title\":\"analytics\",\"org.opencontainers.image.url\":\"https://github.com/plausible/analytics\",\"org.opencontainers.image.version\":\"v2.1.4\"},\"annotations\":[\"manifest:org.opencontainers.image.created=2024-10-09T08:11:18.518Z\",manifest:org.opencontainers.image.description=Simple, open source, lightweight (\u003c 1 KB) and privacy-friendly web analytics alternative to Google Analytics.,manifest:org.opencontainers.image.licenses=AGPL-3.0,manifest:org.opencontainers.image.revision=5fec52ab36d249f964785a18e40fc520ad760184,manifest:org.opencontainers.image.source=https://github.com/plausible/analytics,manifest:org.opencontainers.image.title=analytics,manifest:org.opencontainers.image.url=https://github.com/plausible/analytics,\"manifest:org.opencontainers.image.version=v2.1.4\"]}",
"LANG=C.UTF-8",
"MIX_ENV=ce",
"LISTEN_IP=0.0.0.0",
"DEFAULT_DATA_DIR=/var/lib/plausible"
],
"Cmd": [
"run"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": {
"/var/lib/plausible": {}
},
"WorkingDir": "/app",
"Entrypoint": [
"/entrypoint.sh"
],
"OnBuild": null,
"Labels": {
"maintainer": "plausible.io \u003chello@plausible.io\u003e",
"org.opencontainers.image.created": "2024-10-09T08:11:18.518Z",
"org.opencontainers.image.description": "Simple, open source, lightweight (\u003c 1 KB) and privacy-friendly web analytics alternative to Google Analytics.",
"org.opencontainers.image.licenses": "AGPL-3.0",
"org.opencontainers.image.revision": "5fec52ab36d249f964785a18e40fc520ad760184",
"org.opencontainers.image.source": "https://github.com/plausible/analytics",
"org.opencontainers.image.title": "analytics",
"org.opencontainers.image.url": "https://github.com/plausible/analytics",
"org.opencontainers.image.version": "v2.1.4"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 245865139,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/a48a8a75a41226412533a126bd89d38ef5e839f5e182e2144748f86a416d95cc/diff:/var/lib/docker/overlay2/8e7cbf083aa763c5d3ff3b14da250a9622cc6a5d3cf2ac34c24a4bd678f72759/diff:/var/lib/docker/overlay2/2db86a20f7bb2f05665eb30eeecca1b27fe88d5c309bd2d592a21cdacf05ca33/diff:/var/lib/docker/overlay2/6153b083f67b6840a1ac2fdb157ba768211679012868b0b09b3e5c05ff4af0b8/diff:/var/lib/docker/overlay2/a9273fa6bdabd5185b65ad4bb2c68bad3eb9c7538983a37ebf2fd3b9f8b8f5d7/diff:/var/lib/docker/overlay2/dcadb4480d51d236652360e78d07b0f46ac145f1d384e9722eee509a7ac37441/diff:/var/lib/docker/overlay2/fe42b69fac812ecb965854f3c34900ace6abf263bc7d7c9cdbe1b75b0476b5b0/diff",
"MergedDir": "/var/lib/docker/overlay2/b2affd2c8ea605d2a2b283e335b443a60b1666a8c234ac0be9376008b71ad9d3/merged",
"UpperDir": "/var/lib/docker/overlay2/b2affd2c8ea605d2a2b283e335b443a60b1666a8c234ac0be9376008b71ad9d3/diff",
"WorkDir": "/var/lib/docker/overlay2/b2affd2c8ea605d2a2b283e335b443a60b1666a8c234ac0be9376008b71ad9d3/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:94e5f06ff8e3d4441dc3cd8b090ff38dc911bfa8ebdb0dc28395bc98f82f983f",
"sha256:3ab9b9362cd1973653dec25bbe02c9d181d629a8722997565dad1c53e52306b4",
"sha256:e11f3e836856255845c89f411902d6d181b66d5a151929ad2637fc7e9fd805d2",
"sha256:5c9d5a15c8d6a1822d9160c2d3f72a8580ad9cd79bc3f9891f02149c3a0c33dc",
"sha256:f7e055c6fa5bfe3d96ece4e0b87b96902bedb1c8eb078054674e3fafd0d3fcdd",
"sha256:2edce36e90ee36aa512f3d57672122fb38f94e17065f6aa868a5f6819af49471",
"sha256:e343e3e915e7de48ca1147cd317ac47d92386edf6bbf67f8c336d8438482eaa4",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
]
},
"Metadata": {
"LastTagTime": "2025-08-11T15:51:27.335965012+08:00"
}
}