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
ca97b1b3
Commit
ca97b1b3
authored
Mar 04, 2020
by
liwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
@dev更新skywalking版本
parent
223cad42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
build-image.sh
build-image.sh
+1
-1
skywalking-agent-6.6.0.zip
skywalking-agent-6.6.0.zip
+0
-0
No files found.
build-image.sh
View file @
ca97b1b3
...
@@ -8,7 +8,7 @@ fi
...
@@ -8,7 +8,7 @@ fi
.
env.sh
.
env.sh
existImageId
=
`
docker images |grep
"
$IMAGE_NAME
"
|awk
'{print $3}'
`
existImageId
=
`
docker images |grep
"
ajlx/
$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 @
ca97b1b3
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