Skip to content

Commit

Permalink
custom Dockerfile for airbyte db (#74)
Browse files Browse the repository at this point in the history
* custom Dockerfile for airbyte db

* Dockerfile for updated minio/mc

* add tag
  • Loading branch information
abimichel authored Mar 18, 2024
1 parent 2981e00 commit 484531a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airbyte/airbyte-db/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM airbyte/db:0.52.0

RUN chmod -R 777 /var/run/postgresql
7 changes: 7 additions & 0 deletions airbyte/minio/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM minio/mc:latest

RUN mkdir /.mc

RUN chgrp -R 0 /.mc

RUN chmod -R g=u /.mc

0 comments on commit 484531a

Please sign in to comment.