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

update CI container

parent 4c61f29e
No related branches found
No related tags found
No related merge requests found
Pipeline #34793 passed
...@@ -34,7 +34,7 @@ stages: ...@@ -34,7 +34,7 @@ stages:
- bookworm - bookworm
# - trixie # - trixie
bookworm: bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20240814 image: registry.git.coop/webarch/containers/images/bookworm:20240911
stage: bookworm stage: bookworm
script: script:
- pre-commit install - pre-commit install
...@@ -42,7 +42,7 @@ bookworm: ...@@ -42,7 +42,7 @@ bookworm:
- molecule test --all - molecule test --all
# No Trixie Sury repo yet # No Trixie Sury repo yet
# trixie: # trixie:
# image: registry.git.coop/webarch/containers/images/trixie:20240814 # image: registry.git.coop/webarch/containers/images/trixie:20240911
# stage: trixie # stage: trixie
# script: # script:
# - molecule test # - molecule test
......
...@@ -35,14 +35,14 @@ repos: ...@@ -35,14 +35,14 @@ repos:
- VARIABLES.md - VARIABLES.md
# https://github.com/ansible/ansible-lint/releases # https://github.com/ansible/ansible-lint/releases
- repo: https://github.com/ansible/ansible-lint.git - repo: https://github.com/ansible/ansible-lint.git
rev: v24.7.0 rev: v24.9.0
hooks: hooks:
- id: ansible-lint - id: ansible-lint
name: Ansible Lint name: Ansible Lint
language: python language: python
additional_dependencies: additional_dependencies:
# https://pypi.org/project/ansible/ # https://pypi.org/project/ansible/
- ansible==10.3.0 - ansible==10.4.0
# https://github.com/kellyjonbrazil/jc/releases # https://github.com/kellyjonbrazil/jc/releases
- jc==1.25.3 - jc==1.25.3
# https://github.com/jmespath/jmespath.py/tags # https://github.com/jmespath/jmespath.py/tags
......
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