Add Phabricator example
Summary: Add phabricator example Reviewers: davidopp Reviewed By: davidopp Subscribers: #kubernetes Projects: #kubernetes Differential Revision: http://107.178.210.6/D5
This commit is contained in:
8
examples/phabricator/cloudsql-authenticator/Dockerfile
Normal file
8
examples/phabricator/cloudsql-authenticator/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM google/cloud-sdk
|
||||
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
|
||||
ADD run.sh /run.sh
|
||||
RUN chmod a+x /*.sh
|
||||
|
||||
CMD ["/run.sh"]
|
Reference in New Issue
Block a user