Skip to content
Snippets Groups Projects
Verified Commit 575d0647 authored by Chris Croome's avatar Chris Croome
Browse files

pre-commit and gitlab ci containers updated

parent 608ed3fb
No related branches found
No related tags found
No related merge requests found
Pipeline #31903 passed
......@@ -34,14 +34,14 @@ stages:
- bookworm
# - bullseye
trixie:
image: registry.git.coop/webarch/containers/images/trixie:20240105
image: registry.git.coop/webarch/containers/images/trixie:20240209
stage: trixie
script:
- pre-commit install
- pre-commit run --all-files
- molecule test --all
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20240105
image: registry.git.coop/webarch/containers/images/bookworm:20240209
stage: bookworm
script:
- pre-commit install
......@@ -50,7 +50,7 @@ bookworm:
# The Bullseye test run OK but Molecule never completes
# https://github.com/ansible/molecule/discussions/4020
# bullseye:
# image: registry.git.coop/webarch/containers/images/bullseye:20240105
# image: registry.git.coop/webarch/containers/images/bullseye:20240209
# stage: bullseye
# script:
# - molecule test --all
......
......@@ -11,13 +11,13 @@
repos:
# https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown.git
rev: v0.9.15
rev: 0.9.16
hooks:
- id: pymarkdown
name: Markdown Lint
# https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.34.0
hooks:
- id: yamllint
name: YAML Lint
......@@ -31,14 +31,14 @@ repos:
- templates
# https://github.com/ansible/ansible-lint/releases
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.22.2
rev: v24.2.0
hooks:
- id: ansible-lint
name: Ansible Lint
language: python
additional_dependencies:
# https://github.com/kellyjonbrazil/jc/releases
- jc==1.24.0
- jc==1.25.0
# https://github.com/jmespath/jmespath.py/tags
- jmespath==1.0.1
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment