Sign inSign up

kafebob/rpi-alpine-base

By kafebob

•Updated over 7 years ago

Latest Alpine for Raspberry PI 3

Image
0

10K+

kafebob/rpi-alpine-base repository overview

Includes:

⁠Repository

kafebob/rpi-alpine-base⁠

⁠Dockerfile

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 []

Tag summary

Content type

Image

Digest

Size

16.3 MB

Last updated

over 7 years ago

docker pull kafebob/rpi-alpine-base