2025-04-30 03:03:33 UTC
39.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d9b6365477446a79987b20560ae52637be6f54d6d2f801e16aaa0ca25dd0964b - 67.23% (26.7 MB)
[#001] sha256:f0a6a3d4b745891490bc56eddbd104fd7a3176e0af5f42d5699527247eaa0d4f - 7.97% (3.17 MB)
[#002] sha256:cf8eef265ac07fb12d71a1f49f5fb64151184b3705f3343f3f62c781bf588735 - 24.8% (9.87 MB)
# debian.sh --arch 'arm64' out/ 'bookworm' '@1742169600'
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)LABEL maintainer=signoz
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)ARG OS=linux
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)ARG ARCH
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)ARG USER_UID=10001
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)RUN |3 OS=linux ARCH=arm64 USER_UID=10001 /bin/sh -c apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)USER 10001
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)COPY ./target/linux-arm64/signoz-schema-migrator /signoz-schema-migrator # buildkit
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/signoz-schema-migrator"]
2025-04-30 03:03:33 UTC (buildkit.dockerfile.v0)CMD ["--dsn" "tcp://localhost:9000"]
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.