Namespace
mdcng
Image / Tag
mdc:0.21.2
Content Digest
sha256:dab87fa1a8a2c086b1774a2c0dd98456d1d5d6dcbf571be604e0e46575f98e0d
Details
Created

2024-06-01 09:07:13 UTC

Size

64.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-01T09:06:54.833Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    45fafe25e555493e187f42ef224a83ea1741ddfc
  • 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.21.2

Environment
MDC_CONFIG_PATH

/config/config.ini

MDC_PORT

9208

PATH

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


Layers

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

[#001] sha256:3eee10a480e58b0898515910f89ed4c0817326e3d716a4c791d8d7715e9781d6 - 27.6% (17.9 MB)

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

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

[#004] sha256:be32d6bf7624a9943c5658ce3ef880465b5a13c5b09bbbe1b4c046899c6d56e3 - 14.79% (9.61 MB)

[#005] sha256:2fe9723638be8ff900c2c0dc007fbffee1a62ced046c617f32620ac5e0dbc2d7 - 14.79% (9.61 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-01 09:07:13 UTC (buildkit.dockerfile.v0)

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

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

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

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.ini

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

COPY ./binaries/backend . # buildkit

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

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

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2024-06-01 09:07:13 UTC (buildkit.dockerfile.v0)

CMD ["/app/backend"]

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