sha256:cbcb05b6f8a3abd55192c35f80be324f3688d9a449c23e9309de4cad85868a09
OS/ARCH
Compressed size
974.84 MB
Last pushed
20 days by soulgalore
Type
Image
Manifest digest
sha256:9afd10443d6f0a4371c8dda8bc04e505ea634470b357892293cb810c968a11a6
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=22.04
0 B
5
ADD file ... in /
26.09 MB
6
CMD ["/bin/bash"]
0 B
7
ARG TARGETPLATFORM=linux/arm64
0 B
8
ENV NPM_CONFIG_LOGLEVEL=info
0 B
9
ENV NODE_VERSION=22.13.0
0 B
10
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c
53.14 MB
11
CMD ["npm" "--version"]
0 B
12
ARG TARGETPLATFORM=linux/arm64
0 B
13
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c
214.88 MB
14
ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
15
CMD ["python3" "--version"]
0 B
16
ARG TARGETPLATFORM=linux/arm64
0 B
17
ENV LC_ALL=C
0 B
18
ENV DEBIAN_FRONTEND=noninteractive
0 B
19
ENV DEBCONF_NONINTERACTIVE_SEEN=true
0 B
20
ENV FIREFOX_VERSION=134.*
0 B
21
ENV CHROME_VERSION=132.*
0 B
22
ENV EDGE_VERSION=132.*
0 B
23
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c
242 B
24
COPY firefox/firefox-no-snap /etc/apt/preferences.d/firefox-no-snap # buildkit
245 B
25
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c
136.59 MB
26
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c
392.69 MB
27
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c
725 B
28
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c
1.79 KB
29
ARG TARGETPLATFORM=linux/amd64
0 B
30
ENV SITESPEED_IO_BROWSERTIME__XVFB=true
0 B
31
ENV SITESPEED_IO_BROWSERTIME__DOCKER=true
0 B
32
ENV PYTHON=python3
0 B
33
COPY docker/webpagereplay/linux/amd64/wpr /usr/local/bin/ # buildkit
6.35 MB
34
COPY docker/webpagereplay/wpr_cert.pem /webpagereplay/certs/ # buildkit
738 B
35
COPY docker/webpagereplay/wpr_key.pem /webpagereplay/certs/ # buildkit
890 B
36
COPY docker/webpagereplay/deterministic.js /webpagereplay/scripts/deterministic.js # buildkit
1020 B
37
COPY docker/webpagereplay/LICENSE /webpagereplay/ # buildkit
938 B
38
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
93.66 MB
39
ENV PATH=/usr/local/bin:/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
40
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
2.83 KB
41
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
134 B
42
WORKDIR /usr/src/app
32 B
43
COPY package.json /usr/src/app/ # buildkit
1.5 KB
44
COPY npm-shrinkwrap.json /usr/src/app/ # buildkit
93.2 KB
45
COPY tools/postinstall.js /usr/src/app/tools/postinstall.js # buildkit
977 B
46
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
51.06 MB
47
COPY ./bin/ /usr/src/app/bin/ # buildkit
4.23 KB
48
COPY ./lib/ /usr/src/app/lib/ # buildkit
271.6 KB
49
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
228 B
50
COPY docker/scripts/start.sh /start.sh # buildkit
1.92 KB
51
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
120 B
52
ADD docker/adb/insecure_shared_adbkey /root/.android/adbkey # buildkit
1.44 KB
53
ADD docker/adb/insecure_shared_adbkey.pub /root/.android/adbkey.pub # buildkit
749 B
54
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
201 B
55
ENTRYPOINT ["/start.sh"]
0 B
56
VOLUME [/sitespeed.io]
0 B
57
VOLUME [/baseline]
0 B
58
WORKDIR /sitespeed.io
102 B
Command
ARG RELEASE