36.2.2-plus1
sha256:6b3d75cd9021741bf8a1b0b0afce0a116d3f9ae657b9e176e49ee3ec1a7c2ed5
OS/ARCH
Compressed size
1.02 GB
Last pushed
16 days by soulgalore
Type
Image
Manifest digest
sha256:ad76a1496c383fbb4e923e3033e4cb879263499979a5a57f95808d32a411d239
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
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
1 KB
37
COPY docker/webpagereplay/LICENSE /webpagereplay/ # buildkit
942 B
38
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
93.89 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
131 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
976 B
46
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
50.86 MB
47
COPY ./bin/ /usr/src/app/bin/ # buildkit
4.22 KB
48
COPY ./lib/ /usr/src/app/lib/ # buildkit
271.82 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
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
750 B
54
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c
202 B
55
ENTRYPOINT ["/start.sh"]
0 B
56
VOLUME [/sitespeed.io]
0 B
57
VOLUME [/baseline]
0 B
58
WORKDIR /sitespeed.io
102 B
59
ENV SITESPEED_IO_BROWSERTIME__XVFB=true
0 B
60
ENV SITESPEED_IO_BROWSERTIME__DOCKER=true
0 B
61
ENV SITESPEED_IO_PLUGINS__ADD=@sitespeed.io/plugin-lighthouse,@sitespeed.io/plugin-gpsi
0 B
62
RUN /bin/sh -c sudo apt-get
8.57 MB
63
RUN /bin/sh -c node --version
32 B
64
RUN /bin/sh -c npm --version
32 B
65
RUN /bin/sh -c npm install
44.59 MB
66
RUN /bin/sh -c npm install
14.37 MB
67
VOLUME [/sitespeed.io]
0 B
68
WORKDIR /sitespeed.io
32 B
Command
ARG RELEASE