4.0.2
sha256:5903820d404f71a4c4f691daa5fe274462e5b66aa2f0f1b2693f495de3695271
OS/ARCH
Compressed size
1.02 GB
Last pushed
3 months by checklyben
Type
Image
Manifest digest
sha256:3a4f9b5d692e04ff63ab01b296a91d3271e3cfa94834ab57006d3835523333d4
Image Layers
1
ARG RELEASE
0 B
2
ARG LAUNCHPAD_BUILD_ARCH
0 B
3
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
4
LABEL org.opencontainers.image.version=20.04
0 B
5
ADD file ... in /
26.24 MB
6
CMD ["/bin/bash"]
0 B
7
LABEL org.opencontainers.image.title=Checkly Agent
0 B
8
LABEL org.opencontainers.image.description=Checkly Agent
0 B
9
LABEL org.opencontainers.image.authors=Checkly
0 B
10
LABEL org.opencontainers.image.licenses=All rights reserved, use
0 B
11
LABEL org.opencontainers.image.documentation=https://checklyhq.com/docs/private-locations
0 B
12
LABEL org.opencontainers.image.vendor=Checkly
0 B
13
ARG TARGETPLATFORM=linux/amd64
0 B
14
ENV NODE_MAJOR=18
0 B
15
ENV NODE_VERSION=18.20.3-1nodesource1
0 B
16
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
62.24 MB
17
ENV API_KEY=
0 B
18
ENV LOG_LEVEL=INFO
0 B
19
ENV NODE_ENV=production
0 B
20
ENV NODE_CONFIG_DIR=/checkly/checkly-agent/config
0 B
21
ENV DOCKER_ENV=true
0 B
22
ENV PLAYWRIGHT_BROWSERS_PATH=/checkly/pw-browsers
0 B
23
WORKDIR /checkly
97 B
24
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
357.77 MB
25
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
169.35 MB
26
COPY checkly-agent checkly-agent # buildkit
17.34 KB
27
COPY functions/package.json functions/package.json # buildkit
870 B
28
COPY functions/package-lock.json functions/package-lock.json # buildkit
46.29 KB
29
COPY functions/postinstall.sh functions/postinstall.sh # buildkit
725 B
30
COPY functions/postinstall-runtimes.sh functions/postinstall-runtimes.sh # buildkit
751 B
31
COPY functions/src functions/src # buildkit
636.2 KB
32
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
135.28 MB
33
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
719 B
34
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
1.24 KB
35
WORKDIR /checkly
32 B
36
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
290.64 MB
37
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
118 B
38
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
125 B
39
USER checkly
0 B
40
WORKDIR /checkly/checkly-agent
32 B
41
ENTRYPOINT ["/usr/bin/tini" "--" "node" "index.js"]
0 B
Command
ARG RELEASE