Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-meshproxy
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
gzga-jzapi
apaas-meshproxy
Commits
2bbd4252
Commit
2bbd4252
authored
Jul 20, 2020
by
张宇迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm64镜像构建
parent
109fe683
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
0 deletions
+41
-0
.beagle-arm.yml
.beagle-arm.yml
+35
-0
build/arm.dockerfile
build/arm.dockerfile
+6
-0
No files found.
.beagle-arm.yml
0 → 100644
View file @
2bbd4252
workspace
:
path
:
src/gitlab.wodcloud.com/apaas/apaas-meshproxy
clone
:
git
:
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-git-arm64:1.0
dns
:
223.5.5.5
pipeline
:
go
:
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-go-arm64:1.13.12-stretch
dns
:
223.5.5.5
environment
:
-
GOPROXY=https://goproxy.cn,direct
main
:
src
binary
:
proxy
volumes
:
-
/data/cache/gopath/pkg:/drone/pkg
docker-dev
:
dns
:
223.5.5.5
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-docker-arm64:1.0
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
base
:
registry.cn-qingdao.aliyuncs.com/wod/busybox-arm64:1.32.0-glibc
repo
:
wod/apaas-meshproxy-arm64
dockerfile
:
build/arm.dockerfile
version
:
"
v3.0.0"
channel
:
alpha
registry
:
registry.cn-qingdao.aliyuncs.com
secrets
:
-
source
:
REGISTRY_USER_ALIYUN
target
:
REGISTRY_USER
-
source
:
REGISTRY_PASSWORD_ALIYUN
target
:
REGISTRY_PASSWORD
when
:
branch
:
[
dev
]
build/arm.dockerfile
0 → 100644
View file @
2bbd4252
FROM
{{ BASEIMAGE }}
MAINTAINER
{{ AUTHOR }}
LABEL
Author={{ AUTHOR }} Name={{ PROJECT }} Version={{ VERSION }}
COPY
./dist/. /app
EXPOSE
80
ENTRYPOINT
["/app/proxy", "--port=80","--prefix=/bgmesh/fiddler"]
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