Namespace
mdcng
Image / Tag
mdc:0.16.0
Content Digest
sha256:8e3be9f89064f7605581751e545ebffbda35ff4e03c99681b2f287ac92ddf220
Details
Created

2023-03-07 14:49:10 UTC

Size

62.3 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-03-07T14:48:45.338Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    5032df4bfa35c608512a7d2946f728e446420cbd
  • 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.16.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.07% (30 MB)

[#001] sha256:15e559746b1bd12e39c8106bc5a72bf279e0716f7721b90b402d622f1c29af6b - 23.35% (14.6 MB)

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

[#003] sha256:0740e589524f3fa693459d9bee49cb992b33e69e7c0e166d9b8baf19712c0e08 - 0.0% (99 Bytes)

[#004] sha256:5803ff7be4dc94ffd947a80e495e448d6c919d4806c5727c2b122d89942915e0 - 14.29% (8.9 MB)

[#005] sha256:7839fae64cbdbb27e0ee6a15e5e4fc134fe96b2da30da1b5cfbe4d649e5b9bab - 14.29% (8.9 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-07 14:49:09 UTC (buildkit.dockerfile.v0)

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

2023-03-07 14:49:09 UTC (buildkit.dockerfile.v0)

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

2023-03-07 14:49:10 UTC (buildkit.dockerfile.v0)

ENV MDC_PORT=9208

2023-03-07 14:49:10 UTC (buildkit.dockerfile.v0)

ENV MDC_CONFIG_PATH=/config/config.ini

2023-03-07 14:49:10 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-03-07 14:49:10 UTC (buildkit.dockerfile.v0)

COPY ./binaries/backend . # buildkit

2023-03-07 14:49:10 UTC (buildkit.dockerfile.v0)

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

2023-03-07 14:49:10 UTC (buildkit.dockerfile.v0)

EXPOSE map[9208/tcp:{}]

2023-03-07 14:49:10 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2023-03-07 14:49:10 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