Namespace
mdcng
Image / Tag
mdc:0.26
Content Digest
sha256:921d5361daec8e972c7b720721fdc2c235f6d8444f1c7ed5988119e90be44c53
Details
Created

2024-06-05 15:26:59 UTC

Size

67.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-05T15:26:45.186Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    f5de1f4845e94caf36be9a6e949ea1b6db89a59e
  • 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.26.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 - 40.97% (27.8 MB)

[#001] sha256:6bc9b8c3a0aa826c9002bae15839180539803b6f5bdda7f941278c3d97ff90fe - 26.41% (17.9 MB)

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

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

[#004] sha256:30b110f89b954208e9a0c753fa57e49b7b7774e1c10dd7a616e987005467f399 - 16.31% (11.1 MB)

[#005] sha256:90546b25ff2890c4d8feef920e9e63249fffc1ed85ce8a6fc9278bc6ec31ae41 - 16.31% (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 15:26:58 UTC (buildkit.dockerfile.v0)

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

2024-06-05 15:26:58 UTC (buildkit.dockerfile.v0)

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

2024-06-05 15:26:58 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2024-06-05 15:26:58 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.json

2024-06-05 15:26:58 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-05 15:26:58 UTC (buildkit.dockerfile.v0)

COPY ./binaries/mdc_ng_app . # buildkit

2024-06-05 15:26:59 UTC (buildkit.dockerfile.v0)

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

2024-06-05 15:26:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2024-06-05 15:26:59 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2024-06-05 15:26:59 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