ソースを参照

using multiarch images

tags/v1.3.0
Robin Thoni 6年前
コミット
46cd16b644
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      postgresql/Dockerfile
  2. 1
    1
      roundcube/Dockerfile

+ 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
roundcube/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>

読み込み中…
キャンセル
保存