Compare commits

...

14 Commits

Author SHA1 Message Date
5e4281f635
chore(deps): update container images
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 22:38:27 +00:00
5c26d63327
chore(deps): update dependency adrienverge/yamllint to v1.37.0
Some checks failed
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is failing
2025-04-01 22:14:21 +02:00
887f102166
chore(deps): update dependency adrienverge/yamllint to v1.36.2
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
dbe13dccb4
chore(deps): update dependency adrienverge/yamllint to v1.36.1
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
ebe03abd1c
chore(deps): update dependency adrienverge/yamllint to v1.36.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
5f6671afd5
chore(deps): update dependency adrienverge/yamllint to v1.35.1
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
d4902669d8
chore(deps): update dependency adrienverge/yamllint to v1.35.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
5afbf8a487
chore(deps): update dependency adrienverge/yamllint to v1.34.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
b3a6fa9443
chore(deps): update dependency adrienverge/yamllint to v1.33.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
ddc3b19ba2
chore(deps): update dependency adrienverge/yamllint to v1.32.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
a0bd2018e2
chore(deps): update dependency adrienverge/yamllint to v1.31.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-01 22:14:21 +02:00
1e76e0194e
chore(deps): update dependency adrienverge/yamllint to v1.30.0
All checks were successful
continuous-integration/drone/tag Build is passing
2025-04-01 22:14:21 +02:00
0d567bab32
chore(deps): update dependency adrienverge/yamllint to v1.29.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2025-04-01 22:06:00 +02:00
05d65f9a8c
fix(Dockerfile): use python venv
Some checks failed
continuous-integration/drone/push Build is failing
2025-04-01 22:03:54 +02:00
3 changed files with 17 additions and 14 deletions

View File

@ -16,7 +16,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: docker.io/plugins/docker:20.18.8
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: docker.io/plugins/docker:20.18.8
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: docker.io/plugins/docker:20.18.8
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: docker.io/plugins/docker:20.18.8
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -399,7 +399,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.17.0 image: quay.io/skopeo/stable:v1.18.0
- name: email-notification - name: email-notification
environment: environment:
@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: docker.io/plugins/docker:20.18.8
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: amd64 auto_tag_suffix: amd64
@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: docker.io/plugins/docker:20.18.8
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm64-v8 auto_tag_suffix: arm64-v8
@ -639,7 +639,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.17.0 image: quay.io/skopeo/stable:v1.18.0
- name: email-notification - name: email-notification
environment: environment:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.21.3 AS build FROM docker.io/library/python:3.13.2-alpine AS build
ARG YAMLLINT_VERSION=master ARG YAMLLINT_VERSION=master
@ -8,9 +8,12 @@ RUN set -ex && \
apk add git python3 py-pip apk add git python3 py-pip
RUN git clone --branch ${YAMLLINT_VERSION} https://github.com/adrienverge/yamllint /tmp/yamllint && \ RUN git clone --branch ${YAMLLINT_VERSION} https://github.com/adrienverge/yamllint /tmp/yamllint && \
python3 -m pip install /tmp/yamllint && \ python3 -m venv /venv && \
rm -rf /tmp/yamllint /venv/bin/pip3 install /tmp/yamllint && \
rm -r -f /tmp/yamllint
ENV PATH="/venv/bin:${PATH}"
WORKDIR /workspace WORKDIR /workspace
ENTRYPOINT [ "/usr/bin/yamllint" ] ENTRYPOINT [ "yamllint" ]

View File

@ -1,6 +1,6 @@
# YAMLLINT_VERSION # YAMLLINT_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
YAMLLINT_VERSION?=v1.28.0 # renovate: datasource=github-releases depName=adrienverge/yamllint YAMLLINT_VERSION?=v1.37.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a