sha256:049a0332f17afc391a0fb6e83444a1549978727138f067b8e1d51fb74a1cb82c
OS/ARCH
linux/amd64
Compressed size
40.49 MB
Last pushed
about 1 month by hexagon
Type
Image
Manifest digest
sha256:9186a81ed71496ddce6df004f85a4eadcc758a6ffa46781e2a4feffec7e32a6a
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update5.69 MB3RUN /bin/sh -c useradd -m3.23 KB4COPY /build/target/release/fyr /usr/local/bin/fyr # buildkit6.87 MB5COPY /build/public /app/public # buildkit511.42 KB6WORKDIR /app32 B7RUN /bin/sh -c mkdir -p511.49 KB8USER fyr0 B9EXPOSE [8080/tcp]0 B10ENV DATA_DIR=/data0 B11ENV RUST_LOG=info0 B12ENV FYR_HOST=0.0.0.00 B13ENV FYR_PORT=80800 B14HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:8080/api/status0 B15CMD ["fyr"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'