sha256:0d6cb7e6a67f75c9332bd0529551304abcc38dda239c2e6782f232f9b732f546
OS/ARCH
Compressed size
1.19 GB
Last pushed
6 days by soulgalore
Type
Image
Manifest digest
sha256:e654873e096ce684d1e7c205e9279ec40fac00f33f7e7d792fb0a3acb8284a3b
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 /
28.17 MB
6
CMD ["/bin/bash"]
0 B
7
ARG TARGETPLATFORM=linux/amd64
0 B
8
ENV NPM_CONFIG_LOGLEVEL=info
0 B
9
ENV NODE_VERSION=22.13.0
0 B
10
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
53.46 MB
11
CMD ["npm" "--version"]
0 B
12
ARG TARGETPLATFORM=linux/amd64
0 B
13
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
247.8 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/amd64
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=135.*
0 B
21
ENV CHROME_VERSION=133.*
0 B
22
ENV EDGE_VERSION=132.*
0 B
23
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
244 B
24
COPY firefox/firefox-no-snap /etc/apt/preferences.d/firefox-no-snap # buildkit
245 B
25
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
142.26 MB
26
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
584.81 MB
27
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
722 B
28
RUN |1 TARGETPLATFORM=linux/amd64 /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
741 B
35
COPY docker/webpagereplay/wpr_key.pem /webpagereplay/certs/ # buildkit
892 B
36
COPY docker/webpagereplay/deterministic.js /webpagereplay/scripts/deterministic.js # buildkit
1023 B
37
COPY docker/webpagereplay/LICENSE /webpagereplay/ # buildkit
941 B
38
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
97.77 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.82 KB
41
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
132 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.25 KB
45
COPY tools/postinstall.js /usr/src/app/tools/postinstall.js # buildkit
977 B
46
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
59.39 MB
47
COPY ./bin/ /usr/src/app/bin/ # buildkit
4.24 KB
48
COPY ./lib/ /usr/src/app/lib/ # buildkit
271.9 KB
49
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
224 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
200 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