sha256:0b95dd55f4126c5d028dfd686ddf525d5d646df7c3c5d66d545c1174522a7c68
OS/ARCH
Compressed size
125.68 MB
Last pushed
3 days by packagedatadoghq
Type
Image
Manifest digest
sha256:b2f4ad906ece10e467a7e2973e66925776e0e80792217ea32760cd458b64ce99
Image Layers
1
# debian.sh --arch 'amd64' out/
26.91 MB
2
LABEL org.opencontainers.image.title=Quickwit
0 B
3
LABEL maintainer=Quickwit, Inc. <hello@quickwit.io>
0 B
4
LABEL org.opencontainers.image.vendor=Quickwit, Inc.
0 B
5
LABEL org.opencontainers.image.licenses=AGPL-3.0
0 B
6
RUN /bin/sh -c apt-get -y
3.34 MB
7
WORKDIR /quickwit
98 B
8
RUN /bin/sh -c mkdir config
137 B
9
COPY /quickwit/bin/quickwit /usr/local/bin/quickwit # buildkit
95.43 MB
10
COPY /quickwit/config/quickwit.yaml /quickwit/config/quickwit.yaml # buildkit
2.36 KB
11
ENV QW_CONFIG=/quickwit/config/quickwit.yaml
0 B
12
ENV QW_DATA_DIR=/quickwit/qwdata
0 B
13
ENV QW_LISTEN_ADDRESS=0.0.0.0
0 B
14
RUN /bin/sh -c quickwit --version
32 B
15
ENTRYPOINT ["quickwit"]
0 B
Command
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'