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

update ci container and precommit

parent c0043b4f
No related branches found
No related tags found
No related merge requests found
Pipeline #30823 passed
......@@ -30,19 +30,19 @@ stages:
- bookworm
# - bullseye
trixie:
image: registry.git.coop/webarch/containers/images/trixie:20230822
image: registry.git.coop/webarch/containers/images/trixie:20231213
stage: trixie
script:
- molecule test --all
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20230822
image: registry.git.coop/webarch/containers/images/bookworm:20231213
stage: bookworm
script:
- molecule test --all
# 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:20230822
# image: registry.git.coop/webarch/containers/images/bullseye:20231213
# stage: bullseye
# script:
# - molecule test --all
......
......@@ -11,25 +11,25 @@
repos:
# https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
name: YAML Lint
# https://github.com/ansible/ansible-lint/releases
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.21.1
rev: v6.22.1
hooks:
- id: ansible-lint
name: Ansible Lint
language: python
additional_dependencies:
# https://github.com/kellyjonbrazil/jc/releases
- jc==1.23.4
- jc==1.23.6
# https://github.com/jmespath/jmespath.py/tags
- jmespath==1.0.1
# https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown.git
rev: v0.9.13.4
rev: v0.9.15
hooks:
- id: pymarkdown
name: Markdown Lint
......
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