Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
systemd
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
systemd
Commits
11615ccc
Verified
Commit
11615ccc
authored
4 months ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
update ci containers
parent
85218a0a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#35570
passed
4 months ago
Stage: bookworm
Stage: jammy
Stage: noble
Stage: trixie
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
4
−
4
View file @
11615ccc
...
...
@@ -41,28 +41,28 @@ stages:
-
noble
-
trixie
bookworm
:
image
:
registry.git.coop/webarch/containers/images/bookworm:20241
008
image
:
registry.git.coop/webarch/containers/images/bookworm:20241
107
stage
:
bookworm
script
:
-
pre-commit install
-
pre-commit run --all-files
-
molecule test --all
jammy
:
image
:
registry.git.coop/webarch/containers/images/jammy:20241
008
image
:
registry.git.coop/webarch/containers/images/jammy:20241
107
stage
:
jammy
script
:
-
pre-commit install
-
pre-commit run --all-files
-
molecule test --all
noble
:
image
:
registry.git.coop/webarch/containers/images/noble:20241
008
image
:
registry.git.coop/webarch/containers/images/noble:20241
107
stage
:
noble
script
:
-
pre-commit install
-
pre-commit run --all-files
-
molecule test --all
trixie
:
image
:
registry.git.coop/webarch/containers/images/trixie:20241
008
image
:
registry.git.coop/webarch/containers/images/trixie:20241
107
stage
:
trixie
script
:
-
pre-commit install
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
1
−
1
View file @
11615ccc
...
...
@@ -25,7 +25,7 @@ repos:
-
templates
# https://github.com/jackdewinter/pymarkdown/releases
-
repo
:
https://github.com/jackdewinter/pymarkdown.git
rev
:
v0.9.2
4
rev
:
v0.9.2
5
hooks
:
-
id
:
pymarkdown
name
:
Markdown 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