Skip to content

Commit 8ea6772

Browse files
committed
Switched to webdevops docker images
1 parent ddf08ea commit 8ea6772

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docker/main/centos/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Prebuild images:
66
#
7-
# mblaschke/php-boilerplate:centos-7
7+
# webdevops/php-boilerplate:centos-7
88
#
99
# Official images:
1010
#
@@ -13,7 +13,7 @@
1313
#
1414
#++++++++++++++++++++++++++++++++++++++
1515

16-
FROM mblaschke/php-boilerplate:centos-7
16+
FROM webdevops/php-boilerplate:centos-7
1717

1818
ENV PATH /opt/ansible/bin:/bin:/usr/bin:/sbin:/usr/sbin
1919
ENV PYTHONPATH /opt/ansible/lib

docker/main/ubuntu-hhvm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Prebuild images:
66
#
7-
# mblaschke/php-boilerplate:ubuntu-14.04
7+
# webdevops/php-boilerplate:ubuntu-14.04
88
#
99
# Official images:
1010
#
@@ -13,7 +13,7 @@
1313
#
1414
#++++++++++++++++++++++++++++++++++++++
1515

16-
FROM mblaschke/php-boilerplate:ubuntu-14.04
16+
FROM webdevops/php-boilerplate:ubuntu-14.04
1717

1818
# Ensure UTF-8
1919
RUN locale-gen en_US.UTF-8

docker/main/ubuntu/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#
55
# Prebuild images:
66
#
7-
# mblaschke/php-boilerplate:ubuntu-12.04
8-
# mblaschke/php-boilerplate:ubuntu-14.04
9-
# mblaschke/php-boilerplate:ubuntu-15.04
10-
# mblaschke/php-boilerplate:ubuntu-15.10
7+
# webdevops/php-boilerplate:ubuntu-12.04
8+
# webdevops/php-boilerplate:ubuntu-14.04
9+
# webdevops/php-boilerplate:ubuntu-15.04
10+
# webdevops/php-boilerplate:ubuntu-15.10
1111
#
1212
# Official images:
1313
#
@@ -19,7 +19,7 @@
1919
#
2020
#++++++++++++++++++++++++++++++++++++++
2121

22-
FROM mblaschke/php-boilerplate:ubuntu-14.04
22+
FROM webdevops/php-boilerplate:ubuntu-14.04
2323

2424
# Ensure UTF-8
2525
RUN locale-gen en_US.UTF-8

0 commit comments

Comments
 (0)