Create minimal Linux images based on Alpine Linux for the Raspberry PI
| ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.description=Create minimal Linux images based on Alpine Linux for the Raspberry PI |
| LABEL org.opencontainers.image.licenses=Apache-2.0 |
| ARG UB_PROJ_ID=32838267 |
| ENV DEFAULT_UBOOT_PROJ_ID=32838267 |
| RUN |1 UB_PROJ_ID=32838267 /bin/sh -c apk add --no-cache --upgrade curl dosfstools e2fsprogs-extra findutils genimage git m4 mtools pigz tar u-boot-tools qemu-arm # buildkit |
| ADD ./resources /resources # buildkit |
| COPY /uboot/ /uboot/ # buildkit |
| COPY /uboot-silent/ /uboot-silent/ # buildkit |
| COPY /uboot_tool /uboot_tool # buildkit |
| COPY /usr/share/apk/keys /usr/share/apk/keys-stable # buildkit |
| RUN |1 UB_PROJ_ID=32838267 /bin/sh -c find /resources/scripts/build-helpers -name "*.sh" -exec install -t /usr/local/bin/ {} \; && cd /usr/local/bin && for file in *.sh; do mv -- "$file" "$(basename "$file" .sh)"; done && echo "installed:" && ls /usr/local/bin # buildkit |
| WORKDIR /work |
| CMD ["/bin/sh" "/resources/build.sh"] |
| Key |
Value |
| org.opencontainers.image.description |
Create minimal Linux images based on Alpine Linux for the Raspberry PI |
| org.opencontainers.image.licenses |
Apache-2.0 |