Skip to content

Commit

Permalink
Jenkins: don't modprobe kernel module
Browse files Browse the repository at this point in the history
These modprobes were added as a workaround in commit cce5dfe, but
dockerd should now be able to load the modules it needs.

Signed-off-by: Rob Murray <[email protected]>
  • Loading branch information
robmry committed Dec 6, 2024
1 parent 2af19b6 commit 15ba03c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ pipeline {
}

stages {
stage("Load kernel modules") {
steps {
sh '''
sudo modprobe ip6table_filter
sudo modprobe -va br_netfilter
sudo systemctl restart docker.service
'''
}
}
stage("Print info") {
steps {
sh 'docker version'
Expand Down

0 comments on commit 15ba03c

Please sign in to comment.