Namespace
langgenius
Image / Tag
dify-plugin-daemon:a9f7cc48d890bf7f44e7de9c78bb56fea71cb4ea-local-linux-arm64
Content Digest
sha256:0d063fb7fce46901d1af25f98d1b1d258431f8e13422af453a0f13115e02f63b
Details
Created

2024-11-29 08:37:01 UTC

Size

74.5 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.04% (26.1 MB)

[#001] sha256:d39af3d07442fb38780715ae3532406000c6871edfd6c983ef7535fc161da7c2 - 23.52% (17.5 MB)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:02e33f62652d2e063bd1023d1886ce2574aeebfa4ad7b7416c51f2dfe1f08405 - 41.44% (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-11-29 08:36:27 UTC (buildkit.dockerfile.v0)

COPY /app/main /app/main # buildkit

2024-11-29 08:36:27 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-29 08:37:01 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-11-29 08:37:01 UTC (buildkit.dockerfile.v0)

ENV PLATFORM=local

2024-11-29 08:37:01 UTC (buildkit.dockerfile.v0)

ENV GIN_MODE=release

2024-11-29 08:37:01 UTC (buildkit.dockerfile.v0)

CMD ["/app/main"]