FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CovenantSQL/docker/Dockerfile at develop · sourcecreative/CovenantSQL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
sourcecreative
/
CovenantSQL
Public
forked from
CovenantSQL/CovenantSQL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CovenantSQL
/
docker
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (19 loc) · 579 Bytes
Breadcrumbs
CovenantSQL
/
docker
/
Dockerfile
Copy path
File metadata and controls
24 lines (19 loc) · 579 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
Stage: all runner
FROM
frolvlad/alpine-glibc:latest
ARG
COMMIT
ARG
VERSION
LABEL
\
name=
"covenantsql"
\
homepage=
"https://github.com/CovenantSQL/CovenantSQL.git"
\
maintainer=
"qi.xiao@covenantsql.io"
\
authors=
"CovenantSQL Team"
\
commit=
"${COMMIT}"
\
version=
"${VERSION}"
ENV
VERSION=${VERSION}
ENV
COVENANT_ROLE=miner
ENV
COVENANT_CONF=config.yaml
RUN
apk --no-cache add ca-certificates
WORKDIR
/app
COPY
--from=covenantsql/covenantsql-builder /go/src/github.com/CovenantSQL/CovenantSQL/bin/* /app/
ENTRYPOINT
[
"./docker-entry.sh"
]
EXPOSE
4661
Back
|
FazBrowse Home
|
New Git URL