Namespace
mdcng
Image / Tag
mdc:0.31
Content Digest
sha256:3eb08ade33a67dc3bb5360514216337ead1a92bcf981dfdcf6d7949556e9f58e
Details
Created

2024-06-13 08:34:12 UTC

Size

68.2 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-13T08:33:58.090Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    8fb38535c5d6b1a86acd36f8a2bbe0c7314ace02
  • 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.31.2

Environment
MDC_CONFIG_PATH

/config/config.json

MDC_PORT

9208

MDC_USER_DATA_PATH

/config/data

PATH

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


Layers

[#000] sha256:d693fe8c42ef85a9405d5a1977ea60b695ed949b0b551af5483667536a3bacd5 - 40.79% (27.8 MB)

[#001] sha256:a071e6534b79756dd720f41e0746baf03a7bc90d74c2fc7ca338a638451b6b5f - 26.3% (17.9 MB)

[#002] sha256:dd84bf57c26dfca1fb98105e422491c48305e190fb049fbef0a42ff97f8aff1c - 0.0% (96 Bytes)

[#003] sha256:bc40f6be8d20a8a9b7c6ff10a0bee503fc298bc42f1987ab8c6b00fd87c382f1 - 0.0% (93 Bytes)

[#004] sha256:a0952d68e172963f3b3fc91b3255a369026f8b94b9af7651e26b5340bd249320 - 16.46% (11.2 MB)

[#005] sha256:2304d5972cb51c31157a0a1474e053bbbf3af7f5af0d2d564418e7b95cefccde - 16.46% (11.2 MB)


History
2024-06-13 01:23:01 UTC

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

2024-06-13 01:23:01 UTC

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

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y wget # buildkit

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /config # buildkit

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

ENV MDC_USER_DATA_PATH=/config/data

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.json

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

COPY ./binaries/mdc_ng_app . # buildkit

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x ./mdc_ng_app # buildkit

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2024-06-13 08:34:12 UTC (buildkit.dockerfile.v0)

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