sha256:3aa06329aee2a31b28d17fe36c7a2ec3f16aec0411e08c11bba63db4da31fc7b
OS/ARCH
linux/amd64
Compressed size
84.46 MB
Last pushed
about 2 months by trydirect
Type
Image
Manifest digest
sha256:36d60c4a8ca4a0f0772e090bb0f21945a904a3564fce168723b467eff7c20d64
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update21 MB3WORKDIR /app93 B4RUN /bin/sh -c mkdir ./files117 B5COPY /app/target/release/server . # buildkit19.85 MB6COPY /app/target/release/console . # buildkit12.64 MB7COPY /app/.env . # buildkit317 B8COPY /app/configuration.yaml . # buildkit441 B9COPY /usr/local/cargo/bin/sqlx /usr/local/bin/sqlx # buildkit4.06 MB10COPY ./access_control.conf.dist ./access_control.conf # buildkit289 B11EXPOSE map[8000/tcp:{}]0 B12ENTRYPOINT ["/app/server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'