-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdevsh.cfg
More file actions
29 lines (24 loc) · 772 Bytes
/
devsh.cfg
File metadata and controls
29 lines (24 loc) · 772 Bytes
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
# Filename: devsh.cfg
#
# This file provides inputs to the devsh script.
#
# The section name is the concatenation of Docker $repo:tag
#
# Valid keys:
# topdir : location of top-level repository directory
# archive : location of Docker tar archive file
# build : actions executed during "docker build" phase
# env : environment variables to add to devshell
# volumes : volumes to mount in devshell
[synopsys.vcs-mx:K-2015.09-SP1]
topdir = .
build =
yum install -y git gitk sudo vim
echo "{user} ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/{user}
echo 'PS1="({name}) \u@\h: \w\n\$ "' >> /home/{user}/.bashrc
env =
DISPLAY
LM_LICENSE_FILE
volumes =
{home}/.Xauthority:/home/{user}/.Xauthority
/tmp/.X11-unix:/tmp/.X11-unix