Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openxg-5gcs-release
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
openxg-5gcs-release
Commits
b423921d
Commit
b423921d
authored
Apr 03, 2022
by
Luhan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add local docker-compose file
parent
851ff429
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
libs/docker-compose
libs/docker-compose
+0
-0
scripts/install.sh
scripts/install.sh
+2
-1
No files found.
libs/docker-compose
0 → 100644
View file @
b423921d
File added
scripts/install.sh
View file @
b423921d
...
@@ -49,7 +49,8 @@ function main()
...
@@ -49,7 +49,8 @@ function main()
dcv
=
$(
docker-compose
--version
)
dcv
=
$(
docker-compose
--version
)
until
[
${
dcv
:23:6
}
==
1.28.2
]
until
[
${
dcv
:23:6
}
==
1.28.2
]
do
do
curl
-L
"https://github.com/docker/compose/releases/download/1.28.2/docker-compose-
$(
uname
-s
)
-
$(
uname
-m
)
"
-o
/usr/local/bin/docker-compose
# curl -L "https://github.com/docker/compose/releases/download/1.28.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
cp
$THIS_SCRIPT_PATH
/../libs/docker-compose /usr/local/bin/docker-compose
chmod
+x /usr/local/bin/docker-compose
chmod
+x /usr/local/bin/docker-compose
ln
-s
/usr/local/bin/docker-compose /usr/bin/docker-compose
ln
-s
/usr/local/bin/docker-compose /usr/bin/docker-compose
dcv
=
$(
docker-compose
--version
)
dcv
=
$(
docker-compose
--version
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment