Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
70ebf95c
Commit
70ebf95c
authored
1 year ago
by
Michal Nasiadka
Browse files
Options
Downloads
Patches
Plain Diff
CI: Pin docker to <7 in setup_gate.sh
Change-Id: I46c05a54171cbf43a51594998561db94af7d17e6
parent
7a29abb5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/setup_gate.sh
+7
-3
7 additions, 3 deletions
tests/setup_gate.sh
with
7 additions
and
3 deletions
tests/setup_gate.sh
+
7
−
3
View file @
70ebf95c
...
...
@@ -123,10 +123,14 @@ EOF
sudo
$CONTAINER_ENGINE
run
-d
--net
=
host
-e
REGISTRY_HTTP_ADDR
=
0.0.0.0:4000
--restart
=
always
-v
/opt/kolla_registry/:/var/lib/registry
--name
registry registry:2
python3
-m
venv ~/kolla-venv
.
~/kolla-venv/bin/activate
pip
install
"
${
KOLLA_SRC_DIR
}
"
${
CONTAINER_ENGINE
}
rich
python3
-m
venv ~/kolla-venv
source
~/kolla-venv/bin/activate
if
[[
"
$CONTAINER_ENGINE
"
==
"docker"
]]
;
then
pip
install
"
${
KOLLA_SRC_DIR
}
"
"docker<7"
else
pip
install
"
${
KOLLA_SRC_DIR
}
"
"podman"
fi
sudo
~/kolla-venv/bin/kolla-build
...
...
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