diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-04-04 21:31:16 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-04-04 21:32:28 -0700 |
commit | 978daf3d407d1d7991946d97dbb48011e7b4f6bc (patch) | |
tree | 7c92fb4a0a4be870231603736e6bb188785d8f94 /sms-service/bin/quorumdockerfile | |
parent | 4c95465ce1550e952d744533cccade605f4eac43 (diff) |
moving the docker build portion
Moving the docker build scripts too
Issue-ID: AAF-213
Change-Id: I97c1de10d198c6afc97c763c54d862a10b5b7f92
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service/bin/quorumdockerfile')
-rw-r--r-- | sms-service/bin/quorumdockerfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sms-service/bin/quorumdockerfile b/sms-service/bin/quorumdockerfile new file mode 100644 index 0000000..2e1a191 --- /dev/null +++ b/sms-service/bin/quorumdockerfile @@ -0,0 +1,9 @@ +FROM alpine:3.7 + +LABEL name="aaf-sms" +LABEL version=1.0.0 +LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>" + +ADD quorumclient /smsquorum/bin/quorumclient +RUN chmod +x /smsquorum/bin/quorumclient +ENTRYPOINT ["/smsquorum/bin/quorumclient"] |