Block a user
toolchains/rpipico-toolchain-ci (sha256:8877c7f30a224a3879a2d8db28e4691f1795de4915ea3f34005f4716d83ce7f0)
Published 2025-10-26 15:28:19 +01:00 by marius
Installation
docker pull gitea.mwensing.de/marius/toolchains/rpipico-toolchain-ci@sha256:8877c7f30a224a3879a2d8db28e4691f1795de4915ea3f34005f4716d83ce7f0sha256:8877c7f30a224a3879a2d8db28e4691f1795de4915ea3f34005f4716d83ce7f0Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG PICO_SDK_VERSION=2.2.0 |
| RUN |1 PICO_SDK_VERSION=2.2.0 /bin/sh -c apk update && apk add --no-cache git cmake make gcc-arm-none-eabi g++-arm-none-eabi newlib-arm-none-eabi python3 build-base linux-headers nodejs # buildkit |
| ENV PICO_SDK_PATH=/opt/pico_sdk |
| WORKDIR /opt/pico_sdk |
| RUN |1 PICO_SDK_VERSION=2.2.0 /bin/sh -c git clone -b ${PICO_SDK_VERSION} https://github.com/raspberrypi/pico-sdk.git . && git submodule update --init --recursive && find . -name '.git' -type d -exec rm -rf {} + # buildkit |