Update dependency adrienverge/yamllint to v1.36.2

This commit is contained in:
Renovate 2025-03-17 10:02:58 +00:00
parent a27256d4cc
commit fa6f875f54
No known key found for this signature in database
GPG key ID: C9EE8FA27A4A840A
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ steps:
--label=org.opencontainers.image.source=$CI_REPO_CLONE_URL --label=org.opencontainers.image.source=$CI_REPO_CLONE_URL
--label=org.opencontainers.image.vendor=kokuwa.io --label=org.opencontainers.image.vendor=kokuwa.io
--label=org.opencontainers.image.licenses=GPL-3.0-or-later --label=org.opencontainers.image.licenses=GPL-3.0-or-later
--label=org.opencontainers.image.version=1.36.0 --label=org.opencontainers.image.version=1.36.2
test: test:
image: ci-registry.schnabel.org/kokuwaio/yamllint:${CI_PIPELINE_NUMBER}-${PLATFORM} image: ci-registry.schnabel.org/kokuwaio/yamllint:${CI_PIPELINE_NUMBER}-${PLATFORM}

View file

@ -24,7 +24,7 @@ steps:
- echo "$AUTH" > /tmp/auth.json - echo "$AUTH" > /tmp/auth.json
- skopeo copy --all --preserve-digests --dest-precompute-digests - skopeo copy --all --preserve-digests --dest-precompute-digests
docker://ci-registry.schnabel.org/kokuwaio/yamllint:$CI_PIPELINE_NUMBER docker://ci-registry.schnabel.org/kokuwaio/yamllint:$CI_PIPELINE_NUMBER
docker://$URL/kokuwaio/yamllint:1.36.0 docker://$URL/kokuwaio/yamllint:1.36.2
- skopeo copy --all --preserve-digests --dest-precompute-digests - skopeo copy --all --preserve-digests --dest-precompute-digests
docker://ci-registry.schnabel.org/kokuwaio/yamllint:$CI_PIPELINE_NUMBER docker://ci-registry.schnabel.org/kokuwaio/yamllint:$CI_PIPELINE_NUMBER
docker://$URL/kokuwaio/yamllint:latest docker://$URL/kokuwaio/yamllint:latest

View file

@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
apt-get -qq update && \ apt-get -qq update && \
apt-get -qq install --yes --no-install-recommends python3-pip && \ apt-get -qq install --yes --no-install-recommends python3-pip && \
rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status /var/cache/* /var/log/* rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status /var/cache/* /var/log/*
RUN pip install yamllint==1.36.0 \ RUN pip install yamllint==1.36.2 \
--root=/build \ --root=/build \
--root-user-action=ignore \ --root-user-action=ignore \
--break-system-packages \ --break-system-packages \