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
2125f973
Commit
2125f973
authored
Mar 27, 2020
by
liwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
@dev添加字体软件
parent
ca97b1b3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
env.sh
env.sh
+1
-1
No files found.
Dockerfile
View file @
2125f973
...
...
@@ -5,7 +5,7 @@ ENV SKYWALKING_VERSION 6.6.0
RUN
echo
"http://mirrors.aliyun.com/alpine/v3.8/main"
>
/etc/apk/repositories
\
&&
echo
"http://mirrors.aliyun.com/alpine/v3.8/community"
>>
/etc/apk/repositories
\
&&
apk update upgrade
\
&&
apk add
--no-cache
procps curl bash tzdata busybox-extras vim bind-tools
\
&&
apk add
--no-cache
procps curl bash tzdata busybox-extras vim bind-tools
ttf-dejavu fontconfig
\
&&
ln
-sf
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
\
&&
echo
"Asia/Shanghai"
>
/etc/timezone
...
...
env.sh
View file @
2125f973
#!/usr/bin/env bash
VERSION
=
"1.0.
1
-SNAPSHOT"
VERSION
=
"1.0.
2
-SNAPSHOT"
IMAGE_NAME
=
"edu-100-app-base"
\ No newline at end of file
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