runner-protobuf (156)
Installation
docker pull git.kjan.de/actions/runner-protobuf:156
sha256:47323da3238054abfba05ffa4e6b7767dfcc5e41130c3170c6531d8e100e829b
Image layers
ADD alpine-minirootfs-20250108-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --update --no-cache bash sudo ca-certificates openssl openssh-client git git-lfs wget curl tar zip unzip xz zstd jq nodejs npm python3 py3-pip parallel make just # buildkit |
RUN /bin/sh -c adduser -D runner && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner && chmod 0440 /etc/sudoers.d/runner # buildkit |
RUN /bin/sh -c chmod -R 777 /opt # buildkit |
WORKDIR /home/runner |
CMD ["/bin/bash"] |
USER runner |
RUN /bin/sh -c sudo apk add --no-cache protobuf # buildkit |