Latest Alpine for Raspberry PI 3
10K+
Includes:
FROM kafebob/rpi-alpine:3.9
LABEL maintainer="Luis Toubes <[email protected]>"
COPY rootfs /
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.22.0.0/s6-overlay-armhf.tar.gz /tmp/s6-overlay.tar.gz
RUN apk --update --no-cache add curl vim nano && \
tar xvfz /tmp/s6-overlay.tar.gz -C /
ENTRYPOINT ["/init"]
CMD []
Content type
Image
Digest
Size
16.3 MB
Last updated
over 7 years ago
docker pull kafebob/rpi-alpine-base