plugin-python/lint (sha256:fe9bf8db9d68c3bc7439f4c2236d0980c671a2bf185e4f1f6eca8bad33589c45)

Published 2026-01-16 19:36:39 +00:00 by BjoernPetersen

Installation

docker pull code.bjoernpetersen.net/bjoernpetersen/plugin-python/lint@sha256:fe9bf8db9d68c3bc7439f4c2236d0980c671a2bf185e4f1f6eca8bad33589c45
sha256:fe9bf8db9d68c3bc7439f4c2236d0980c671a2bf185e4f1f6eca8bad33589c45

Image layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1768176000'
RUN /bin/sh -c apt-get update -qq && apt-get install -yq --no-install-recommends ca-certificates jq && useradd --create-home --shell /usr/bin/bash nonroot # buildkit
ARG MISE_VERSION=v2025.12.11
RUN |1 MISE_VERSION=v2025.12.11 /bin/sh -c export ARCH=$(dpkg --print-architecture | sed 's/amd64/x64/g') && /usr/lib/apt/apt-helper download-file "https://github.com/jdx/mise/releases/download/${MISE_VERSION}/mise-${MISE_VERSION}-linux-${ARCH}" /tmp/mise && chmod 755 /tmp/mise && mv /tmp/mise /usr/local/bin/mise # buildkit
ENV PATH=/home/nonroot/.local/share/mise/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV MISE_QUIET=1
USER nonroot
WORKDIR /home/nonroot
ENV UV_NO_CACHE=true
COPY entrypoint.sh / # buildkit
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-01-16T19:36:14Z
org.opencontainers.image.revision 32d2ea32dfb45359465b524ff73ec664f149f6ce
org.opencontainers.image.source https://code.bjoernpetersen.net/BjoernPetersen/woodpecker-plugin-python.git
org.opencontainers.image.url https://code.bjoernpetersen.net/BjoernPetersen/woodpecker-plugin-python
org.opencontainers.image.version 1.0.0