Namespace
lswl
Image / Tag
vertex:2025.09.27
Content Digest
sha256:98ab96b12ea6504ac39d4ec7ea3ee25ebc75e9e3f9e265af3e7c7f412e6a78cf
Details
Created

2025-09-27 06:05:39 UTC

Size

222 MB

Content Digest
Labels
  • build_from
    https://github.com/vertex-app/vertex
  • maintainer
    lswl.in

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

Asia/Shanghai


Layers

[#000] sha256:72cfd02ff4d01b1f319eed108b53120dea0185b916d2abeb4e6121879cbf7a65 - 1.21% (2.7 MB)

[#001] sha256:81cc17be42e50408eb9773e8396bcfed1398d2b1a4424ad07ecc90aaa3949f1c - 76.53% (170 MB)

[#002] sha256:b1b3509b0e1db50b325a8a61fd2642d706c687a7ae08d976c96c29206c6cfd43 - 0.0% (351 Bytes)

[#003] sha256:d5908ae3e9d5dba3abe25c70ff1d7bc03e0844f445b50e663c88a505e9450c86 - 19.68% (43.8 MB)

[#004] sha256:b7f6610665cd098ff10e9a4aa3bf1ad88b00efd34e5a115d2d7b0b0b23b6f8a8 - 2.58% (5.73 MB)

[#005] sha256:96e122f146b3116066c3b32c5714862a53aa2d538cdf201a5fb03441e33b011d - 0.0% (1.26 KB)


History
2022-08-09 17:20:14 UTC

/bin/sh -c #(nop) ADD file:7fd90c097e2c4587dee91726d71abc02fa1aa6a3a3395c862206a4e14e0c299c in /

2022-08-09 17:20:14 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-09-07 04:09:11 UTC (buildkit.dockerfile.v0)

LABEL maintainer=lswl.in

2022-09-07 04:09:11 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache xvfb libstdc++ chromium harfbuzz nss freetype ttf-freefont font-noto-emoji shadow redis bash nodejs tzdata && rm -rf /var/cache/* && mkdir /var/cache/apk # buildkit

2022-09-07 04:09:11 UTC (buildkit.dockerfile.v0)

COPY src/local.conf /etc/fonts/local.conf # buildkit

2025-09-27 06:05:38 UTC (buildkit.dockerfile.v0)

LABEL maintainer=lswl.in

2025-09-27 06:05:38 UTC (buildkit.dockerfile.v0)

LABEL build_from=https://github.com/vertex-app/vertex

2025-09-27 06:05:38 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2025-09-27 06:05:38 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gcc g++ python3 git cmake make npm libc-dev && git clone https://github.com/vertex-app/vertex.git /app/vertex && cd /app/vertex && git checkout 9f9bc5b738d97aa6652d9fcfa475db8eea3031e7 && rm .git webui -rf && PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm i --save && mkdir /vertex && ln -s /vertex/data /app/vertex/app/data && ln -s /vertex/db /app/vertex/app/db && ln -s /vertex/logs /app/vertex/logs && ln -s /vertex/torrents /app/vertex/torrents && mv /app/vertex/app/config /app/vertex/app/config_backup && ln -s /vertex/config /app/vertex/app/config && ln -s /app/localtime /etc/localtime && ln -s /usr/bin/chromium-browser /usr/bin/chromium && chmod +x /usr/bin/chromium && apk del gcc g++ python3 git cmake make npm libc-dev && echo 'bind 127.0.0.1' >> /app/redis.conf && echo 'daemonize yes' >> /app/redis.conf # buildkit

2025-09-27 06:05:39 UTC (buildkit.dockerfile.v0)

COPY src/static /app/vertex/app/static # buildkit

2025-09-27 06:05:39 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c useradd -d /app/vertex -s /bin/sh vt && chown -R vt /vertex && chmod +x /vertex # buildkit

2025-09-27 06:05:39 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{31 0} {31 0}}] 0xc000915d80}

2025-09-27 06:05:39 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "bash /app/vertex/docker/start.sh"]

Details
Created

2025-09-27 06:09:17 UTC

Size

224 MB

Content Digest
Labels
  • build_from
    https://github.com/vertex-app/vertex
  • maintainer
    lswl.in

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

Asia/Shanghai


Layers

[#000] sha256:25f523f0e93b2b5fa676c15d91b90f08ee4de7a160874e6c52ea452929d5a7cc - 1.16% (2.6 MB)

[#001] sha256:8708b3a1d7290861dff9cc664aa26f802978b703fda05a254aaa30b5fefa755c - 76.7% (171 MB)

[#002] sha256:11db992f4fc23a798ce6461cbacf55bf960d86a964ef384c9244a21886a7c201 - 0.0% (351 Bytes)

[#003] sha256:8e50320524e845063c01ed96ca9bf7b329d7ba078cef1c27ae11dbbaa23beed5 - 19.58% (43.8 MB)

[#004] sha256:dc20c9bcdd86d9a3ee005b0831379b99d66225cc84318f890145f7ed8a8eaf30 - 2.56% (5.73 MB)

[#005] sha256:148265f2c81a68db63c7cc5847710260f4b9659b4b75e9599acfed353f133f96 - 0.0% (1.26 KB)


History
2022-08-09 17:40:07 UTC

/bin/sh -c #(nop) ADD file:f23c059b4312458fbf0fc018d4695f36157a3eb6e5a83167912a39f9a738f4eb in /

2022-08-09 17:40:07 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-09-07 04:08:44 UTC (buildkit.dockerfile.v0)

LABEL maintainer=lswl.in

2022-09-07 04:08:44 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache xvfb libstdc++ chromium harfbuzz nss freetype ttf-freefont font-noto-emoji shadow redis bash nodejs tzdata && rm -rf /var/cache/* && mkdir /var/cache/apk # buildkit

2022-09-07 04:08:44 UTC (buildkit.dockerfile.v0)

COPY src/local.conf /etc/fonts/local.conf # buildkit

2025-09-27 06:09:17 UTC (buildkit.dockerfile.v0)

LABEL maintainer=lswl.in

2025-09-27 06:09:17 UTC (buildkit.dockerfile.v0)

LABEL build_from=https://github.com/vertex-app/vertex

2025-09-27 06:09:17 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2025-09-27 06:09:17 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gcc g++ python3 git cmake make npm libc-dev && git clone https://github.com/vertex-app/vertex.git /app/vertex && cd /app/vertex && git checkout 9f9bc5b738d97aa6652d9fcfa475db8eea3031e7 && rm .git webui -rf && PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm i --save && mkdir /vertex && ln -s /vertex/data /app/vertex/app/data && ln -s /vertex/db /app/vertex/app/db && ln -s /vertex/logs /app/vertex/logs && ln -s /vertex/torrents /app/vertex/torrents && mv /app/vertex/app/config /app/vertex/app/config_backup && ln -s /vertex/config /app/vertex/app/config && ln -s /app/localtime /etc/localtime && ln -s /usr/bin/chromium-browser /usr/bin/chromium && chmod +x /usr/bin/chromium && apk del gcc g++ python3 git cmake make npm libc-dev && echo 'bind 127.0.0.1' >> /app/redis.conf && echo 'daemonize yes' >> /app/redis.conf # buildkit

2025-09-27 06:09:17 UTC (buildkit.dockerfile.v0)

COPY src/static /app/vertex/app/static # buildkit

2025-09-27 06:09:17 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c useradd -d /app/vertex -s /bin/sh vt && chown -R vt /vertex && chmod +x /vertex # buildkit

2025-09-27 06:09:17 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{31 0} {31 0}}] 0xc0018b0c80}

2025-09-27 06:09:17 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "bash /app/vertex/docker/start.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete