Namespace
langgenius
Image / Tag
dify-plugin-daemon:1d945ef2e8971c828df14a148785b35e05906f47-local-linux-arm64
Content Digest
sha256:b87bde092cd941e279c323615e7d192cc1f879f75e82f4ca4ca457372ef3fa96
Details
Created

2024-10-22 05:44:26 UTC

Size

74.3 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
GIN_MODE

release

PATH

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

PLATFORM

local


Layers

[#000] sha256:a186900671ab62e1dea364788f4e84c156e1825939914cfb5a6770be2b58b4da - 35.11% (26.1 MB)

[#001] sha256:3b3e40d95b6f360d074d62440fcd37516538ed4650111d3681513ed46817d042 - 23.37% (17.4 MB)

[#002] sha256:315377b2507660e4ffbc625be0504e95e4f045b464291f54a37e051538595773 - 41.52% (30.9 MB)


History
2024-09-11 16:26:04 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-09-11 16:26:04 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-09-11 16:26:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-09-11 16:26:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2024-09-11 16:26:06 UTC

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

2024-09-11 16:26:06 UTC

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

2024-10-22 05:43:57 UTC (buildkit.dockerfile.v0)

COPY /app/main /app/main # buildkit

2024-10-22 05:44:26 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y python3.10 python3.10-venv python3.10-dev && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2024-10-22 05:44:26 UTC (buildkit.dockerfile.v0)

ENV PLATFORM=local

2024-10-22 05:44:26 UTC (buildkit.dockerfile.v0)

ENV GIN_MODE=release

2024-10-22 05:44:26 UTC (buildkit.dockerfile.v0)

CMD ["/app/main"]