secrets-runner-image (238d0b1c7e887ce5ebcaf5f174f83fe659e336c4)
Published 2026-07-21 02:17:19 +00:00 by imagebuilder
Installation
docker pull git.lukko.de/lukko.de/secrets-runner-image:238d0b1c7e887ce5ebcaf5f174f83fe659e336c4sha256:1acd565c7c7101215390874b1c12e133b9db1ccf9dbd11fc36cf75377b39b9efImage layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=25.04 |
| ADD file:5c208fb70b021afc05727d8dc78f4c389e873e38646fc0f247ced1cb261ea370 in / |
| CMD ["/bin/bash"] |
| ARG CI_SYSTEM_VERSION |
| RUN apt-get update && apt-get install -y gnupg2 curl jq |
| RUN echo "CI_SYSTEM=VERSION: $CI_SYSTEM_VERSION" |
| RUN echo "CI_SYSTEM=VERSION: ${CI_SYSTEM_VERSION}" |
| RUN export CLILINK="https://github.com/woodpecker-ci/woodpecker/releases/download/v${CI_SYSTEM_VERSION}/woodpecker-cli_${CI_SYSTEM_VERSION}_amd64.deb" && echo "Downloading from " $CLILINK && curl -L -o ./woodpecker.deb $CLILINK && dpkg -i woodpecker.deb |
| RUN curl https://packages.gopass.pw/repos/gopass/gopass-archive-keyring.gpg | tee /usr/share/keyrings/gopass-archive-keyring.gpg >/dev/null |
| COPY gopass.sources /etc/apt/sources.list.d/gopass.sources |
| RUN apt update && apt install -y gopass dnsutils |
Labels
| Key | Value |
|---|---|
| com.lukko.build.fingerprint | 238d0b1c7e887ce5ebcaf5f174f83fe659e336c4 |
| com.lukko.build.imagename | secrets-runner-image |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.revision | 238d0b1c7e887ce5ebcaf5f174f83fe659e336c4 |
| org.opencontainers.image.source | https://git.lukko.de/lukko.de/secrets-runner-image.git |
| org.opencontainers.image.version | 25.04 |
Details
Versions (2)
View all
238d0b1c7e887ce5ebcaf5f174f83fe659e336c4
2026-07-21
latest
2026-07-21