-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocker-build.env
39 lines (31 loc) · 1.19 KB
/
docker-build.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# BUILD_VERSION=1.0.0
USER_ID=1000
GROUP_ID=1000
#### ---- Install Specifications ----
INSTALL_BASE=/opt
#### ---- Build Specification ----
BUILD_DATE=
VERSION=latest
VCS_REF=
#### ---- Product Specifications ----
PRODUCT_NAME=denodo-express
PRODUCT_VERSION=7.0
#### Ref: https://vsupalov.com/docker-arg-env-variable-guide/
#### Rider configuration for run.sh ####
# - Use "#VOLUMES" and "#PORTS" to indicate that the variables for run.sh"
# - To ignore line, use "##" (double) in the beginning, e.g. "##VOLUMES" and "##PORTS"
# - To indicate that the variables for run.sh", use only one "#", e.g. "#VOLUMES" and "#PORTS"
## VOLUMES_LIST="./data:data ./workspace:workspace"
#VOLUMES_LIST="data workspace"
##PORTS_LIST="18080:8000 17200:7200"
##PORTS_LIST="123:123/udp"
#### ------------------------------------------------------------------------------------
#### ---- Window Manager: xfce or icewm ----
#### ------------------------------------------------------------------------------------
#PORTS_LIST="5901:5901 6901:6901"
WINDOW_MANAGER=xfce
#### ---- VNC Resolution (1280x1024, 1920x1280, etc.): ----
VNC_RESOLUTION="1920x1280"
#VNC_RESOLUTION="1280x1024"
#### ---- VNC Password ----
VNC_PW="vncpassword"