-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jiangnan Jia <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,13 @@ | |
|
||
FROM golang:1.16.6-alpine3.14 AS builder | ||
|
||
LABEL maintainer="Jiangnan Jia <[email protected]>" \ | ||
orgnization="OpenSergo" \ | ||
officialURL="https://www.opensergo.io" \ | ||
sourceURl="https://github.com/opensergo/opensergo-control-plane" | ||
LABEL maintainer="OpenSergo Maintainers" \ | ||
website="https://www.opensergo.io" \ | ||
source="https://github.com/opensergo/opensergo-control-plane" | ||
|
||
# if you are in China, you can open the follow line to set the GOPROXY. | ||
#ARG GOPROXY=https://goproxy.cn,direct | ||
# goproxy | ||
## if you are in China, in your build command, you can set arg `GOPROXY` like `https://goproxy.cn,direct` | ||
ARG GOPROXY=https://proxy.golang.org,direct | ||
|
||
# define work dir | ||
WORKDIR /opensergo/src | ||
|