Skip to content

Commit

Permalink
Merge pull request #199 from ProboCI/remove-1404-1604-images
Browse files Browse the repository at this point in the history
Removing deprecated images for security.
  • Loading branch information
ElusiveMind authored Mar 10, 2021
2 parents 3ef7870 + 0607e36 commit b633fab
Showing 1 changed file with 3 additions and 136 deletions.
139 changes: 3 additions & 136 deletions defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,145 +26,12 @@ containerIdleTimeout: 30m # can use time units here. no units = ms

# Prefixes all routes so that the app can be namespaced.
prefix: ''
# If a cotnainer is not specified in the repository's configuration, use this one.
defaultImage: 'proboci/ubuntu-14.04-lamp:php-5.6'
# If a container is not specified in the repository's configuration, use this one.
defaultImage: 'proboci/ubuntu:18.04-php7.3'
# The default image used if none is specified.
image: 'proboci/ubuntu-14.04-lamp:php-5.6'
image: 'proboci/ubuntu:18.04-php7.3'
# The images used by the host manager
images:
'proboci/ubuntu-14.04-lamp:php-5.5':
services:
cleanapache:
command: 'rm /var/run/apache2/apache2.pid'
apache:
command: '/usr/sbin/apache2ctl -D FOREGROUND'
port: 80
memcached:
command: memcached -u memcache
mysql:
command: 'mysqld_safe'
redis:
command: 'redis-server'
solr:
command: '/opt/solr/bin/solr start -f -force'
varnish:
command: 'service varnish start'
php_log:
command: 'tail -F /var/log/php/error.log'
'proboci/ubuntu-14.04-lamp:php-5.6':
services:
cleanapache:
command: 'rm /var/run/apache2/apache2.pid'
apache:
command: '/usr/sbin/apache2ctl -D FOREGROUND'
port: 80
memcached:
command: memcached -u memcache
mysql:
command: 'mysqld_safe'
redis:
command: 'redis-server'
solr:
command: '/opt/solr/bin/solr start -f -force'
varnish:
command: 'service varnish start'
php_log:
command: 'tail -F /var/log/php/error.log'
'proboci/ubuntu-14.04-lamp:php-7.0':
services:
cleanapache:
command: 'rm /var/run/apache2/apache2.pid'
apache:
command: '/usr/sbin/apache2ctl -D FOREGROUND'
port: 80
memcached:
command: memcached -u memcache
mysql:
command: 'mysqld_safe'
redis:
command: 'redis-server'
solr:
command: '/opt/solr/bin/solr start -f -force'
varnish:
command: 'service varnish start'
php_log:
command: 'tail -F /var/log/php/error.log'
'proboci/ubuntu-14.04-lamp:php-7.1':
services:
cleanapache:
command: 'rm /var/run/apache2/apache2.pid'
apache:
command: '/usr/sbin/apache2ctl -D FOREGROUND'
port: 80
memcached:
command: memcached -u memcache
mysql:
command: 'mysqld_safe'
redis:
command: 'redis-server'
solr:
command: '/opt/solr/bin/solr start -f -force'
varnish:
command: 'service varnish start'
php_log:
command: 'tail -F /var/log/php/error.log'
'proboci/ubuntu-16.04-lamp:php-7.0':
services:
cleanapache:
command: 'rm /var/run/apache2/apache2.pid'
apache:
command: '/usr/sbin/apache2ctl -D FOREGROUND'
port: 80
memcached:
command: memcached -u memcache
mysql:
command: 'mysqld_safe'
redis:
command: 'redis-server'
solr:
command: '/opt/solr/bin/solr start -f -force'
varnish:
command: 'service varnish start'
php_log:
command: 'tail -F /var/log/php/error.log'
'proboci/ubuntu-16.04-lamp:php-7.1':
services:
cleanapache:
command: 'rm /var/run/apache2/apache2.pid'
apache:
command: '/usr/sbin/apache2ctl -D FOREGROUND'
port: 80
memcached:
command: memcached -u memcache
mysql:
command: 'mysqld_safe'
redis:
command: 'redis-server'
solr:
command: '/opt/solr/bin/solr start -f -force'
varnish:
command: 'service varnish start'
php_log:
command: 'tail -F /var/log/php/error.log'
'proboci/ubuntu-16.04-lamp:php-7.2':
services:
cleanapache:
command: 'rm /var/run/apache2/apache2.pid'
apache:
command: '/usr/sbin/apache2ctl -D FOREGROUND'
port: 80
memcached:
command: memcached -u memcache
mysql:
command: 'mysqld_safe'
redis:
command: 'redis-server'
solr:
command: '/opt/solr/bin/solr start -f -force'
varnish:
command: 'service varnish start'
php_log:
command: 'tail -F /var/log/php/error.log'
'proboci/ubuntu:18.04-php5.6':
services:
cleanapache:
Expand Down

0 comments on commit b633fab

Please sign in to comment.