Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
docker-image-recipes
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
774b7e1c
authored
2017-08-15 13:24:41 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove /tmp/files when we are done building.
1 parent
37177c64
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
0 deletions
dovecot/files/configure
nginx/files/configure
node/files/configure
php-fpm/files/configure
postfix/files/configure
roundcube/files/configure
dovecot/files/configure
View file @
774b7e1
...
...
@@ -12,3 +12,5 @@ cp /tmp/files/entrypoint /sbin/entrypoint
addgroup hostgroup
adduser --gecos
'Host User'
--ingroup hostgroup --disabled-password hostuser
rm -rf /tmp/files
...
...
nginx/files/configure
View file @
774b7e1
...
...
@@ -5,3 +5,5 @@ apt-get update
apt-get install -y ssmtp nginx libnginx-mod-http-subs-filter
$NGINX_EXTRA_PACKAGES
rm /etc/nginx/sites-enabled/default
cp -a /tmp/files/entrypoint.sh /sbin
rm -rf /tmp/files
...
...
node/files/configure
View file @
774b7e1
...
...
@@ -6,3 +6,5 @@ apt-get install -y ssmtp sudo $NODE_EXTRA_PACKAGES
#npm install -g gulp grunt
cp /tmp/files/entrypoint /root/entrypoint
rm -rf /tmp/files
...
...
php-fpm/files/configure
View file @
774b7e1
...
...
@@ -13,3 +13,5 @@ addgroup hostgroup
adduser --gecos
'Host User'
--ingroup hostgroup --disabled-password hostuser
su - hostuser -c
'git config --global user.email hostuser@php-fpm'
su - hostuser -c
'git config --global user.name "Host User"'
rm -rf /tmp/files
...
...
postfix/files/configure
View file @
774b7e1
...
...
@@ -10,3 +10,5 @@ cp /tmp/files/entrypoint /sbin/entrypoint
addgroup hostgroup
adduser --gecos
'Host User'
--ingroup hostgroup --disabled-password hostuser
rm -rf /tmp/files
...
...
roundcube/files/configure
View file @
774b7e1
...
...
@@ -20,3 +20,5 @@ cp /tmp/files/entrypoint /sbin/entrypoint
addgroup hostgroup
adduser --gecos
'Host User'
--ingroup hostgroup --disabled-password hostuser
rm -rf /tmp/files
...
...
Please
register
or
sign in
to post a comment