Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
docker
Commits
a76de03b
Verified
Commit
a76de03b
authored
10 months ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
update ansible-lint and ci containers
parent
c778fcd5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#33569
passed
10 months ago
Stage: bookworm
Stage: jammy
Stage: noble
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
5
−
5
View file @
a76de03b
...
...
@@ -35,31 +35,31 @@ stages:
-
noble
# - trixie
bookworm
:
image
:
registry.git.coop/webarch/containers/images/bookworm:20240
326
image
:
registry.git.coop/webarch/containers/images/bookworm:20240
521
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:20240
326
# image: registry.git.coop/webarch/containers/images/bullseye:20240
521
# stage: bullseye
# script:
# - molecule test
jammy
:
image
:
registry.git.coop/webarch/containers/images/jammy:20240
326
image
:
registry.git.coop/webarch/containers/images/jammy:20240
521
stage
:
jammy
script
:
-
molecule test
noble
:
image
:
registry.git.coop/webarch/containers/images/noble:20240
326
image
:
registry.git.coop/webarch/containers/images/noble:20240
521
stage
:
noble
script
:
-
molecule test
# No trixie repo yet
# https://download.docker.com/linux/debian/dists/
# trixie:
# image: registry.git.coop/webarch/containers/images/trixie:20240
326
# image: registry.git.coop/webarch/containers/images/trixie:20240
521
# stage: trixie
# script:
# - molecule test
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
1
−
1
View file @
a76de03b
...
...
@@ -34,7 +34,7 @@ repos:
-
README.md
# https://github.com/ansible/ansible-lint/releases
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v24.
2.1
rev
:
v24.
5.0
hooks
:
-
id
:
ansible-lint
name
:
Ansible Lint
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment