1# THIS FILE WAS AUTO-GENERATED
2#
3#  $ lcitool dockerfile --layers all --cross-arch mips64el debian-12 qemu
4#
5# https://gitlab.com/libvirt/libvirt-ci
6
7FROM docker.io/library/debian:12-slim
8
9RUN export DEBIAN_FRONTEND=noninteractive && \
10    apt-get update && \
11    apt-get install -y eatmydata && \
12    eatmydata apt-get dist-upgrade -y && \
13    eatmydata apt-get install --no-install-recommends -y \
14                      bash \
15                      bc \
16                      bison \
17                      bsdextrautils \
18                      bzip2 \
19                      ca-certificates \
20                      ccache \
21                      dbus \
22                      debianutils \
23                      diffutils \
24                      exuberant-ctags \
25                      findutils \
26                      flex \
27                      gcc \
28                      gcovr \
29                      gettext \
30                      git \
31                      hostname \
32                      libglib2.0-dev \
33                      libgtk-vnc-2.0-dev \
34                      libpcre2-dev \
35                      libsndio-dev \
36                      libspice-protocol-dev \
37                      llvm \
38                      locales \
39                      make \
40                      meson \
41                      mtools \
42                      ncat \
43                      ninja-build \
44                      openssh-client \
45                      pkgconf \
46                      python3 \
47                      python3-numpy \
48                      python3-opencv \
49                      python3-pillow \
50                      python3-pip \
51                      python3-sphinx \
52                      python3-sphinx-rtd-theme \
53                      python3-venv \
54                      python3-yaml \
55                      rpm2cpio \
56                      sed \
57                      socat \
58                      sparse \
59                      swtpm \
60                      tar \
61                      tesseract-ocr \
62                      tesseract-ocr-eng \
63                      xorriso \
64                      zstd && \
65    eatmydata apt-get autoremove -y && \
66    eatmydata apt-get autoclean -y && \
67    sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
68    dpkg-reconfigure locales && \
69    rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
70
71ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
72ENV LANG "en_US.UTF-8"
73ENV MAKE "/usr/bin/make"
74ENV NINJA "/usr/bin/ninja"
75ENV PYTHON "/usr/bin/python3"
76
77RUN export DEBIAN_FRONTEND=noninteractive && \
78    dpkg --add-architecture mips64el && \
79    eatmydata apt-get update && \
80    eatmydata apt-get dist-upgrade -y && \
81    eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
82    eatmydata apt-get install --no-install-recommends -y \
83                      gcc-mips64el-linux-gnuabi64 \
84                      libaio-dev:mips64el \
85                      libasound2-dev:mips64el \
86                      libattr1-dev:mips64el \
87                      libbpf-dev:mips64el \
88                      libbrlapi-dev:mips64el \
89                      libbz2-dev:mips64el \
90                      libc6-dev:mips64el \
91                      libcacard-dev:mips64el \
92                      libcap-ng-dev:mips64el \
93                      libcapstone-dev:mips64el \
94                      libcmocka-dev:mips64el \
95                      libcurl4-gnutls-dev:mips64el \
96                      libdaxctl-dev:mips64el \
97                      libfdt-dev:mips64el \
98                      libffi-dev:mips64el \
99                      libfuse3-dev:mips64el \
100                      libgcrypt20-dev:mips64el \
101                      libglib2.0-dev:mips64el \
102                      libglusterfs-dev:mips64el \
103                      libgnutls28-dev:mips64el \
104                      libibverbs-dev:mips64el \
105                      libiscsi-dev:mips64el \
106                      libjemalloc-dev:mips64el \
107                      libjpeg62-turbo-dev:mips64el \
108                      libjson-c-dev:mips64el \
109                      liblttng-ust-dev:mips64el \
110                      liblzo2-dev:mips64el \
111                      libncursesw5-dev:mips64el \
112                      libnfs-dev:mips64el \
113                      libnuma-dev:mips64el \
114                      libpam0g-dev:mips64el \
115                      libpipewire-0.3-dev:mips64el \
116                      libpixman-1-dev:mips64el \
117                      libpng-dev:mips64el \
118                      libpulse-dev:mips64el \
119                      librbd-dev:mips64el \
120                      librdmacm-dev:mips64el \
121                      libsasl2-dev:mips64el \
122                      libseccomp-dev:mips64el \
123                      libselinux1-dev:mips64el \
124                      libslirp-dev:mips64el \
125                      libsnappy-dev:mips64el \
126                      libspice-server-dev:mips64el \
127                      libssh-gcrypt-dev:mips64el \
128                      libsystemd-dev:mips64el \
129                      libtasn1-6-dev:mips64el \
130                      libudev-dev:mips64el \
131                      liburing-dev:mips64el \
132                      libusb-1.0-0-dev:mips64el \
133                      libusbredirhost-dev:mips64el \
134                      libvdeplug-dev:mips64el \
135                      libxdp-dev:mips64el \
136                      libzstd-dev:mips64el \
137                      nettle-dev:mips64el \
138                      systemtap-sdt-dev:mips64el \
139                      zlib1g-dev:mips64el && \
140    eatmydata apt-get autoremove -y && \
141    eatmydata apt-get autoclean -y && \
142    mkdir -p /usr/local/share/meson/cross && \
143    printf "[binaries]\n\
144c = '/usr/bin/mips64el-linux-gnuabi64-gcc'\n\
145ar = '/usr/bin/mips64el-linux-gnuabi64-gcc-ar'\n\
146strip = '/usr/bin/mips64el-linux-gnuabi64-strip'\n\
147pkgconfig = '/usr/bin/mips64el-linux-gnuabi64-pkg-config'\n\
148\n\
149[host_machine]\n\
150system = 'linux'\n\
151cpu_family = 'mips64'\n\
152cpu = 'mips64el'\n\
153endian = 'little'\n" > /usr/local/share/meson/cross/mips64el-linux-gnuabi64 && \
154    dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \
155    mkdir -p /usr/libexec/ccache-wrappers && \
156    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mips64el-linux-gnuabi64-cc && \
157    ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mips64el-linux-gnuabi64-gcc
158
159ENV ABI "mips64el-linux-gnuabi64"
160ENV MESON_OPTS "--cross-file=mips64el-linux-gnuabi64"
161ENV QEMU_CONFIGURE_OPTS --cross-prefix=mips64el-linux-gnuabi64-
162ENV DEF_TARGET_LIST mips64el-softmmu,mips64el-linux-user
163# As a final step configure the user (if env is defined)
164ARG USER
165ARG UID
166RUN if [ "${USER}" ]; then \
167  id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
168