sha256:a6cb78cd9f41c8b6e4657374d5ba5820edd5750a04ed151f02218c32d5af4f22
OS/ARCH
linux/amd64
Compressed size
62.81 MB
Last pushed
over 1 year by hyperledgerbot
Type
Image
Manifest digest
sha256:4164ef597030320a467f549ddb82119a5dfb285f258377a37f207ca75b55c18d
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ARG PROFILE=deploy0 B3ARG STORAGE=/storage0 B4ARG TARGET_DIR=/iroha/target/x86_64-unknown-linux-gnu/deploy0 B5ENV BIN_PATH=/usr/local/bin/0 B6ENV CONFIG_DIR=/config0 B7ENV KURA_STORE_DIR=/storage0 B8ENV SNAPSHOT_STORE_DIR=/storage/snapshot0 B9ENV WASM_DIRECTORY=/app/.cache/wasmtime0 B10ENV USER=iroha0 B11ENV UID=10010 B12ENV GID=10010 B13RUN |3 PROFILE=deploy STORAGE=/storage TARGET_DIR=/iroha/target/x86_64-unknown-linux-gnu/deploy20.51 MB14COPY /iroha/target/x86_64-unknown-linux-gnu/deploy/irohad /usr/local/bin/ # buildkit9.89 MB15COPY /iroha/target/x86_64-unknown-linux-gnu/deploy/iroha /usr/local/bin/ # buildkit3.77 MB16COPY /iroha/target/x86_64-unknown-linux-gnu/deploy/kagami /usr/local/bin/ # buildkit1.42 MB17COPY defaults/genesis.json /config # buildkit1.16 KB18COPY defaults/executor.wasm /config # buildkit223.61 KB19COPY defaults/libs /config/libs/ # buildkit82.22 KB20COPY defaults/client.toml /config # buildkit382 B21USER iroha0 B22CMD ["irohad"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'