Namespace
lswl
Image / Tag
vertex:release
Content Digest
sha256:d102dec2e4f36c7472e9a555e5a95246c66428fbef8286dd7e0d63d1ca875472
Details
Created

2022-08-04 05:41:05 UTC

Size

229 MB

Content Digest
Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:5758d4e389a3f662e94a85fb76143dbe338b64f8d2a65f45536a9663b05305ad - 1.18% (2.69 MB)

[#001] sha256:bc339416e65d6ec6c95307472b5f2284098dc540103bdf26231df2e9e60d3f63 - 67.23% (154 MB)

[#002] sha256:316c2cf23e6d2102bef57962f5154556fc5dd9fd523089910fb2c61767fa2357 - 0.0% (354 Bytes)

[#003] sha256:0bc552b4a7989119a7a5c285115cc2f5d504d30f505863d3b125149bd68d3793 - 24.79% (56.8 MB)

[#004] sha256:afe8d3465a2076be7bf5ce5a7809d5bec26d98fb267779849a7f7b61b794e812 - 6.8% (15.6 MB)


History
2021-11-12 17:19:58 UTC

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

2021-11-12 17:19:58 UTC

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

2022-02-27 14:03:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk upgrade -U -a && apk add xvfb libstdc++ chromium harfbuzz nss freetype ttf-freefont font-noto-emoji && rm -rf /var/cache/* && mkdir /var/cache/apk # buildkit

2022-02-27 14:03:24 UTC (buildkit.dockerfile.v0)

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

2022-08-04 05:41:05 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add cmake redis bash git nodejs npm python3 make gcc libc-dev g++ tzdata && git clone https://gitlab.lswl.in/lswl/vertex.git /app/vertex && cd /app/vertex && git checkout 246326ea04233f000f45f96ef8352b440767e7ad && 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 && echo 'bind 127.0.0.1' >> /app/redis.conf && echo 'daemonize yes' >> /app/redis.conf # buildkit

2022-08-04 05:41:05 UTC (buildkit.dockerfile.v0)

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

2022-08-04 05:41:05 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2022-08-04 05:41:05 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "cp /usr/share/zoneinfo/$TZ /app/localtime && /usr/bin/redis-server /app/redis.conf && bash /app/vertex/docker/start.sh"]

Details
Created

2022-08-04 05:36:23 UTC

Size

229 MB

Content Digest
Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:06decbbdea2401b400024fb2feadd51ee381cd4b7b78a30306c3828ec9f6c760 - 1.13% (2.59 MB)

[#001] sha256:6a7a685bfce7eac09ab2bed53502b96d3c72109b5437a864371ca4259e095854 - 67.64% (155 MB)

[#002] sha256:ff649a76e2dea53150b3b520dc6ba8df1b51685fdbca1754574e726f8011d3f0 - 0.0% (354 Bytes)

[#003] sha256:db52e16fe0d9da0f93fdff5be202c2d074745c0ee7a25dcfd05ebda7e6c138e0 - 24.44% (56.1 MB)

[#004] sha256:80e66ded84cd9581715b41d357bc0ffc14eda1b69fe94dd19972c6d20cf48e73 - 6.79% (15.6 MB)


History
2021-11-12 16:40:05 UTC

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

2021-11-12 16:40:06 UTC

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

2022-02-27 14:03:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk upgrade -U -a && apk add xvfb libstdc++ chromium harfbuzz nss freetype ttf-freefont font-noto-emoji && rm -rf /var/cache/* && mkdir /var/cache/apk # buildkit

2022-02-27 14:03:33 UTC (buildkit.dockerfile.v0)

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

2022-08-04 05:36:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add cmake redis bash git nodejs npm python3 make gcc libc-dev g++ tzdata && git clone https://gitlab.lswl.in/lswl/vertex.git /app/vertex && cd /app/vertex && git checkout 246326ea04233f000f45f96ef8352b440767e7ad && 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 && echo 'bind 127.0.0.1' >> /app/redis.conf && echo 'daemonize yes' >> /app/redis.conf # buildkit

2022-08-04 05:36:23 UTC (buildkit.dockerfile.v0)

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

2022-08-04 05:36:23 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2022-08-04 05:36:23 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "cp /usr/share/zoneinfo/$TZ /app/localtime && /usr/bin/redis-server /app/redis.conf && 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