rk3399-app (latest)

Published 2024-10-12 06:14:47 +00:00 by lmh188

Installation

docker pull cd.holdtecs.net:63000/lmh188/rk3399-app:latest
sha256:6bed703bd64e5ce60596ad2e5816d52439254c6bd618e9ca678077608fdaf520

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 in /
CMD ["/bin/bash"]
RUN /bin/sh -c sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list # buildkit
RUN /bin/sh -c sed -i 's/security.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list # buildkit
RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -q build-essential sudo net-tools locales repo git ssh make gcc libssl-dev liblz4-tool g++ patchelf chrpath gawk texinfo diffstat binfmt-support qemu-user-static live-build bison flex fakeroot cmake gcc-multilib g++-multilib libgucharmap-2-90-dev device-tree-compiler bzip2 expat gpgv2 expect file rsync bc time cpp-aarch64-linux-gnu mtd-utils ncurses-dev unzip wget python3 python3-pip python3-setuptools python3-wheel python-is-python3 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c dpkg --add-architecture i386 && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -q zlib1g:i386 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c locale-gen en_US.UTF-8 && update-locale # buildkit
ADD aarch64-buildroot-linux-gnu_sdk-buildroot.tar.gz /opt # buildkit
RUN /bin/sh -c /opt/aarch64-buildroot-linux-gnu_sdk-buildroot/relocate-sdk.sh # buildkit
RUN /bin/sh -c adduser --disabled-password --gecos '' rockchip && usermod -aG sudo rockchip && echo "rockchip ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers # buildkit
RUN /bin/sh -c echo "dash dash/sh boolean false" | debconf-set-selections # buildkit
RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash # buildkit
RUN /bin/sh -c echo "source /opt/aarch64-buildroot-linux-gnu_sdk-buildroot/environment-setup" >> /etc/bash.bashrc # buildkit
USER rockchip
ENV HOME=/home/rockchip
ENV LANG=en_US.UTF-8
ENV TERM=xterm-256color
ENV GCC_COLORS=1
WORKDIR /home/rockchip/

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2024-10-12 06:14:47 +00:00
0
OCI / Docker
linux/amd64
674 MiB
Versions (1) View all
latest 2024-10-12