Namespace
mdcng
Image / Tag
mdc:0.30.2
Content Digest
sha256:ec5e0d96184364dcb117fa92c68138391627f68ff11c1dc278d195d0939470ad
Details
Created

2024-06-10 17:33:51 UTC

Size

62.4 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-10T17:33:33.747Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    b8be74cb7b0469968aca1d36f8eb4e80c531ba4a
  • 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.30.2

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.52% (27.8 MB)

[#001] sha256:3d27ab8a60843bd340657777b4fd4779ae2232d4a6cfd0f56abe5a055f4f474b - 28.7% (17.9 MB)

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

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

[#004] sha256:9b559c717e1f3942982ff9ec9a137705d3dfd91eecb25e008c5d509d3d666982 - 13.39% (8.36 MB)

[#005] sha256:9868ce107e022c0f8869f7a147835cc8b821ebd32cdfdcdb3daee1353a21a5a1 - 13.39% (8.36 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-10 17:33:51 UTC (buildkit.dockerfile.v0)

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

2024-06-10 17:33:51 UTC (buildkit.dockerfile.v0)

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

2024-06-10 17:33:51 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2024-06-10 17:33:51 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.json

2024-06-10 17:33:51 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-10 17:33:51 UTC (buildkit.dockerfile.v0)

COPY ./binaries/mdc_ng_app . # buildkit

2024-06-10 17:33:51 UTC (buildkit.dockerfile.v0)

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

2024-06-10 17:33:51 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2024-06-10 17:33:51 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2024-06-10 17:33:51 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