Browse Source

switched to mutliarch images

tags/v1.1.0
Robin Thoni 5 years ago
parent
commit
e5b2b97c50
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      frontend/Dockerfile
  2. 1
    1
      postgresql/Dockerfile
  3. 1
    1
      zabbix/Dockerfile

+ 1
- 1
frontend/Dockerfile View File

@@ -1,4 +1,4 @@
1
-FROM debian:jessie
1
+FROM robinthoni/debian-multiarch:jessie
2 2
 
3 3
 # FROM https://github.com/ZHAJOR/Docker-Apache-2.4-Php-5.6-for-Laravel
4 4
 MAINTAINER Robin Thoni <robin@rthoni.com>

+ 1
- 1
postgresql/Dockerfile View File

@@ -1,4 +1,4 @@
1
-FROM robinthoni/postgres-backup:9.6
1
+FROM robinthoni/postgres-backup-multiarch:9.6
2 2
 
3 3
 RUN rm -rf /var/log/*
4 4
 

+ 1
- 1
zabbix/Dockerfile View File

@@ -1,4 +1,4 @@
1
-FROM debian:jessie
1
+FROM robinthoni/debian-multiarch:jessie
2 2
 
3 3
 MAINTAINER Robin Thoni <robin@rthoni.com>
4 4
 

Loading…
Cancel
Save