Namespace
evil0ctal
Image / Tag
douyin_tiktok_download_api:4d7b0aa
Content Digest
sha256:c8aa1802f4d3440280fbd17d08f697adb88ca9a75be85f572af8a5fb4054d233
Details
Created

2023-09-28 07:21:14 UTC

Size

147 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:445a6a12be2be54b4da18d7c77d4a41bc4746bc422f1f4325a60ff4fc7ea2e5d - 19.11% (28.2 MB)

[#001] sha256:551e80dbe7eba0f65b354c3be2d876cc52069c1d7624d9834ef13c38b4227f48 - 70.63% (104 MB)

[#002] sha256:65fe16c0f04660bfd5db43483295d93800b80c48e8c53ba3e46bcb2efa2e5b3a - 2.39% (3.53 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:f9eed95207cd7243d6739b3ea19c40db06fb7bf2d36df5d5b35021e1c6c52fa6 - 7.8% (11.5 MB)

[#005] sha256:7a200152e8f1ae0b0bf40d70b8ceebcbc3abc07d8a5c51134b5b1ef0cd80702e - 0.06% (91.4 KB)


History
2023-08-16 06:01:52 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-08-16 06:01:52 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-08-16 06:01:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-08-16 06:01:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-08-16 06:01:54 UTC

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

2023-08-16 06:01:54 UTC

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

2023-09-28 07:21:03 UTC (buildkit.dockerfile.v0)

MAINTAINER jwstar

2023-09-28 07:21:03 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-09-28 07:21:03 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get -y update && apt-get install -y --no-install-recommends python3.11 python3-pip python3.11-dev nodejs # buildkit

2023-09-28 07:21:03 UTC (buildkit.dockerfile.v0)

COPY . /app # buildkit

2023-09-28 07:21:03 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-09-28 07:21:11 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 --no-cache-dir install --user -r /app/requirements.txt # buildkit

2023-09-28 07:21:14 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x start.sh && apt-get autoremove -y && apt-get remove -y python3-pip # buildkit

2023-09-28 07:21:14 UTC (buildkit.dockerfile.v0)

CMD ["./start.sh"]

Details
Created

2023-09-28 07:24:39 UTC

Size

138 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:20274425734a05472f3772bae7ce7124a9832f5eb168456d6cb53e92d6e718a8 - 18.91% (26.1 MB)

[#001] sha256:cebd4048c357a2c6a5073f657d3f35d55cc05e722a2fd3eb760a228d74763938 - 72.13% (99.5 MB)

[#002] sha256:65fe16c0f04660bfd5db43483295d93800b80c48e8c53ba3e46bcb2efa2e5b3a - 2.56% (3.53 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:eea13e88682de620ec6643439cf40676ec02f5cd632c5fa712c3ade3bace8bab - 6.34% (8.74 MB)

[#005] sha256:22c5bdb5e2c53027bff255391711625ea6c59a12a6e12040df85333c68474221 - 0.07% (93.9 KB)


History
2023-08-16 06:19:52 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-08-16 06:19:52 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-08-16 06:19:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-08-16 06:19:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-08-16 06:19:59 UTC

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

2023-08-16 06:19:59 UTC

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

2023-09-28 07:23:20 UTC (buildkit.dockerfile.v0)

MAINTAINER jwstar

2023-09-28 07:23:20 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-09-28 07:23:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get -y update && apt-get install -y --no-install-recommends python3.11 python3-pip python3.11-dev nodejs # buildkit

2023-09-28 07:23:20 UTC (buildkit.dockerfile.v0)

COPY . /app # buildkit

2023-09-28 07:23:20 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-09-28 07:24:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 --no-cache-dir install --user -r /app/requirements.txt # buildkit

2023-09-28 07:24:39 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x start.sh && apt-get autoremove -y && apt-get remove -y python3-pip # buildkit

2023-09-28 07:24:39 UTC (buildkit.dockerfile.v0)

CMD ["./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