sha256:956005369d543ed211281ea6c61101bf6fc360336e672de78382571ae2ffcc90
OS/ARCH
Compressed size
1.19 GB
Last pushed
17 days by soulgalore
Type
Image
Manifest digest
sha256:3611ac033fbbd7fdc7f58a457ba8788816f7dcba3ce255cc01df58e889d73ff5
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=134.*
0 B
21
ENV CHROME_VERSION=132.*
0 B
22
ENV EDGE_VERSION=132.*
0 B
23
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
243 B
24
COPY firefox/firefox-no-snap /etc/apt/preferences.d/firefox-no-snap # buildkit
246 B
25
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
142.02 MB
26
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
579.51 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
740 B
35
COPY docker/webpagereplay/wpr_key.pem /webpagereplay/certs/ # buildkit
891 B
36
COPY docker/webpagereplay/deterministic.js /webpagereplay/scripts/deterministic.js # buildkit
1023 B
37
COPY docker/webpagereplay/LICENSE /webpagereplay/ # buildkit
942 B
38
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
97.56 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
133 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.24 KB
45
COPY tools/postinstall.js /usr/src/app/tools/postinstall.js # buildkit
978 B
46
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
59.29 MB
47
COPY ./bin/ /usr/src/app/bin/ # buildkit
4.22 KB
48
COPY ./lib/ /usr/src/app/lib/ # buildkit
271.88 KB
49
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
226 B
50
COPY docker/scripts/start.sh /start.sh # buildkit
1.92 KB
51
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
118 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