Namespace
mdcng
Image / Tag
mdc:0.29.0
Content Digest
sha256:4a9e6468b44e0f3267dfe4e9f81e8065fc8d007b0ea3dc5511baef52998efa25
Details
Created

2024-06-06 11:31:45 UTC

Size

62.4 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-06T11:31:31.507Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    2ec424db033c5b3fd87f92ab88cc88a437cb5a4b
  • 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.29.0

Environment
MDC_CONFIG_PATH

/config/config.json

MDC_PORT

9208

PATH

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


Layers

[#000] sha256:75092e15e08fbc91222d2fa31830a7e3dedc3c5a3a09785d1d496ace157e6cdd - 44.54% (27.8 MB)

[#001] sha256:dace2d685e15326aa37124652fd1c5e9745b1f4ab81b2a6e44243a0f88da09ae - 28.72% (17.9 MB)

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

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

[#004] sha256:9c87ed3732e8c26c0bd0643e9cb9a72e92c9279e9f49dbafd58742875bfe03c3 - 13.37% (8.34 MB)

[#005] sha256:2ca3ab7b20e40abce63d4a9b8fbe7765a1e5b014e1370f27cf9cb524634df359 - 13.37% (8.34 MB)


History
2024-05-14 01:30:06 UTC

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

2024-05-14 01:30:07 UTC

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

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

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

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

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

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.json

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

COPY ./binaries/mdc_ng_app . # buildkit

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

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

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2024-06-06 11:31:45 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2024-06-06 11:31:45 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