Namespace
mdcng
Image / Tag
mdc:0.27.1
Content Digest
sha256:89d8933b5c06e43816cd4afe74e2fc5d76741315a662bc9b311019de2e957d2e
Details
Created

2024-06-05 18:13:08 UTC

Size

67.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-05T18:12:51.726Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    4f73abb946787064f26be2f5fc2c076c4e8ac280
  • 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.27.1

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

[#001] sha256:d41af5af5f40e6a2ce1a55cce197d82f70f7bda85ba5a62e345fb5ed3cd1ec7b - 26.4% (17.9 MB)

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

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

[#004] sha256:e235ec71c58c529ab803c840f0538fabef26e77c4e3161240ac51071ecb37689 - 16.32% (11.1 MB)

[#005] sha256:de40e52aa677770cbc2fc3343c9db39280161a64d2b23de01b7997d8a11ea0cc - 16.32% (11.1 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-05 18:13:08 UTC (buildkit.dockerfile.v0)

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

2024-06-05 18:13:08 UTC (buildkit.dockerfile.v0)

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

2024-06-05 18:13:08 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2024-06-05 18:13:08 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.json

2024-06-05 18:13:08 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-05 18:13:08 UTC (buildkit.dockerfile.v0)

COPY ./binaries/mdc_ng_app . # buildkit

2024-06-05 18:13:08 UTC (buildkit.dockerfile.v0)

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

2024-06-05 18:13:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2024-06-05 18:13:08 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2024-06-05 18:13:08 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