Namespace
lswl
Image / Tag
vertex:stable
Content Digest
sha256:141d6966d0fac46453bfbbf76e616a49976b87caf965563911a7da13832b1bac
Details
Created

2026-05-27 00:22:42 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:72cfd02ff4d01b1f319eed108b53120dea0185b916d2abeb4e6121879cbf7a65 - 1.21% (2.7 MB)

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

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

[#003] sha256:db42e1c833502dad3d0c5be9b49def0909e4466bfdc318a3b7abfadb81b87d76 - 19.83% (44.2 MB)

[#004] sha256:70205eb8086f38415cba868ffae34a420c619ad9a76079966da6e77a1fbb442d - 2.57% (5.73 MB)

[#005] sha256:bd9cec8bc84b684cc6114e7c4e4521e59efdfed9807cfc6d3130890c1b7b923b - 0.0% (1.25 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

2026-05-27 00:22:42 UTC (buildkit.dockerfile.v0)

LABEL maintainer=lswl.in

2026-05-27 00:22:42 UTC (buildkit.dockerfile.v0)

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

2026-05-27 00:22:42 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-05-27 00:22:42 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 30c6f2ef90f288cd56f8575bdd9b2380a2151c13 && 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

2026-05-27 00:22:42 UTC (buildkit.dockerfile.v0)

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

2026-05-27 00:22:42 UTC (buildkit.dockerfile.v0)

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

2026-05-27 00:22:42 UTC (buildkit.dockerfile.v0)

EXPOSE [3000/tcp]

2026-05-27 00:22:42 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-05-27 00:26:30 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.58% (171 MB)

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

[#003] sha256:80ddfce6cd308c6046397a16b1b8b61be5b43b78294d90fb1309a9e306b11d7b - 19.7% (44.1 MB)

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

[#005] sha256:9a783a152131ff29fc9e7854046991024760423cd9f80ba3c90ad62cb1d3ef72 - 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

2026-05-27 00:26:29 UTC (buildkit.dockerfile.v0)

LABEL maintainer=lswl.in

2026-05-27 00:26:29 UTC (buildkit.dockerfile.v0)

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

2026-05-27 00:26:29 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-05-27 00:26:29 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 30c6f2ef90f288cd56f8575bdd9b2380a2151c13 && 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

2026-05-27 00:26:29 UTC (buildkit.dockerfile.v0)

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

2026-05-27 00:26:30 UTC (buildkit.dockerfile.v0)

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

2026-05-27 00:26:30 UTC (buildkit.dockerfile.v0)

EXPOSE [3000/tcp]

2026-05-27 00:26:30 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