4.2.0
sha256:951382395b5478dcacdaab6fad41c24aaedf095a8172eae9cda15a8819a1611b
OS/ARCH
Compressed size
1.01 GB
Last pushed
29 days by checklyben
Type
Image
Manifest digest
sha256:37f302fca945087fb091c33424cf8595cc37f6c27355d902b59df4750a252c75
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.23 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
358.54 MB
25
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
169.35 MB
26
COPY checkly-agent checkly-agent # buildkit
75.81 KB
27
COPY functions/package.json functions/package.json # buildkit
806 B
28
COPY functions/package-lock.json functions/package-lock.json # buildkit
46.29 KB
29
COPY functions/postinstall.sh functions/postinstall.sh # buildkit
726 B
30
COPY functions/postinstall-runtimes.sh functions/postinstall-runtimes.sh # buildkit
752 B
31
COPY functions/src functions/src # buildkit
641.53 KB
32
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
128.57 MB
33
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
720 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
283.95 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