sha256:b6051367206e47da4335713353a5f2655ec3c9c9539ba0f048e404900549a96b
OS/ARCH
linux/amd64
Compressed size
630.28 MB
Last pushed
7 months by silabsservice
Type
Image
Manifest digest
sha256:b6051367206e47da4335713353a5f2655ec3c9c9539ba0f048e404900549a96b
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 /
29.03 MB
6
CMD ["/bin/bash"]
0 B
7
ENV TZ=America/New_York
0 B
8
ENV repo_dir=/ot-efr32
0 B
9
WORKDIR /ot-efr32
98 B
10
RUN /bin/sh -c apt-get update
2 MB
11
COPY ./script/bootstrap ./script/ # buildkit
2.31 KB
12
RUN /bin/sh -c ./script/bootstrap packages
111.66 MB
13
RUN /bin/sh -c ./script/bootstrap arm_toolchain
265.58 MB
14
COPY ./requirements.txt . # buildkit
213 B
15
RUN /bin/sh -c ./script/bootstrap python
24.39 MB
16
ARG BUILD_DATE=2024-08-19T20:26:38Z
0 B
17
LABEL build_date=2024-08-19T20:26:38Z
0 B
18
COPY ./script/bootstrap_silabs ./script/ # buildkit
1.52 KB
19
ENV SLC_INSTALL_DIR=/opt/slc_cli
0 B
20
RUN |1 BUILD_DATE=2024-08-19T20:26:38Z /bin/sh -c
196.15 MB
21
WORKDIR /
0 B
22
ARG REPO_URL=https://github.com/openthread/ot-efr32
0 B
23
ENV repo_dir=/ot-efr32
0 B
24
RUN |2 BUILD_DATE=2024-08-19T20:26:38Z REPO_URL=https://github.com/openthread/ot-efr32 /bin/sh
1.47 MB
25
WORKDIR /ot-efr32
32 B
Command
ARG RELEASE