Namespace
langgenius
Image / Tag
dify-plugin-daemon:7c8b1bcfe38bd9ad03d9428792a4906084f5dfdf-local-linux-arm64
Content Digest
sha256:1c538c1a005769a49484209eaec65a7ab8ccc730b7b81156735b14dbe4bb0dfb
Details
Created

2024-11-11 10:23:00 UTC

Size

74.4 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.08% (26.1 MB)

[#001] sha256:58a7ff0ae0137e9477aee1a48945d702edd4c9ead828f07ff4220ec629d4372a - 23.41% (17.4 MB)

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

[#003] sha256:0fb2cfa66ac90d76fbdce6714a7143829574ed8a966f01ffef9db91b0b280a2c - 41.51% (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-11 10:22:41 UTC (buildkit.dockerfile.v0)

COPY /app/main /app/main # buildkit

2024-11-11 10:22:41 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-11 10:23:00 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-11 10:23:00 UTC (buildkit.dockerfile.v0)

ENV PLATFORM=local

2024-11-11 10:23:00 UTC (buildkit.dockerfile.v0)

ENV GIN_MODE=release

2024-11-11 10:23:00 UTC (buildkit.dockerfile.v0)

CMD ["/app/main"]