Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-base-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
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
tools
docker-base-image
Commits
223cad42
Commit
223cad42
authored
Mar 04, 2020
by
liwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
@dev更新skywalking版本
parent
e6bc7d15
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build-image.sh
build-image.sh
+2
-2
skywalking-agent-6.6.0.zip
skywalking-agent-6.6.0.zip
+0
-0
No files found.
build-image.sh
View file @
223cad42
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
docker ps
>
/dev/null 2>&1
docker ps
>
/dev/null 2>&1
if
[
"
$?
"
-ne
0
]
;
then
if
[
"
$?
"
-ne
0
]
;
then
echo
"Docker is not running correctly!"
z
echo
"Docker is not running correctly!"
exit
1
exit
1
fi
fi
.
env.sh
.
env.sh
existImageId
=
`
docker images |grep
"
$IMAGE_NAME
"
|
grep
"
$VERSION
"
|
awk
'{print $3}'
`
existImageId
=
`
docker images |grep
"
$IMAGE_NAME
"
|awk
'{print $3}'
`
if
[
-n
"
$existImageId
"
]
;
then
if
[
-n
"
$existImageId
"
]
;
then
echo
"Removing exist image:
$existImageId
"
echo
"Removing exist image:
$existImageId
"
docker rmi
"
$existImageId
"
docker rmi
"
$existImageId
"
...
...
skywalking-agent-6.6.0.zip
View file @
223cad42
No preview for this file type
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