Skip to content

Commit

Permalink
first dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3nd committed Dec 17, 2018
1 parent e95f758 commit 954ddd5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM centos:7

LABEL authors="Carles Amigó"
LABEL maintainer="[email protected]"

ENV AGENT_VERSION="1.1.3-1"
ENV LOG_LEVEL="INFO"

RUN yum -y update && \
yum -y install https://s3.amazonaws.com/streaming-data-agent/aws-kinesis-agent-${AGENT_VERSION}.amzn1.noarch.rpm

CMD /usr/bin/start-aws-kinesis-agent -L $LOG_LEVEL -l /dev/stdout

0 comments on commit 954ddd5

Please sign in to comment.