sha256:7356cfd3058a44a2d11ba8600057a65c5670c65cf2948640cc0e31c5e8763f03
OS/ARCH
linux/amd64
Compressed size
36.22 MB
Last pushed
about 1 month by milvusdb
Type
Image
Manifest digest
sha256:7356cfd3058a44a2d11ba8600057a65c5670c65cf2948640cc0e31c5e8763f03
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update5.47 MB3COPY /src/target/release/talon-worker /usr/local/bin/talon-worker # buildkit3.83 MB4USER 10001:100010 B5ENV TALON_WORKER_LISTEN=0.0.0.0:7001 TALON_WORKER_ADMIN_LISTEN=0.0.0.0:8001 TALON_WORKER_CACHE_DIRS=/var/cache/talon0 B6EXPOSE [7001/tcp 8001/tcp]0 B7VOLUME [/var/cache/talon]0 B8HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://127.0.0.1:8001/healthz0 B9ENTRYPOINT ["talon-worker"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'