Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
7c92480d
Commit
7c92480d
authored
Oct 19, 2018
by
Christian Kuhn
Browse files
[TASK] infra-352 bamboo agent environment handling
parent
a8c2a06c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bamboo-remote-agent/system_services.sh
View file @
7c92480d
...
...
@@ -7,5 +7,15 @@ set -x
cp
/pd_build/bin/my_init /sbin/
mkdir
-p
/etc/my_init.d
mkdir
-p
/etc/container_environment
touch
/etc/container_environment.sh
touch
/etc/container_environment.json
chmod
700 /etc/container_environment
groupadd
-g
8377 docker_env
chown
:docker_env /etc/container_environment.sh /etc/container_environment.json
chmod
640 /etc/container_environment.sh /etc/container_environment.json
ln
-s
/etc/container_environment.sh /etc/profile.d/
# Install runit.
minimal_apt_get_install runit
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