Namespace
mdcng
Image / Tag
mdc:0.47.0
Content Digest
sha256:7c69937e0ff6a8e6a71c26154606145b3158c9b63f3f2e13bdd871b20107cafa
Details
Created

2024-06-22 18:02:26 UTC

Size

139 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-22T18:01:49.499Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    1e90ab11e5d6834907f37db32315d5ed53f0f5fe
  • org.opencontainers.image.source
    https://github.com/mdc-ng/mdc-core
  • org.opencontainers.image.title
    mdc-core
  • org.opencontainers.image.url
    https://github.com/mdc-ng/mdc-core
  • org.opencontainers.image.version
    0.47.0

Environment
MDC_CONFIG_PATH

/config/config.json

MDC_PORT

9208

OPENSSL_CONF

/etc/openssl.cnf

PATH

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


Layers

[#000] sha256:2cc3ae149d28a36d28d4eefbae70aaa14a0c9eab588c3790f7979f310b893c44 - 20.03% (27.8 MB)

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

[#002] sha256:6e18379b46766bea6d37d236858bc634322c453c3f6ad3293863f3663ebedc6b - 56.66% (78.6 MB)

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

[#004] sha256:d65fbe1d579d3c0331a3a0816c77535c33c11b71f36a1f813f145c77ac8dafb1 - 0.0% (228 Bytes)

[#005] sha256:118fb5eab765e126384a32a25aff04cda9316b5ad736b89807566ddea0f72059 - 11.65% (16.2 MB)

[#006] sha256:66bdac8caee5476bd5c39934935000552cd78d0356606751a7bb50d22b95a4f8 - 0.0% (336 Bytes)

[#007] sha256:36267131ef0f1fa1b86c20945f15996242b1061f46f9ac8ef6e6b957c782e248 - 11.65% (16.2 MB)


History
2024-06-13 01:20:56 UTC

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

2024-06-13 01:20:56 UTC

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

2024-06-22 18:02:15 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2024-06-22 18:02:15 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2024-06-22 18:02:15 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2024-06-22 18:02:25 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y wget unzip gosu && mkdir /app && mkdir /config && wget -O - "https://github.com/OwO-Network/DeepLX/releases/download/v0.9.4/deeplx_linux_${TARGETARCH}" > deeplx && mv deeplx /usr/local/bin/deeplx && chmod +x /usr/local/bin/deeplx && ARCH=$(if [ "$TARGETARCH" = "amd64" ]; then echo ""; elif [ "$TARGETARCH" = "arm64" ]; then echo "arm-"; fi) && wget -O - "https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v6.1/ffprobe-6.1-linux-${ARCH}64.zip" > ffprobe.zip && unzip ffprobe.zip && mv ffprobe /usr/local/bin/ffprobe && chmod +x /usr/local/bin/ffprobe # buildkit

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.json

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

ENV OPENSSL_CONF=/etc/openssl.cnf

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

COPY openssl.cnf /etc/openssl.cnf # buildkit

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

COPY ./binaries_linux_amd64/mdc_ng_app /usr/local/bin/mdc_ng_app # buildkit

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c chmod +x /usr/local/bin/mdc_ng_app && chmod +x /usr/local/bin/entrypoint.sh # buildkit

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2024-06-22 18:02:26 UTC (buildkit.dockerfile.v0)

CMD ["mdc_ng_app"]

Details
Created

2024-06-22 18:03:26 UTC

Size

132 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-22T18:01:49.499Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    1e90ab11e5d6834907f37db32315d5ed53f0f5fe
  • org.opencontainers.image.source
    https://github.com/mdc-ng/mdc-core
  • org.opencontainers.image.title
    mdc-core
  • org.opencontainers.image.url
    https://github.com/mdc-ng/mdc-core
  • org.opencontainers.image.version
    0.47.0

Environment
MDC_CONFIG_PATH

/config/config.json

MDC_PORT

9208

OPENSSL_CONF

/etc/openssl.cnf

PATH

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


Layers

[#000] sha256:559a764445207341cf1207d83ceb89f1e59e2b57e860b7a80a6df6447641832b - 21.05% (27.8 MB)

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

[#002] sha256:51378d6e341586972be56a5279881bcb38837e14d544231893df6cda21d4a14c - 53.8% (71.1 MB)

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

[#004] sha256:e35e58cc5d10a4a3cbe0b30566cdbce082375160aceaf1193f768ee461370cbc - 0.0% (227 Bytes)

[#005] sha256:b64f5442f42829f553cf6da789eb1285300e6299e5b84f467104d135a83315b6 - 12.57% (16.6 MB)

[#006] sha256:871f64f15f2e3de011d611f7745d08ddd26861e1f6d9baf8de48888ef84f947d - 0.0% (338 Bytes)

[#007] sha256:24877b79a82e443849845e860233d4e0214dca567d07a3b970f4e5ca7344a5e6 - 12.57% (16.6 MB)


History
2024-06-13 00:39:50 UTC

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

2024-06-13 00:39:51 UTC

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

2024-06-22 18:02:15 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2024-06-22 18:02:15 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2024-06-22 18:02:15 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2024-06-22 18:03:25 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c apt-get update && apt-get install -y wget unzip gosu && mkdir /app && mkdir /config && wget -O - "https://github.com/OwO-Network/DeepLX/releases/download/v0.9.4/deeplx_linux_${TARGETARCH}" > deeplx && mv deeplx /usr/local/bin/deeplx && chmod +x /usr/local/bin/deeplx && ARCH=$(if [ "$TARGETARCH" = "amd64" ]; then echo ""; elif [ "$TARGETARCH" = "arm64" ]; then echo "arm-"; fi) && wget -O - "https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v6.1/ffprobe-6.1-linux-${ARCH}64.zip" > ffprobe.zip && unzip ffprobe.zip && mv ffprobe /usr/local/bin/ffprobe && chmod +x /usr/local/bin/ffprobe # buildkit

2024-06-22 18:03:25 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-22 18:03:25 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2024-06-22 18:03:25 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.json

2024-06-22 18:03:25 UTC (buildkit.dockerfile.v0)

ENV OPENSSL_CONF=/etc/openssl.cnf

2024-06-22 18:03:25 UTC (buildkit.dockerfile.v0)

COPY openssl.cnf /etc/openssl.cnf # buildkit

2024-06-22 18:03:25 UTC (buildkit.dockerfile.v0)

COPY ./binaries_linux_arm64/mdc_ng_app /usr/local/bin/mdc_ng_app # buildkit

2024-06-22 18:03:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit

2024-06-22 18:03:26 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c chmod +x /usr/local/bin/mdc_ng_app && chmod +x /usr/local/bin/entrypoint.sh # buildkit

2024-06-22 18:03:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2024-06-22 18:03:26 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2024-06-22 18:03:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2024-06-22 18:03:26 UTC (buildkit.dockerfile.v0)

CMD ["mdc_ng_app"]

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