소스 검색

switched to docker multiarch images

tags/v2.0.0
Robin Thoni 6 년 전
부모
커밋
44486f5a89
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    1
      pdns-recursor/Dockerfile
  2. 1
    1
      pdns/Dockerfile
  3. 1
    1
      postgresql/Dockerfile
  4. 1
    1
      poweradmin/Dockerfile

+ 1
- 1
pdns-recursor/Dockerfile 파일 보기

@@ -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
 

+ 1
- 1
pdns/Dockerfile 파일 보기

@@ -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
 

+ 1
- 1
postgresql/Dockerfile 파일 보기

@@ -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
poweradmin/Dockerfile 파일 보기

@@ -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>

Loading…
취소
저장