Namespace
mdcng
Image / Tag
mdc:0.14.0
Content Digest
sha256:23771ff3fbaec87dc8f39698325830a478e008c31ad5da97d1f777df1f19394d
Details
Created

2023-03-02 11:39:54 UTC

Size

62.2 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-03-02T11:39:30.152Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    427984984defbe476d9746db49c9392f92af0f31
  • 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.14.0

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:7807d201190a68a61f5bf1c905f3c6b531779b51fc794f19da67b4e44a542aef - 48.14% (30 MB)

[#001] sha256:9ce43f61bf9567f672456291e0d939f581bd54d4f03f0b8cbc249ed0891395e2 - 23.37% (14.5 MB)

[#002] sha256:c973bf6ef5cd97f1b39339abffcd7973fa3c45c0c17ee17249c998fc6fb8a272 - 0.0% (102 Bytes)

[#003] sha256:984656a9b2841c6e195aa724f97d0e8de700845cda8e55ab56db4dec2930ab93 - 0.0% (99 Bytes)

[#004] sha256:a9efc5b534c87bec71176294e6a123fa3395739e683326b70363e479ea0d4018 - 14.24% (8.86 MB)

[#005] sha256:936719e74260e8e311b9cb55e269039eecfa775f9d1b209dfd0f92bc9505adc3 - 14.24% (8.86 MB)


History
2023-03-01 04:11:31 UTC

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

2023-03-01 04:11:32 UTC

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

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

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

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

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

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.ini

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

COPY ./binaries/backend . # buildkit

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

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

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2023-03-02 11:39:54 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2023-03-02 11:39:54 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