Namespace
langgenius
Image / Tag
dify-plugin-daemon:ac0e7f3d50cfa6c7cb872f2e8353e3b52a7cff0a-serverless-linux-arm64
Content Digest
sha256:c69b6299f82424528033eae8b0e49a1e0f760e7c21dd53dccfd062a5c0289984
Details
Created

2025-01-06 06:44:12 UTC

Size

45.7 MB

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

Environment
GIN_MODE

release

PATH

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

PLATFORM

serverless


Layers

[#000] sha256:8bb55f0677778c3027fcc4253dc452bc9c22de989a696391e739fb1cdbbdb4c2 - 60.26% (27.6 MB)

[#001] sha256:411b43696b6743d95c2f35413be2edccc6d875c0c829757dacffff8b8fb23738 - 39.74% (18.2 MB)

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

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


History
2024-11-19 16:18:45 UTC

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

2024-11-19 16:18:45 UTC

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

2024-11-19 16:18:45 UTC

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

2024-11-19 16:18:45 UTC

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

2024-11-19 16:18:47 UTC

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

2024-11-19 16:18:47 UTC

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

2025-01-06 06:44:12 UTC (buildkit.dockerfile.v0)

COPY /app/main /app/main # buildkit

2025-01-06 06:44:12 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-06 06:44:12 UTC (buildkit.dockerfile.v0)

ARG PLATFORM=local

2025-01-06 06:44:12 UTC (buildkit.dockerfile.v0)

RUN |1 PLATFORM=serverless /bin/sh -c if [ "$PLATFORM" = "local" ]; then apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.12 python3.12-venv python3.12-dev && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; fi # buildkit

2025-01-06 06:44:12 UTC (buildkit.dockerfile.v0)

ENV PLATFORM=serverless

2025-01-06 06:44:12 UTC (buildkit.dockerfile.v0)

ENV GIN_MODE=release

2025-01-06 06:44:12 UTC (buildkit.dockerfile.v0)

CMD ["/app/main"]

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