Namespace
lswl
Image / Tag
vertex:latest
Content Digest
sha256:01cb717ec5b9280ecb4a97374c7ea240e4c103ae0ef20d7a0f2335a88399f08d
Details
Created

2025-06-06 10:39:43 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.58% (170 MB)

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

[#003] sha256:57dd8ac760652c7592ca40277de14bdc3708c17b42d061eaf740c4d246e15754 - 19.62% (43.6 MB)

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

[#005] sha256:7bc37abf6e22b9a8e957b6d6ac2af6691daa872dfb011ddc005572df3d9a1677 - 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-06-06 10:39:43 UTC (buildkit.dockerfile.v0)

LABEL maintainer=lswl.in

2025-06-06 10:39:43 UTC (buildkit.dockerfile.v0)

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

2025-06-06 10:39:43 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2025-06-06 10:39:43 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 9e2e05172d79b3c9ce13e4bae87e6a739ff0f437 && 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-06-06 10:39:43 UTC (buildkit.dockerfile.v0)

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

2025-06-06 10:39:43 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-06-06 10:39:43 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2025-06-06 10:39:43 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-06-06 10:43:10 UTC

Size

223 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.75% (171 MB)

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

[#003] sha256:9f90d0dd9895f85bc4f0551ac382b7c9400d53f57be6c98a992fbb4906648ef9 - 19.52% (43.6 MB)

[#004] sha256:3169d9385e82c2235b6d668977bcf858e5d5307962362f17b7cb99159a65b04b - 2.57% (5.73 MB)

[#005] sha256:ba782b4ffffca96b80650e5172843bd3645d559a6f3dedd0968a0187bf764e3b - 0.0% (1.25 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-06-06 10:43:10 UTC (buildkit.dockerfile.v0)

LABEL maintainer=lswl.in

2025-06-06 10:43:10 UTC (buildkit.dockerfile.v0)

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

2025-06-06 10:43:10 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2025-06-06 10:43:10 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 9e2e05172d79b3c9ce13e4bae87e6a739ff0f437 && 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-06-06 10:43:10 UTC (buildkit.dockerfile.v0)

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

2025-06-06 10:43:10 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-06-06 10:43:10 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2025-06-06 10:43:10 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