renovate-cron (sha256:5419c4f9a7c20720c9035d1de0475f20735381522602a307f77fd43b1f2c2e56)

Published 2026-06-05 14:29:38 -07:00 by scion in scion/renovate-cron

Installation

docker pull git.keeler.world/scion/renovate-cron@sha256:5419c4f9a7c20720c9035d1de0475f20735381522602a307f77fd43b1f2c2e56
sha256:5419c4f9a7c20720c9035d1de0475f20735381522602a307f77fd43b1f2c2e56

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:08e1f650999ca51d9b63c782d658d9485c64263966d69dc423a3b64a16449f00 in /
CMD ["/bin/bash"]
ARG APT_HTTP_PROXY=http://172.17.0.1:8000
ARG CACHE_WEEK
ARG CONTAINERBASE_CDN=
ARG CONTAINERBASE_VERSION=14.10.22
LABEL maintainer=Rhys Arkins <rhys@arkins.net> org.opencontainers.image.source=https://github.com/containerbase/base
ENV BASH_ENV=/usr/local/etc/env ENV=/usr/local/etc/env PATH=/home/ubuntu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL [/bin/bash -c]
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["bash"]
ARG TARGETARCH=arm64
COPY dist/docker/ / # buildkit
COPY dist/cli/containerbase-cli-arm64 /usr/local/containerbase/bin/containerbase-cli # buildkit
RUN |5 APT_HTTP_PROXY=http://172.17.0.1:8000 CACHE_WEEK= CONTAINERBASE_CDN= CONTAINERBASE_VERSION=14.10.22 TARGETARCH=arm64 /bin/bash -c install-containerbase # buildkit
RUN |5 APT_HTTP_PROXY=http://172.17.0.1:8000 CACHE_WEEK= CONTAINERBASE_CDN= CONTAINERBASE_VERSION=14.10.22 TARGETARCH=arm64 /bin/bash -c install-tool git v2.54.0 # buildkit
LABEL org.opencontainers.image.version=14.10.22
ARG CONTAINERBASE_VERSION=14.10.22
LABEL org.opencontainers.image.source=https://github.com/containerbase/sidecar org.opencontainers.image.version=14.10.22
RUN |1 CONTAINERBASE_VERSION=14.10.22 /bin/bash -c prepare-tool all # buildkit
USER 12021
USER root
ARG APT_HTTP_PROXY=http://172.17.0.1:8000
LABEL name=renovate/base-image
LABEL org.opencontainers.image.source=https://github.com/renovatebot/base-image org.opencontainers.image.url=https://renovatebot.com org.opencontainers.image.licenses=MIT
RUN |1 APT_HTTP_PROXY=http://172.17.0.1:8000 /bin/bash -c install-tool docker v28.5.2 # buildkit
ARG BASE_IMAGE_VERSION=13.56.4
LABEL org.opencontainers.image.version=13.56.4
LABEL name=renovate
LABEL org.opencontainers.image.source=https://github.com/renovatebot/renovate org.opencontainers.image.url=https://renovatebot.com org.opencontainers.image.licenses=AGPL-3.0-only
WORKDIR /usr/src/app
COPY tools/docker/bin/ /usr/local/sbin/ # buildkit
ENTRYPOINT ["/usr/local/sbin/renovate-entrypoint.sh"]
CMD ["renovate"]
ARG RENOVATE_VERSION=43.214.0
COPY --chown=root:root /usr/local/renovate/ /usr/local/renovate/ # buildkit
RUN |1 RENOVATE_VERSION=43.214.0 /bin/bash -c ln -sf /usr/local/renovate/node /bin/node # buildkit
RUN |1 RENOVATE_VERSION=43.214.0 /bin/bash -c mkdir -p /tmp/renovate/cache/renovate/repository /runner/cache/renovate/repository && chmod -R 777 /tmp/renovate /runner # buildkit
RUN |1 RENOVATE_VERSION=43.214.0 /bin/bash -c set -ex; renovate --version; pushd /usr/local/renovate/; node -e "new require('re2')('.*').exec('test')"; true # buildkit
LABEL org.opencontainers.image.version=43.214.0 org.label-schema.version=43.214.0
USER 12021
USER root
RUN /bin/bash -c apt-get update && apt-get install -y --no-install-recommends cron && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /usr/src/app
RUN /bin/bash -c mkdir -p /var/log/renovate && chown 12021:12021 /var/log/renovate && chmod 755 /var/log/renovate && touch /var/log/renovate/cron.log # buildkit
RUN /bin/bash -c cat > /etc/cron.d/renovate-hourly << 'EOF' 0 * * * * root RENOVATE_CONFIG_FILE=/usr/src/app/config.yaml /usr/local/sbin/renovate >> /var/log/renovate/cron.log 2>&1 EOF # buildkit
RUN /bin/bash -c chmod 0644 /etc/cron.d/renovate-hourly # buildkit
COPY entrypoint.sh /usr/local/sbin/entrypoint.sh # buildkit
RUN /bin/bash -c chmod +x /usr/local/sbin/entrypoint.sh # buildkit
ENTRYPOINT ["/usr/local/sbin/entrypoint.sh"]

Labels

Key Value
maintainer Rhys Arkins <rhys@arkins.net>
name renovate
org.label-schema.version 43.214.0
org.opencontainers.image.licenses AGPL-3.0-only
org.opencontainers.image.source https://github.com/renovatebot/renovate
org.opencontainers.image.url https://renovatebot.com
org.opencontainers.image.version 43.214.0
Details
Container
2026-06-05 14:29:38 -07:00
0
OCI / Docker
linux/arm64
AGPL-3.0-only
412 MiB
Versions (1) View all
latest 2026-06-05